@charset "UTF-8";
#header {
	height: 115px;
	width: 800px;
	background-image: url(gazou/kabe-neco.jpg);
	background-repeat: no-repeat;
}
#navi {
	height: 31px;
	width: 800px;
}
#middle {
	width: 800px;
}
#footer {
	height: 20px;
	width: 800px;
	clear: left;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#left {
	float: left;
	width: 350px;
	padding-top: 5px;
	padding-right: 5px;
}
#right {
	float: right;
	width: 430px;
	padding-top: 5px;
	padding-right: 5px;
}
#wrapper #middle #middle2 div {
	width: 600px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
