/*-------------------------------------------------------
Copyright (c) 2008 AISATSUJO PRO.All Rights 
 File  :  question.css
-------------------------------------------------------*/

#contents dl.qabox{
    width:640px;
	margin:10px 0px;
}

#contents dl.qabox dt{
    background:url(../imgs/question/qa_q.gif) 10px center no-repeat;
	font-size:14px;
	padding-top:10px;
	padding-bottom:13px;
	padding-left:55px;
	padding-right:10px;
	border-bottom:#00A0E9 5px solid;
	border-top:#00A0E9 1px solid;
	border-left:#00A0E9 1px solid;
	border-right:#00A0E9 1px solid;
	color:#00A0E9;
	font-weight:bold;
	
}

#contents dl.qabox dd{
    margin-left:10px;
	background:url(../imgs/question/qa_a.gif) left top no-repeat;
	margin-top:10px;
	padding-bottom:20px;
	padding-left:50px;
	border-bottom:#00A0E9 1px dotted;
	margin-bottom:20px;
	font-size:12px;
}

#contents dl.qabox dd span{
    font-weight:bold;
}

#contents dl.qabox dd span.pl{
    padding-left:10px;
}