/**************************************************************************************************
INITIAL SETTINGS
**************************************************************************************************/
@charset "utf-8";


#body_wrap {
	position:relative
	height: 300px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: left;
}


.contact_title_s {
	width: 1000px;
	line-height: 20px;
	letter-spacing: 3px;
	font-size: 12px;
	font-style: normal;
	padding-bottom: 15px;
	color: #333;
	font-weight: normal;
	float: left;
	text-align: left;
}


.contact_title {
	width: 1000px;
	line-height: 20px;
	letter-spacing: 5px;
	font-size: 15px;
	font-style: normal;
	padding-bottom: 30px;
	color: #333;
	font-weight: normal;
	float: left;
	padding-top: 20px;
	text-align: left;
}




.contact_img_L {
	width: 648px;
	float: left;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	padding-left: 20px;
	height: 250px;

}


.contact_img_R {
	height: auto;
	width: 330px;
	float: left;

}

.contact_img {
	height: 250px;
	width: 998px;
	float: left;
	margin-top: 50px;
	border: 1px solid #CCC;
	margin-bottom: 80px;

}

.contact_img_2 {
	height: 250px;
	width: 998px;
	float: left;
	border: 1px solid #CCC;
	margin-top: 20px;

}

.concept {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	letter-spacing: 2px;
	font-size: 15px;
	font-style: normal;
	padding-bottom: 15px;
	float: left;
	text-align: left;
}



.contact_title2 {
	width: 1000px;
	padding-top: 80px;
	line-height: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}

.contact_add {
	width: 100px;
	text-align: left;
	line-height: 20px;
	letter-spacing: 2px;
	float: left;
	height: auto;
}

.contact_add2 {
	width: 900px;
	text-align: left;
	line-height: 20px;
	letter-spacing: 2px;
	float: left;
	height: auto;
}


.contact_line {
	width: 1000px;
	padding-bottom: 30px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}



.mail_wrap {
	width: 1000px;
	float: left;
	height: auto;
}


#formWrap {
	width: 700px;
	color: #555;
	line-height: 25px;
	font-size: 12px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
	margin-top: 20px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
table.formTable th{
	width: 18%;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
}
