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

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

#content #qlist {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../image/qaline.jpg) center bottom no-repeat;
}

#content #qlist li {
	font-weight: bold;
	margin-top: 10px;
	padding: 0 0 0 30px;
	background: url(../image/qmark.gif) 0 0 no-repeat;
}
#content #qlist li:first-child {
	margin-top: 0;
}

#content #faq dl {
	margin-bottom: 30px;;
}
#content #faq dl dt {
	color: #A5AC59;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin-bottom: 5px;
	background: url(../image/qmark.gif) 0 0 no-repeat;
}
#content #faq dl dd {
	padding: 0 0 0 30px;
	background: url(../image/amark.gif) 0 0 no-repeat;
}