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

.wp_quest{
	width:471px;
	height:324px;
	float:left;
	margin-top:10px;
	text-align:center;
}

.wp_quest img{
	padding:3px;
	border:solid 1px #999999;
}

.ques_title{
	width:471px;
	padding-bottom:5px;
	float:left;
	color:#252525;
	font-weight:bold;
	font-size:12px;
}

.quest_option{
	width:471px;
	float:left;
	padding-bottom:3px;
	margin-top:5px;
}

.quest_option input[type=radio]{
	margin-right:5px;	
	
}

.quest_input{
	width:471px;
	float:left;
	padding-bottom:3px;
	margin-top:5px;
}

.quest_input input[type=submit]{
	width:60px;
	height:27px;
	text-align:center;
	border:1px solid #885809;
	background-image:url(../images/iptxt.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

.q_line{
	width:471px;
	height:15px;
	padding-top:15px;
	float:left;
}


.wp_text_quest, .wp_text_quest_another{
	width:471px;
	padding-bottom:5px;
	float:left;
	color:#252525;
	font-weight:bold;
	font-size:12px;
}

.wp_text_quest_another{
	font-weight:normal;
}


.wp_text_quest_another a{
	text-decoration:none;
	color:#252525;
}

.wp_text_quest_another a:hover{
	font-weight:bold;
}



