@charset "UTF-8";

.faq_midashi {
	width:553px;
	margin:0 0 5px 0;
	padding:0 0 4px 0;
	background-image: url(/common/img/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.faq_box {
	width:524px;
	background-image:url(/common/img/bg_dotted_blue.gif);
	background-repeat: repeat-x ;
	background-position: bottom;
}


/*------[Q]--------------*/
.q_area {
	width:495px;
	background-image: url(../img/bg_icon_q.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	margin:15px 0 0 0;
	padding: 6px 0 10px 32px;
	color:#0066cc;
	font-weight:bold;
	font-size:80%;
	line-height:1.3em;
}

/*------/[Q]--------------*/


/*------[A]--------------*/
.answer_area {
	width:495px;
	background-image: url(../img/bg_icon_a.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 6px 0 10px 32px;
	color:#666666;
	font-size:80%;
	line-height:1.3em;
}

/*------/[A]--------------*/












