@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body {
	margin: 0px;          /* ページ全体のmargin */
	padding: 0px;         /* ページ全体のpadding */
	text-align: center;   /* 下記のautoに未対応用のセンタリング */
	min-height: 100%;
	　　min-width: 1024px;
	　　width: 100%;
	　　height: auto;
	　　position: fixed;
	　　top: 0;
	　　left: 0;
	overflow-x: hidden;
}
#container {
	position: relative;
	width: 1000px;
	height: auto;
	margin-left: auto;    /* 左側マージンを自動的に空ける */
	margin-right: auto;   /* 右側マージンを自動的に空ける */
	text-align: left;     /* 中身を左側表示に戻す */
	z-index: 1;
	background-repeat: repeat-y;
}



/*header*/
#header {
	position: absolute;
	width: 1000px;
	height: 342px;
	z-index: 1;
}
#header_back {
	position: absolute;
	clear: both;
	background: transparent url("image/header_back.jpg") repeat-x 0% 0% scroll;
	width: 100%;
	min-width: 1000px;
	height: 371px;
	left: 1px;
	top: -1px;
}


/*contents*/
#contents {
	position: absolute;
	width: 1000px;
	height: 4721px;
	z-index: 1;
	top: 380px;
}
.title1 {
	position: absolute;
	width: 1000px;
	height: 62px;
	z-index: 1;
	top: 1px;
}

.cont1-1 {
	position: absolute;
	width: 1000px;
	height: 821px;
	z-index: 2;
	top: 80px;
}
.cont1-2 {
	position: absolute;
	width: 1000px;
	height: 406px;
	z-index: 1;
	top: 911px;
}

.title2 {
	position: absolute;
	width: 1000px;
	height: 62px;
	z-index: 1;
	top: 1342px;
}
.cont2-1 {
	position: absolute;
	width: 1000px;
	height: 1352px;
	z-index: 1;
	top: 1430px;
}



.title3 {
	position: absolute;
	width: 1000px;
	height: 54px;
	z-index: 1;
	top: 2794px;
}
.cont3-1 {
	position: absolute;
	width: 1000px;
	height: 1352px;
	z-index: 1;
	top: 2886px;
}



/*footer*/
#footer {
	position: absolute;
	width: 1000px;
	height: 308px;
	z-index: 1;
	top: 5111px;
}
.f-image {
	position: absolute;
	width: 500px;
	height: 203px;
	z-index: 1;
	top: 99px;
}
	.map {
	position: absolute;
	width: 300px;
	height: 300px;
	z-index: 1;
	stop: 0px;
	left: 694px;
}

#footer_back {
	position: absolute;
	clear: both;
	background: transparent url("image/footer_back.jpg") repeat-x 0% 0% scroll;
	width: 100%;
	min-width: 1000px;
	height: 27px;
	left: 1px;
	top: 5430px;
}

</style>