/*****************************/
/* contentsArea */
/*****************************/

/* ===== ttl_h3Area   ===== */

#ttl_h3Area h3.h3_faq{
	background-image: url(../../faq/img/ttl_h3_faq.jpg);
}

#ttl_h3Area h3.h3_answer{
	background-image: url(../../faq/img/ttl_h3_answer.jpg);
}





/*****************************/
/* leftcontentsArea */
/*****************************/

/* ===== ttl_h4Area   ===== */


.ttl_h4Area h4.h4_kasen{
	background-image: url(../../faq/img/ttl_h4_kasen.jpg);
}

.ttl_h4Area h4.h4_sabou{
	background-image: url(../../faq/img/ttl_h4_sabou.jpg);
}




/* ===== faqArea   ===== */

.faqArea{
	clear: both;
	margin-bottom: 16px;
}

.faqArea dl{
	clear: both;
	width: 725px;
	padding-bottom: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.faqArea dl dt{
	float: left;
	clear: left;
	width: 70px;
	text-align: right;
	font-weight: bold;
	color: #6699FF;
}

.faqArea dl dd{
	float: right;
	clear: right;
	width: 645px;
}

.faqArea dl dd a.back{
	float: right;
	clear: both;
}


/*****************************/
/* clearfix */
/*****************************/

.faqArea dl:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.faqArea dl{/* ===== IE hack ===== */
	display: inline-block;
}

.faqArea dl{/* ===== Opera ===== */
	display: block;
}
