/* CSS Document */

body
{
	background-color: #676767;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.body_wrap
{
	width: 936px;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 32px;
}

div.header
{
	width: 936px;
	height: 198px;
	background-image: url(../images/header.gif);
}

div.content
{
	width: 936px;
	overflow: hidden;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.text_top
{
	padding-left: 56px;
	padding-right: 56px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

div.main_text
{
	width: 710px;
	overflow: hidden;
	margin-left: 113px;
	margin-right: 113px;
}

.text_question_no
{
	color: #006f3c;
	font-size: 25px;
	font-weight: bold;
}
.text_question_main
{
	color: #006f3c;
	font-size: 12px;
}
.text_question_info
{
	color: #000000;
	font-size: 10px;
}
.text_key
{
	color: #000000;
	text-align: center;
	font-size: 8px;
}
.text_question
{
	color: #000000;
	font-size: 12px;
}

.radio_button
{
	color: #006f3c;
	width: 20px;
	height: 20px;
}
.text_field
{
	border: 1px solid #F0F0F0;
	color: #999999;
	font-size: 12px;
	width: 600px;
	padding: 10px;
	height: 60px;
}

.text_field_bottom
{
	border: 0px;
	border-bottom: 1px solid #000000;
	background-color: #e4efe8;
	color: #666666;
	font-size: 12px;
	margin-left: 3px;
	width: 300px;
}

div.bottom_box
{
	width: 812px;
	overflow: hidden;
	background-color: #e4efe8;
	padding: 5px;
	margin: 0px auto;
}

div.bottom_box p
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
