@charset "utf-8";
#wrapper {
	background-image: url(../images/other/form_back.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -40px;
	position: relative;
	top: -40px;
}
/* CSS Document */

#form_contents_box {
	overflow: hidden;
	width: 1100px;
	padding-top: 174px;
	clear: both;
}
#contents_L_box {
	float: left;
	padding-left: 70px;
	width: 710px;
	overflow: hidden;
	position: relative;
}
#main_title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 336px;
	top: 58px;
	width: 178px;
	text-align: center;
}

#form_box {
	width: 710px;
	color: #333;
	font-size: 13px;
	line-height: 21px;
}
#form_box .sub_title {
	margin-bottom: 14px;
	color: #666666;
	height: 28px;
	width: 710px;
	text-align: center;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../images/sub_title.gif);
}
#form_box p {
	margin-bottom: 14px;
}
#form_box .image_left img {
	float: left;
	padding-right: 8px;
	padding-top: 3px;
}
#form_box table {
	border-collapse: collapse;
}
#form_box table,td,th{
	border: 1px solid #66CCDB;
}
#form_box table tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#form_box table tr td img {
	padding-right: 15px;
	padding-left: 15px;
}
#form_box table .text1 {
	text-align: center;
	background-color: #CFF2F5;
	font-weight: bold;
	color: #006F85;
	font-size: 16px;
}
#form_box table .text1 .title_caption {
	font-size: 13px;
}

#form_box table .text3 {
	padding-left: 10px;
}
#form_box table .red {
	color: #C00;
}

#form_box a {
	text-decoration: none;
	color: #003F98;
	font-weight: bold;
}
#form_box a:hover {
	text-decoration: underline;
	color: #003F98;
	font-weight: bold;
}
#form_box .green {
	color: #0066CC;
}
#form_box .bold {
	font-size: 15px;
	font-weight: bold;
	color: #003F98;
}
