﻿@charset "utf-8";
/* CSS Document */

#header_wrap {
	text-align: center;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bk_head.jpg);
	background-repeat: repeat-x;
	height: 93px;
}
#main_content {
	background-image: url(../images/top_bk_content.jpg);
	background-repeat: repeat-x;
	height: 546px;
	width: 100%;
	display: block;
}
#footer_wrap {
	background-image: url(../images/top_bk_footer.jpg);
	background-repeat: repeat-x;
	height: 311px;
	width: 100%;
	display: block;
}
#main_wrap {
	width: 100%;
	z-index: 1;
	position: relative;

}

#back {
	background-image: url(../images/shuuji_bk_s1.gif);
	background-repeat: no-repeat;
	height: 895px;
	width: 100%;
	z-index: 2;
	position: absolute;
	background-position: center 0px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#wrap_flash{
	position: absolute;
	z-index: 3;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#back_wrap {
	display: block;
	height: auto;
	width: 100%;
}
