@charset "utf-8";
#wrap {
	width: 800px;
	height: auto;
	border: thin solid #666666;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	height: 73px;
	width: 800px;
	float: right;
}


#navi {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 392px;
	width: 800px;
	padding-top: 254px;
	margin: 0px;
}

#news {
	height: 152px;
	background-image: url(img/news.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 36px;
}

#bts {
	float: left;
	width: 250px;
}
#content {
	width: 530px;
	float: left;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer {

}
