@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/

#faq ul.nav {
	border-bottom: 1px dotted #666666;
	padding-bottom: 7px;
	margin-bottom: 16px;

}
#faq ul.nav li {
	background: url(../image/icon03.jpg) left no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
#faq ul.nav li a{
	font-weight:bold;
}


#faq dl {
	margin-bottom: 35px;
}
#faq dl dt {
	background: url(../image/icon03.jpg) left no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 0px;
	font-size: 1.15em;
	color: #3A2B24;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon04.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom:20px;
}
