@charset "utf-8";
/*よくある質問*/
#contents_left.faq h2{
	background:url(../img/h_faq.jpg) no-repeat left top;
	width:640px;
	height:46px;
	text-indent:-9999px;
}
ul#faq_list li{
	margin-bottom:5px;
	border-bottom:dotted 1px #CCC; 
}
ul#faq_list li span{
	font-weight:bold;
	margin-right:3px;
}
h3.question{
	padding:0px 0px 0px 38px;
	margin-bottom:5px;
	background:url(../img/icon_question.gif) no-repeat left center;
	line-height:32px;
	height:32px;
	font-weight:normal;
}
.faq .answer{
	border-top:solid 1px #CCC;
	padding:10px 10px 10px 38px;
	background:url(../img/icon_answer.gif) no-repeat left 10px;
	min-height:32px;
}