@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq {
	margin-bottom: 50px;
}
#faq ul.nav {
	border-bottom: 1px solid #C29D0A;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 1px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
#faq ul.nav li a{
	color: #660000;
	font-weight: bold;
}
#faq dl {
	margin-bottom: 30px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
	font-size: 1.15em;
	color: #3F2C1A;
	font-weight: bold;
}
#faq dl dd {
	margin-bottom:20px;
	color: #3F2C1A;
}
