@charset "utf-8";

body {
	margin: 0;
	background: url(images/main_bg.jpg) repeat;
}
#contents {
	width: 900px;
	margin: 10px auto 0;
}
#mainImg {
	position: relative;
}

#info_table {
	width: 450px;
	position: absolute;
	left: 25px;
	top: 355px;	
	background: #FFF;
}
.table01 {
	width: 450px;
	font-size: 14px;
	margin: 0 auto;
	border-collapse: collapse;
}
.table01 th, .table01 td {
	padding: 8px 5px;
	border: 1px solid #3b8784;
}
.table01 th {
	background: #7ac4c1;
	color: #fff;
}

/* fotoer */
#footer {
	clear: both;
	background: #7ac4c1;
	border-top: #3b8784 1px solid;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;	
}
.logo1{
	width: 162px;
	height: 35px;
	position: absolute;
	top: 30px;
	left: 10px;
}
.support{
	width: 550px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 10px;
}
.cr{
	width: 500px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 98px;
}
