@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------- 
Question Title
--------------------------------------------------------- */
div#question_tit {
	background: url(../../img/common/contents_tit_s05.gif) no-repeat;
	height: 83px;
	width: 550px;
	margin-bottom: 15px;
	text-indent: -9999px;
}
div.question_sub_tit {
	background: url(../../img/common/subTitBack.gif) no-repeat;
	height: 40px;
	width: 500px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #300;
	padding-left: 50px;
	font-weight: bold;
}
/*--------------------------------------------------------- 
Question style
--------------------------------------------------------- */
div.question_item {
	width: 510px;
	margin-bottom: 10px;
	background: url(../../img/question/question_back.gif) no-repeat;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding-left: 40px;
	font-weight: bold;
}

div.question_answer {
	width: 510px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #F90;
}

