@charset "UTF-8";
/* CSS Document */


/*------------------------------------------*/
/*ページタイトル*/
/*------------------------------------------*/
#page_title h2{
	background:no-repeat url(../img/faq/title_qanda.gif);
	width:82px;
	height:41px;
	text-indent:-9999em;	
}
#page_title p{
	position:absolute;
	background:no-repeat url(../img/faq/copy_qanda.gif);
	width:343px;
	height:41px;
	left:82px;
	top:0px;
	text-indent:-9999em;
}


#faqs{
	padding-left:7px;
	font-size:1.2em;
}

#faqs dt{
	background:no-repeat left url(../img/faq/icon_q.gif) #e4e4e4;
	height:28px;
	line-height:28px;
	padding-left:35px;
	margin-bottom:10px;
}
#faqs dt h3{
	height:28px;
	line-height:28px;
	font-weight:bold;
	color:#5e5e5e;
	background:no-repeat right url(../img/faq/q_back.gif);
}

#faqs dd{
	padding-bottom:30px;
	padding-left:35px;
	background:no-repeat left top url(../img/faq/icon_a.gif);
}