@charset "utf-8";
#main_box_question {
	padding: 0px;
	height: 322px;
	width: 813px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/question/question_back.jpg);
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #8b805e;
	border-width: 1px;
	overflow: hidden; /* clear float */
	position: relative;	
}
#title {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b805e;
	height: 16px;
	width: 792px;
}
#question_left {
	float: left;
	height: 273px;
	width: 370px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 4px;
}
#question_left ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#question_left ul li {
	text-indent: -9999px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
li.question_1 a {
	background-image: url(../img/guidance/button_question1.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
li.question_1 a:hover {
	background-image: url(../img/guidance/button_question1_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
#appear1 li.question_1 a {
	background-image: url(../img/guidance/button_question1_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
li.question_2 a {
	background-image: url(../img/guidance/button_question2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
li.question_2 a:hover {
	background-image: url(../img/guidance/button_question2_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
#appear2 li.question_2 a {
	background-image: url(../img/guidance/button_question2_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
li.question_3 a {
	background-image: url(../img/guidance/button_question3.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
li.question_3 a:hover {
	background-image: url(../img/guidance/button_question3_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}
#appear3 li.question_3 a {
	background-image: url(../img/guidance/button_question3_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 213px;
}

div.infobox {
	overflow: auto;
	border: 1px solid #999;
	background-position: left top;
	height: 247px;
	width: 409px;
	scrollbar-3dlight-color:    #fff;
	scrollbar-arrow-color:      #000;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color:       #fff;
	scrollbar-highlight-color:  #fff;
	scrollbar-shadow-color:     #fff;
	position: absolute;
	left: 380px;
	top: 45px;
}
div.infobox img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}	