#re_Body {
	text-align: center;
	background-image: url(image/bg.jpg);
	font-size: 90%;
}

#contactBody {
	text-align: center;
	background-image: url(image/bg_02.jpg);
	padding: 0px;
	margin: 0px;
	font-size: 0;
}

#container {
	background-color: #FFF;
	margin: 50px auto;
	padding: 50px;
	width: 924px;
}

#contactContainer {
	background-color: #FFF;
	margin: 50px auto;
	padding: 50px;
	width: 924px;
}

.mainTable {
	display: inline;
	font-size: 85%;
	line-height: 1.5em;
}

.mainTable th {
	white-space: nowrap;
	text-align: right;
	font-size: 90%;
}

.mainTable td {
	font-size: 85%;
}

.formTable {
	display: inline;
	line-height: 1.5em;
}

.formTable th {
	white-space: nowrap;
	text-align: right;
}

.formTable td {
}

.contactFormTable {
	width: auto;
}

.contactFormTable th{
	width: auto;
}

.contactFormTable td{
	width: auto;
}

.CheckTable {
	width: auto;
	margin-bottom: 20px;
}

.CheckTable th {
	text-align: center;
	width: auto;
	height: 60px;
	padding: 5px;
	white-space: nowrap;
	background-color: #FBFFD5;
}

.CheckTable td {
	text-align: center;
	width: auto;
	height: 60px;
	padding: 5px;
	white-space: nowrap;
}

.formCheckTable {
	width: 600px;
	margin-bottom: 20px;
}

.formCheckTable th {
	text-align: center;
	width: auto;
	height: 50px;
	padding: 5px;
	white-space: nowrap;
	background-color: #d8ffe1;
}

.formCheckTable td {
	text-align: left;
	width: auto;
	max-width : 500px;
	height: 50px;
	padding: 5px;
}


.compTable {
	width: auto;
}

.cmpP {
	line-height: 2.5em;
}

#error {
	font-size: 90%;
	line-height: 2em;
}

.backBTM {
	text-align: center;
}

img {
	border: none;
}