@charset "utf-8";

#content_wrapper {
	width: 100%;
	min-width: 1000px;
	height: 1645px;
	text-align: center;
	background: url(../images/background.jpg) center top no-repeat;
}

#section01 {
	height: 536px;
	text-indent: -9000px;
	background: url(../images/section01.png) center top no-repeat;
}

#section02 {
	margin-top: 5px;
}

#section03 {
	margin-top: 20px;
}

#section04 {
	margin-top: 20px;
}

#banner01 {
	position: relative;
	width: 980px;
	height: 136px;
	margin: 20px auto 0;
	background: url(../images/btn01on.png) -1000px -1000px no-repeat;
}

#banner01 #button {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 381px;
	height: 105px;
	text-indent: -9000px;
	background: url(../images/btn01off.png) center top no-repeat;
}

#banner01 #button:hover {
	background-image: url(../images/btn01on.png);
}

div#global_header,
div#global_navi,
div#global_footer {
	min-width: 1000px;
}