/* CSS Document */

#qanda dl.qa
{
	margin:0 0 50px 0;
	padding:0;
	list-style:none;
}

#qanda dl.qa dt {
	background-image:url(../../img/qanda/icon_q.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#EDF8F1;
	color:#169E6A;
	padding-left:35px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
	margin:30px 0 0 0;
	
}

#qanda dl.qa dd {
	background-image:url(../../img/qanda/icon_a.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	margin:5px 0 0 0;
	padding-top:3px;
	padding-left:35px;
	min-height:30px;

	
}