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

h2{
	margin-bottom: 10px;
	background: url(../../common/img/h_bg.jpg);
	width: 541px;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
	vertical-align: middle;
}
.formTable{
	width: 555px;
}
.formTable th{
	width: 120px;
	background-color: #DFF2B6;
	font-size: 13px;
}
.formTable th , .formTable td{
	padding: 15px 10px;
	border: 1px solid #70B000;
}
.formTable textarea{
	width: 320px;
	height: 100px;
}
.lead{
	margin-bottom: 15px;
}
.bt{
	text-align: center;
	margin-top: 15px;
}
.err{
	color: #FF0000;
}
.coList{
	margin-left: 200px;
}
.coList li{
	float: left;
	margin-right: 15px;
}
.formTable{
	margin-bottom: 20px;
}