@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2010-02-09
 * Editor:    contents yamamoto
 * Modified:  2010-02-09 by:contents yamamoto
 *
 * ***********************************************************
 */
 
/*============================================================

	QA

============================================================*/
div.qaBox{
	padding:0 0 20px;	
}
div.qaBox dl.qa_q{
	background: url(../qa/img/line_dot_01.gif) 0 100% repeat-x;
	padding:4px 0 4px 10px;
	margin-bottom:10px;
}
div.qaBox dl.qa_a{
	background:#F9F8F2;
	width:660px;
	padding:10px;
}

div.qaBox dl.qa_q dt,div.qaBox dl.qa_a dt{
	float:left;
}

div.qaBox dl.qa_q dd{
	color:#297ADE;
	font-weight:bold;
	margin:0 0 0 25px;
}
div.qaBox dl.qa_a dd{
	margin:0 0 0 25px;
}

