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

* {
	margin:0;
}

#Wrapper {
	margin: 0px;
	padding: 0px;
}
#Content {
	padding: 0px;
	width: 665px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#topBox {
	padding-top: 30px;
	background-image: url(../img/bg_white.jpg);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 25px;
}
#topBox .mainTitle {
	text-align: center;
	margin-bottom: 20px;
}
#topBox .subTitle {
	text-align: center;
	margin-bottom: 37px;
}
#topBox .image {
	text-align: center;
}
#topBox .text {
	text-align: center;
}
#topBox .formArea {
	text-align: center;
}
#bottomBox {
	background-image: url(../img/bg_gray.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
}
#bottomBox .explan {
	font-size: 14px;
	color: #468CB2;
	line-height: 145%;
	padding-bottom: 10px;
}
#bottomBox .explan .point {
	float: left;
	width: 25px;
}
#bottomBox .explan dd {
	margin-left:25px;
}
.err{
	color:#FF0000;
}
