@charset "utf-8";
/* CSS Document */


#wrapper {
	right: auto;
	width: 900px;
	margin: 5px auto 0 auto ;
}
#header {
	width: 900px;
	height:65px;
}
#header-left {
	float: left;
	text-align: left;
}
#header-left h1 {
font-size:100%;
}
#header-right {
	float:right;
	text-align:right;
}
#header-img {
	width: 900px;
	height:435px;
	background: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#contents {
	width: 900px;
	clear:both;
}
#footer {
	width:900px;
	text-align:right;
}
#footer hr {
	border: none;
	border-top:1px #017C3B  solid;
	height:1px;
	color:#FFFFFF;
	width:900px;
	margin: 0 ;
}

/*div {
	position: relative;
	border:1px #000000 solid;
}*/

