#wrapper {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 233px;
}
#header #logo_secoc {
	position: absolute;
	left: 63px;
	top: 23px;
}
#header #copy_kimitsu {
	position: absolute;
	left: 162px;
	top: 43px;
}
#header #logo_buneidou {
	position: absolute;
	left: 323px;
	top: 22px;
}


#header h1 {
	position: absolute;
	left: 58px;
	top: 60px;
}

#content {
	padding-left: 80px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	height: 139px;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-color: #8FC422;
	clear: left;
}
#footer #copyright {
	text-align: right;
	margin-right: 62px;
}
