@charset "utf-8"; 


body {
	font-family : "ＭＳ Ｐゴシック", Osaka, Gothic, Sans-serif ;
	font-size: 12px;
	text-align: center;
	color: #5B5551;
	background-color: #FFFFEB;
	margin: 0px;
	padding: 0px;
}

h1 ,
h3 ,
h4 ,
h5 {
	margin:0px;
}

strong {
	font-weight:normal;
}

em{
	font-style:normal;
}

input { font-family:"ＭＳ Ｐゴシック" ,Osaka, ヒラギノ角ゴシック Pro W3, sans-serif; color: #5B5551; }
select { font-family:"ＭＳ Ｐゴシック" ,Osaka, ヒラギノ角ゴシック Pro W3, sans-serif; color: #5B5551; }
textarea { font-family:"ＭＳ Ｐゴシック" ,Osaka, ヒラギノ角ゴシック Pro W3, sans-serif; color: #5B5551; }
img { border: none }
form { margin: 0px; padding: 0px; }


/* リンク */
a:link {
	color: #5B5551;
	border: none;
	text-decoration:none;
}
a:visited {
	color: #5B5551;
	border: none;
	text-decoration:none;
}
a:active {
	color: #5B5551;
	border: none;
	text-decoration:none;
}
a:hover {
	color: #DF1A53;
	border: none;
	text-decoration: underline;
}


/* 共通 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* html .clearfix { display: inline-block; } 
/* no ie mac ¥*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.bg {
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

.header {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-weight:normal;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px 15px;
	background-color: #322D2B;
}

#contact {
	float:right;
	margin:11px 25px 0px 0px;
	width:362px;
	height:58px;
}

* html #contact {
	margin-right:12px;
}

*+html #contact {
	margin-right:12px;
}

#contact dt {
	float:left;
	margin:3px 1px 0px 0px;
	width:61px;
	height:57px;
	background:url(../images/contact.gif) left top no-repeat;
	text-indent:-1000em;
}

#contact dd {
	float:left;
}

#contact #tel {
	margin-left:3px;
	width:216px;
	height:30px;
	background:url(../images/tel.gif) left top no-repeat;
	text-indent:-1000em;
}

#contact #businesshour {
	margin-left:0px;
	width:77px;
	height:30px;
	background:url(../images/businesshour.gif) left top no-repeat;
	text-indent:-1000em;
}

#contact #reserve a {
	display:block;
	margin:0px;
	width:106px;
	height:32px;
	background:url(../images/reserve.gif) left top no-repeat;
	text-indent:-1000em;
}

#contact #consultation {
	margin-left:0px;
}

#contact #consultation a {
	display:block;
	margin:0px;
	width:194px;
	height:32px;
	background:url(../images/email.gif) right top no-repeat;
	text-indent:-1000em;
}

#contact #reserve {
	margin-left:0px;
}

#contact #reserve a:hover ,
#contact #consultation a:hover {
	background-position:left bottom;
}

.footer {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #5B5551;
	padding: 15px;
	margin: 0px 15px;
	border-bottom: 1px solid #BCB4B0;
}

#fdesc {
	margin:0px 15px;
	padding:15px 140px 0px;
	font-size:10px;
	line-height:1.2em;
}

.close {
	text-align: center;
	padding: 30px;
	margin: 0px 15px;
	border-bottom: 1px solid #BCB4B0;
}

.text-small {
	font-size: 10px;
}

.text-red ,
.text-red a:visited {
	color: #DF1A53 !important;
}
