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

#faq ul.nav {
	background: url(../image/br01.jpg) center bottom  no-repeat;
	padding-bottom:5px;
	margin-bottom: 20px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left top  no-repeat;
	padding: 0 0 0 35px;
	margin-bottom: 15px;
}

#faq dl {
	margin-bottom:35px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 2px 0 1px 35px;
	margin-bottom:10px;
	font-size: 1.14em;
	color:#333333;
	font-weight: bold;
	line-height: 1.4;
}
#faq dl dd {
	padding: 0 0 3px 35px;
	background: url(../image/icon_a.jpg) left top 3px no-repeat;
}