@charset "utf-8";
.wraper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
.header {
	height: 100px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}


/* CSS Document */

.honbun {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 500px;
}
.footer {
	padding: 0px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
}

.float_left {
	float: left;
}
