#wrapper {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 209px;
}
#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 #nav_eco_top {
	position: absolute;
	left: 829px;
	top: 113px;
}
#header #bt_inquiry {
	position: absolute;
	left: 757px;
	top: 131px;
}


#header h1 {
	position: absolute;
	left: 58px;
	top: 111px;
}
#main_nav {
	padding-left: 80px;
	padding-right: 77px;
	padding-top: 14px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

#main_nav li {
	display: inline;
	margin-right: 1px;
}
#main_nav li.last_node {
	margin-right: 0px;
}

#main_nav ul {
	background-image: url(../images/bg_main_nav.gif);
	background-repeat: repeat-x;
	height: 35px;
}
#title {
	background-image: url(../images/bg_content.gif);
	position: relative;
	height: 98px;
}
#title h2 {
	position: absolute;
	left: 80px;
	top: 22px;
}
#title p {
	position: absolute;
	left: 717px;
	top: 28px;
}
#content {
	padding-left: 80px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	padding-top: 28px;
}
#content .sub {
	float: left;
	width: 180px;
}

#content #new {
	width: 160px;
	background-color: #d8ebee;
	margin-bottom: 15px;
	padding: 10px 10px;
}
#content #new p {
	margin-bottom: 24px;
}
#content .main {
	margin-left: 210px;
	width: 625px;

}

#content .main .last_section {
	padding-top: 70px;
	text-align: center;
}
#content .main .last_section .bt {
	margin-bottom: 25px;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	height: 139px;
	background-repeat: no-repeat;
	background-color: #3C9B16;
	padding-left: 70px;
}
#footer .bt {
	text-align: right;
	margin-right: 106px;
	padding-top: 20px;
}
#footer #copyright {
	margin-top: 70px;
	margin-right: 62px;
	clear: both;
}

