@charset "utf-8";

/* *****************************************
/*+  faq  +***************************
/***************************************** */
.faqBox dl {
	background:url(../img/faq_bg_bottom.gif) no-repeat left bottom;
	padding-bottom:1px;
	margin-bottom:20px;
	}
.faqBox dt {
	background:url(../img/faq_title.gif) no-repeat top left;
	height:32px;
	padding-left:40px;
	}
.faqBox dt span {
	padding-top:5px;
	display:block;
	}
.faqBox dd {
	background:url(../img/faq_middle.gif) repeat-y left bottom;
	padding:10px 10px;
	}	
.faqBox span.faqA {
	background:url(../img/faq_icon.gif) no-repeat top left;
	padding-left:30px;
	font-weight:normal;
	display:block;
	}
