@charset "utf-8";
/* CSS Document */

#header {
	width: auto;
	height: 190px;
	background:url(images/header_01.png);
	padding-top: 20px;
}

#headerWrap {
	width: 1024px;
	height: 120px;
	margin: auto;
	padding-top: 30px;

}
body {margin: 0 0 0 0;}

.logo {
	width:165px;
	height: 63px;
	float: left;
	margin-left: 150px;
}

.contact {width: 104px;
height: 24px;
float: right;
margin-right: 150px;
padding-top: 40px;
}

.line {
	width: 1000px;
	height: 1px;
	margin: auto;
	margin-top: 80px;
	background: #666;
}

.content {
	width: 1000px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}

.heading {
	width: 1000px;
	margin: auto;
	text-align:center;
	margin-bottom: 40px;
}

.bottomword {
	width: 1024px;
	margin: auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
}

img {border: 0px;}