.QandA_Box{
	margin-top:10px;
	margin-bottom:20px;
	border: 1px solid #DDD;
}

.QandA_Q{
	color: #400;
	border-bottom: 1px dotted #DDD;
	background-image: url('./img/faq/bg_q.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FEFAFA;
	font-size: 130%;
	font-weight: bold;
	padding: 15px 20px 15px 35px;
}
div.QandA_Q:hover{
	background-color: #FFDDDD;
}


.QandA_A{
	background-image: url('./img/faq/bg_a.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #007;
	min-height: 3em;
	background-color: #FAFFFD;
	padding: 15px 20px 5px 45px;
}
div.QandA_A:hover{
	background-color: #DAFFDA;
}

.QandA_Box ul li{
	min-height: 16px;
	color: #030;
	background: url('img/listmark/triangle_orange.gif') no-repeat 0px 1px ;
	padding: 4px 0px 4px 15px;
}

