@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq {
	margin-bottom:40px;
}
#faq ul.nav {
	border-bottom:1px #666 dotted;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#faq ul.nav li {
	padding: 0 0 0 30px;
	background: url(../image/icon_q.jpg) left 2px no-repeat;
	margin-bottom: 9px;
}
#faq dl {
	margin-bottom: 20px;
	border:1px #999 solid;
}
#faq dl dt {
	background:#F7F7F2;
	padding: 10px 20px 7px 20px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom:1px #999 solid;
}
#faq dl dd {
	padding: 0 20px 8px 20px;
}
