@charset "UTF-8";

/* -- メイン部 ---------------------------------------------------------- */
.faqbox {}
.faqbox h3 {
	color: #563c23;
}
.faqbox dl {
	padding: 0;
	margin: 0.5em 0 0;
}
.faqbox dt {
	height:auto;
	min-height:22px;
	padding-left:22px;
	background: url(img/icon_q.gif) no-repeat;
}
.faqbox dd {
	height:auto;
	min-height:22px;
	margin-left:22px;
	margin-bottom:1em;
	padding:3px 3px 3px 25px;
	background:url(img/icon_a.gif) no-repeat 2px 2px;
}
/* for Internet Explorer */
/*¥*/
* html .faqbox dt {
	height:22px;
}
* html .faqbox dd {
	height:22px;
}
/**/
