#qa_title {
	width: 610px;
	height: 50px;
	background: url(../img/counseling/title_back.gif) no-repeat;
}

#qa_title h2 {
	color: white;
	font-size: 24px;
	padding: 10px 0 0 20px;
}

.question {
	width: 610px;
	margin-top: 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/base/qa_title2.gif) repeat-y;
	border: 1px outset orange;
}

.question_left, .answer_left {
	line-height: 30px;
	float: left;
	font-size: 20px;
	font-family: 'Century';
	font-weight: normal;
}

.question_left {
	padding-left: 30px;
	background: url(../img/base/qa_title1.gif) no-repeat;
	color: gold;
}

.question_right {
	padding: 5px 0;
	line-height: 20px;
	width: 510px;
	margin-left: 5px;
	float: left;
}

.answer_container {
	width: 610px;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
}

.answer_left {
	margin-left: 5px;
	color: orangered;
}

.answer_right {
	padding: 8px 0 0 5px;
	width: 450px;
	float: left;
	color: dimgray;
}

.qa_link {
	margin-top: 10px;
	font-weight: bold;
}

.qa_link a:link, .qa_link a:visited {
	color: crimson;
}

.qa_link a:active, .qa_link a:hover{
	color: blue;
}
