@charset "utf-8";
#header {
	height: 75px;
	width: 780px;
	background-color: #FFFFFF;
}
#navi {
	height: 40px;
	width: 780px;
}
#middle {
	width: 780px;
	height: auto;
	background-color: #FFFFFF;
}

#footer {
	height: 100px;
	width: 780px;
	background-color: #FFFFFF;
}

#wrapper {
	width: 780px;
	background-color: #82765B;
	background-position: left top;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	text-decoration: none;
}
