/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
	background-color:#FFFFFF;
}
a{
	text-decoration:none
}
/* ヘッダーの設定*/
#header{
    width:1280px;
    height:172px;
    background-color:#FFFFFF;
	padding:0;
	margin:0;
	background: url(../images/header/header.jpg) no-repeat center center;
}
#header .u_c a {
 	width: 272px;
 	height: 75px;
 	float: left;
	margin-top:90px;
 	margin-left:40px;
 	display: block;
}
#header .u_c .logo {
 	visibility: hidden;
}
/* メインの設定*/
#main{
    position:relative;
    width:1280px;
    background-color:#FFFFFF;
}
/* 左側の設定*/
#left{
    width:312px;
	float:left;
	margin:0px;
	padding:0px;
}
#navi {
    width:312px;
	float:left;
	margin:0px;
	padding:0px;
	background: url(../images/left/space_01.jpg) repeat-y left top;
}
#navi ul {
	width: 312px;
	height:383px;
	margin: 102px 0px 156px 0px;
	padding: 0px;
 	list-style: none;
 	background: url(../images/left/navi.jpg) no-repeat left top;
}
#navi #btn1 a {
 	height: 75px;
 	width: 272px;
 	margin: 0 0 0 40px;
 	padding: 0px;
 	display: block;
}
#navi #btn2 a {
 	height: 76px;
 	width: 272px;
 	margin: 0 0 0 40px;
 	padding: 0px;
 	display: block;
}
#navi #btn3 a {
 	height: 77px;
 	width: 272px;
 	margin: 0 0 0 40px;
 	padding: 0px;
 	display: block;
}
#navi #btn4 a {
 	height: 48px;
 	width: 272px;
 	margin: 0 0 0 40px;
 	padding: 0px;
 	display: block;
}
#navi #btn5 a {
 	height: 35px;
 	width: 272px;
 	margin: 0 0 0 40px;
 	padding: 0px;
 	display: block;
}
#navi #btn6 a,#btn7 a {
 	height: 36px;
 	width: 272px;
 	margin: 0 0 0 40px;
 	padding: 0px;
 	display: block;
}
#navi .navi {
  	visibility: hidden;
}
#navi .btn {
 	float: left;
 	width:272px;
 	margin: 0px;
 	padding: 0px;
}
#btn1 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px 0px;
}
#btn2 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px -75px;
}
#btn3 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px -151px;
}
#btn4 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px -228px;
}
#btn5 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px -276px;
}
#btn6 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px -311px;
}
#btn7 a:hover {
	background: url(../images/left/navi.jpg) no-repeat -352px -347px;
}

/* 右側の設定*/
#right #entrance{
    width:968px;
    height:641px;
    float:right;
    background: url(../images/entrance_main.jpg) no-repeat center center;
}
#right #info{
    width:968px;
    height:641px;
    float:right;
    background: url(../images/info_main.jpg) no-repeat center center;
}
#right #mission{
    width:968px;
    height:641px;
    float:right;
    background: url(../images/mission_main.jpg) no-repeat center center;
}
#right #message{
    width:968px;
    height:641px;
    float:right;
    background: url(../images/message_main.jpg) no-repeat center center;
}
#right h1 {
 	visibility: hidden;
}
/* フッターの設定*/
#footer{
    position:relative;
    width:1280px;
    height:38px;
    background: url(../images/footer/footer_navi.jpg) no-repeat center center;
    clear:both;
}
#right #under {
 	visibility: hidden;
}
