@charset "UTF-8";
/* CSS Document */

#contents{
	position:relative;
	margin:0 0 30px;
	font-size:85%;
	background:#fff;
}

h3 {margin-bottom: 11px;}

div#h3bg{
	min-height:80px;
	padding: 25px 0 0 62px;
	background:#fff url(../images/h3_bg.jpg) no-repeat bottom left;
}

* html div#h3bg{height:80px;}

div#contentsinner{
	width:740px;
	margin:0 0 0 62px;	
}

div#contentsinner p.comment{
	margin:0 0 30px;	
}

ul#faqmenu{
	margin:0 0 30px;	
}

ul#faqmenu li{
	float:left;
	width:340px;
	min-height:25px;
	padding:5px 0 0 25px;
	background:url(images/iconq02.gif) no-repeat left center;
}

dl#faqtext dt	{
	padding:10px 10px 10px 40px;
	border:1px solid #E6DDD9;
	background:#d9b5a3 url(images/iconq01_2.gif) no-repeat 5px center;
	color:#5A301B;
	font-size:1.3em;
}

dl#faqtext dd{
	padding:10px 35px;
	border-left:1px solid #E6DDD9;
	border-bottom:1px solid #E6DDD9;
	border-right:1px solid #E6DDD9;
	color:#592F1A;
}

dl#faqtext dd.retop{
	margin:0 0 15px;
	padding:10px 0 10px 10px;
	text-align:right;	
	border:none;
	color:#000000;
}




/* clearfix*/
ul#faqmenu{
	overflow: hidden;
}

ul#faqmenu:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/

* html ul#faqmenu{
	height: 1em;
	overflow: visible;
}

/**/

