#question .question_unit {
	border:1px solid #D5D5D5;
	width:610px;
	float:left;
	padding:10px 10px 20px 10px;
	margin:20px 0px 0px 20px;
	background-color: #FEF9E9;
	background-image: url(../img/q_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#question .question_unit h3 {
	font-size:1em;
	font-weight:bold;
	line-height:1.6em;
	color:#cc0000;
	width:570px;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 23px;
	background: url(../img/q_line.gif) no-repeat 0px 4px;
}

#question .question_unit div.answer {
	font-size:1em;
	line-height:1.5;
	color:#0066FF;
	width:570px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 23px;
	background: url(../img/a_list.gif) no-repeat;
}


#question_link {
	clear:left;
	width:625px;
	margin:0 auto;
	padding-top:15px;
	text-align:right;
}