@charset "utf-8";

#right_side #main_contents img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#right_side #main_contents h2 {
	margin-bottom: 30px;
}

#right_side #main_contents #question {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
}
#right_side #main_contents #question #question_left {
	float: left;
	height: 34px;
	width: 62px;
}

#right_side #main_contents #question h3 {
	width: 520px;
	background-image: none;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #336699;
	float: right;
	font-size: 12px;
	line-height: 16px;
}
#right_side #main_contents #answer {
	margin-right: 10px;
}

#right_side #main_contents #answer #answer_left {
	float: left;
	height: 27px;
	width: 84px;
}
#right_side #main_contents #answer #answer_right {
	display: block;
	width: 498px;
	float: right;
	margin-top: 10px;
}

