#left_area .one_topic_area {
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
}
#left_area .one_topic_area h2 {
	font-size: 0.85em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #669966;
	line-height: 150%;
	background-image: url(question_back.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	padding-bottom: 5px;
}
#left_area .one_topic_area h3 {
	font-size: 0.85em;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #CC3366;
	line-height: 150%;
	background-image: url(answer_back.jpg);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}
#feature_area h2 {
	font-size: 1.0em;
	color: #6771F4;
}

#left_area .one_topic_area .comment_area {
	margin-right: 10px;
	font-size: small;
	color: #333333;
	margin-left: 25px;
}

