#Header{
	display: none;
}
/*####################　メニュー　####################*/
div#menubox{
	position: fixed;
	width: 228px;
	height: 200px;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
	padding-right: 400px;
	z-index: 999999999;
}
div#menubox li{
	float: right;
	margin: 0 5px;
}
div#menubox li a{
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 200px;
}
div#menubox li.menu01 a{
	background: url(../img/menu01.png)
}
div#menubox li.menu02 a{
	background: url(../img/menu02.png)
}
div#menubox li.menu03 a{
	background: url(../img/menu03.png)
}
div#menubox li.menu04 a{
	background: url(../img/menu04.png)
}
div#menubox li.menu05 a{
	background: url(../img/menu05.png)
}
div#menubox li.menu06 a{
	background: url(../img/menu06.png)
}
div#menubox li a:hover{
	background-position: 0 -200px;	
}

/*****************************/

section#index{
	width: 100%;
	min-width: 700px;
	postion: relative;
}
section#index h1{
	position: absolute;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat center top;
	width: 331px;
	height:455px;
	top: -150px;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
	z-index: 999999998;
}

#Footer{
	position: fixed;
	bottom: 0;
}