/** for faq.hmtl **/
div.faq {

}
div.faq a {
	text-decoration: underline;
}
div.faq h2 {
	background: url("../img/faqTtl.gif") no-repeat;
}
div.faq dl {

}
div.faq dl dt {
	margin: 25px 0 5px 0;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	padding-left: 50px;
	background: url("../img/questionBg.gif") left bottom no-repeat;
	font-weight: bold;
	font-size: 100%;
}
div.faq dl dd {
	padding: 0 20px 20px 50px;
	background: url("../img/answerBg.gif") left top no-repeat;
}

