@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
.no_faq{
	margin-bottom:30px;
}

#faq ul.nav {
	background: url(../image/f01_bg.jpg) left bottom repeat-x;
	margin-bottom: 17px;
	padding-bottom:10px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 8px;
}
#faq dl {
	margin-bottom: 23px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 4px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 5px;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom:20px;
}
