/* CSS Document */
div#content_left h2{
	background:url(../../img/question_title.jpg) no-repeat 0 0;
	width:600px;
	height:30px;
	text-indent:-1000em;
	margin-bottom:10px;
}
div.answer{
	margin-bottom:20px;
	border:1px solid #E1E1E1;
	background-color:#EEEEEE;
	padding:5px;
}
div.answer h3{
	font-size:14px;
	border:1px solid #E1E1E1;
	background:white url(../../img/question_point.jpg) no-repeat 10px 3px;
	padding:3px;
	text-indent:2em;
	margin-bottom:5px;
	color:#996600;
}
div.answer p{
	font-size:12px;
	padding:0 10px 0 30px;
	line-height:1.3em;
	color:#666666;
}
div.answer a{
	color:blue;
	font-weight:bolder;
}
