@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq{
	padding-bottom:8px;
}
#faq ul.nav {
	padding-bottom:  19px;
	margin-bottom: 40px;
	background:url(../image/faq01.jpg) left bottom no-repeat;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 2px 0 2px 37px;
	margin-bottom: 21px;
}
#faq dl {
	margin-bottom: 23px;
}
#faq dl dt {
	font-size:1.14em;
	font-weight:bold;
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 6px 0 1px 37px;
	line-height:1.4;
	margin-bottom: 18px;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left 2px no-repeat;
	padding: 5px 0 0 37px;
}
