@charset "shift_jis";

body {
	min-width: 960px;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

img {
	vertical-align:bottom;
}
/*****************************/
/* ヘッダー(最上部)
/*****************************/
h1 {
	color: #FFF;
	text-align: center;
	padding-top: 7px;
}

div#headBelt {
	width: 100%;
	background: #1AA3D7;
}

div#headBeltInner {
	width: 950px;
	height: 27px;
	margin: 0 auto;
}

div#headBeltInner a ,
div#headBeltInner a:hover {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	color: #FF0;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
}

div#headBeltInner a {
	background: url(../img/head_home_off.png);
}

div#headBeltInner a:hover {
	background: url(../img/head_home_on.png);
}

h2 {
	width: 100%;
	height: 25px;
	background: url(../img/head_scroll.png);
	padding-top: 10px;
}

div.leftZone {
	float: left;
}

div.rightZone {
	float: right;
}

ul#menuList {
	width: 452px;
	height: 53px;
	margin: 0 11px 0 0;
}

ul#menuList li {
	height: 53px;
}

ul#menuList li ,
ul#menuNavi li {
	float: left;
}

ul#menuNavi {
	clear: both;
}

ul#menuNavi li {
	height: 40px;
}

/*****************************/
/* フッター
/*****************************/
div#footer01 {
	width: 917px;
	height: 75px;
	margin: 0 auto;
	padding-left: 15px;
	background: url(../img/foot_bg01.png);
}

div#footer01 a ,
div#footer01 a:hover {
	display: block;
	float: right;
	width: 90px;
	height: 20px;
	color: #FF0;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
}

div#footer01 a {
	background: url(../img/top_off.png);
}

div#footer01 a:hover {
	background: url(../img/top_on.png);
}

div#footer01 p.rightZone {
	padding-top: 26px;
}

div#footer02 {
	width: 732px;
	margin: 0 auto;
	padding: 0 100px;
	background: url(../img/foot_bg02.png);
}

div#footer02 p#enq a ,
div#footer02 p#enq a:hover {
	display: block;
	float: right;
	width: 148px;
	height: 26px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}

div#footer02 p#enq a {
	background: url(../img/enq_off.png);
}

div#footer02 p#enq a:hover {
	background: url(../img/enq_on.png);
}

div#footer02 p.rightZone {
	padding-top: 16px;
}

div#footer02 p.links ,
div#footer02 p.links a {
	color: #A53F5F;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 0;
}

div#footer02 p.links a:hover {
	color: #99C;
}

div#footer02 p.links a {
	color: #A53F5F;
	text-decoration: none;
}
/*****************************/
/* 連合隊リンクページ用
/*****************************/
body#ralsLinkInfo {
	background-image: none;
	background-color: #FFFFFF;
}
#ralsLinkInfo td {
	line-height: 16px;
}
#ralsLinkInfo img {
	margin-bottom: 5px;
}
#ralsLinkInfo .ralsLinkFooter {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}
.footer_bgcolor {
	background-color: #48B5DF;
	color: #FFFFFF;
}
.footer_bodybgcolor {
	background-color: #ffffff;
	color: #333333;
}
.footer_linecolor {
	background-color: #09C;
}
