@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq ul.nav {
	background:url(../image/faq_bg.jpg) center bottom no-repeat;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 6px 0 6px 47px;
	margin-bottom: 16px;
}
#faq dl {
	margin-bottom: 40px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 4px no-repeat;
	padding: 10px 0 5px 47px;
	margin-bottom: 5px;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left 2px no-repeat;
	padding: 8px 0 5px 47px;
	margin-bottom:5px;
}

#faq .nav li a{
	color: #4E372B;
}
