@charset "utf-8";
#header {
	height: 245px;
	width: 1000px;
}
#navi {
	height: 35px;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#middle {
	width: 1000px;
}
#left {
	float: left;
	width: 250px;
	background-repeat: repeat;
	background-color: #C8FFDA;
	height: 1100px;
}
#footer {
	clear: both;
	height: 150px;
	width: 1000px;
	background-image: url(image/footer.jpg);
}
#right {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	height: 1100px;
}
#wrap #middle #left table {
	background-color: #FFFFFF;
}


#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#info {
	width: 1000px;
	background-color: #FFFFFF;
	height: 15px;
}
#wrap #info .style17 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrap #right table {
	margin-left: 30px;
}
