@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq{
	/* margin-bottom: 80px; */
}
#faq ul.nav {
	/* margin-bottom: 30px; */
	/* padding-bottom: 15px; */
	/*	background: url(../image/index08.jpg) left 0px no-repeat;*/
	/* padding-bottom: 5px; */
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 0px no-repeat;
	padding: 3px 0 2px 43px;
	margin-bottom: 15px;
	line-height: 1.8;

    font-size: 1.21em;
    font-weight:bold;}
#faq ul.nav li a{color:#fff;}
#faq dl {
	margin-bottom: 30px;
	
	
	
	
}
#faq dl dt {/*	background: url(../image/icon_q.jpg) left 0px no-repeat;*//*	padding: 3px 0 2px 43px;*/padding: 3px 0 2px 0;line-height: 1.6;margin-bottom: 10px;    color:#AA6F55;
    font-size: 1.21em;
    font-weight:bold;
/* font-weight: bold; */}
#faq dl dd {
/*	background: url(../image/icon_a.jpg) left 0px no-repeat;*/
	padding: 3px 0 2px 0;
	/*padding: 3px 0 2px 43px;*/
	margin-bottom:15px;
	/* padding-bottom: 25px; */
	/* border-bottom: 1px dotted #4D4D4D; */
}
