@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq ul.nav {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) 3px 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
#faq dl {
	margin-bottom: 50px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) 3px 4px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	font-size: 1.15em;
	color: #333;
	font-weight: bold;
}
#faq dl dd {
	border: 1px solid #372900;
	background: url(../image/icon_a.jpg) 7px 11px no-repeat;
	padding: 6px 6px 4px 30px;
	margin-bottom:30px;
}
