@charset "utf-8";
/* CSS Document */
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
#content .thanks{
	text-align: center;
	line-height: 150%;
	padding-bottom: 30px;
	width: 60%;
	color: #F00;
	padding-top: 20px;
}
#content .speace_bar {
	clear: both;
	height: 20px;
}
#content .thanks_com01 {
	font-size: 16px;
	text-align: center;
	width: 70%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 20px;
	padding-bottom: 10px;
}
#content .contact_img img {
	padding-bottom: 0px;
	margin-bottom: 20px;
}
#foot #copy_rught_2 {
	padding-top: 30px;
	margin-top: 30px;
}
#foot_2 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00C;
	background-color: #E7E2E2;
	overflow: hidden;
	height: 70px;
	text-align: center;
	padding-top: 30px;
}