/*------------------------------------------------------------------------
共通CSS
------------------------------------------------------------------------*/
#wrapper {
	width: 921px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -350px;
	padding: 0;
	font-size: 12px;
	color: #636363;
}

#header {
	height: 505px;
	margin: 0;
	padding: 0;
	position: relative;
}

h1 {
	float: left;
	width: 200px;
}
ul#font-select {
	float: right;
	width: 350px;
	margin: 20px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
ul#font-select li {
	float: left;
	margin: 0 10px 0 0;
}
ul#font-select li span {
	display: none;
}

/*------------------------------------------------------------------------
言語
------------------------------------------------------------------------*/
a#font01 {
	width: 36px;
	height: 12px;
	display: block;
	background: url(../../images/font01_off.gif) 0 50% no-repeat; 
}
a#font02 {
	width: 37px;
	height: 12px;
	display: block;
	background: url(../../images/font02_off.gif) 0 50% no-repeat; 
}
a#font03 {
	width: 34px;
	height: 12px;
	display: block;
	background: url(../../images/font03_off.gif) 0 50% no-repeat; 
}
a#font04 {
	width: 55px;
	height: 12px;
	display: block;
	background: url(../../images/font04_off.gif) 0 50% no-repeat; 
}
a#font05 {
	width: 55px;
	height: 12px;
	display: block;
	background: url(../../images/font05_off.gif) 0 50% no-repeat; 
}
a#font06 {
	width: 52px;
	height: 12px;
	display: block;
	background: url(../../images/font06_off.gif) 0 50% no-repeat; 
}
/*------------------------------------------------------------------------
メインメニュー
------------------------------------------------------------------------*/
#g-nav {
	position:absolute;
	left: 0;
	top: 458px;
	width: 914px;
	height: 47px;
	z-index:100;
	overflow: hidden;
	_zoom: 1;
}
#g-nav ul li {
	float: left;
}
#g-nav ul li span{
	display: none;
}
a#nav1 {
	width: 118px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav01_off.gif) no-repeat;
}
a#nav2 {
	width: 148px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav02_off.gif) no-repeat;
}
a#nav3 {
	width: 124px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav03_off.gif) no-repeat;
}
a#nav4 {
	width: 119px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav04_off.gif) no-repeat;
}	
a#nav5 {
	width: 125px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav05_off.gif) no-repeat;
}
a#nav6 {
	width: 133px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav06_off.gif) no-repeat;
}
a#nav7 {
	width: 147px;
	height: 47px;
	display: block;
	background: url(../../images/g_nav07_off.gif) no-repeat;
}
/*マウスオーバー
------------------------------------------------------------------------*/
a#nav1:hover {
	background: url(../../images/g_nav01_on.gif) no-repeat;
}
a#nav2:hover {
	background: url(../../images/g_nav02_on.gif) no-repeat;
}
a#nav3:hover {
	background: url(../../images/g_nav03_on.gif) no-repeat;
}
a#nav4:hover {
	background: url(../../images/g_nav04_on.gif) no-repeat;
}	
a#nav5:hover {
	background: url(../../images/g_nav05_on.gif) no-repeat;
}
a#nav6:hover {
	background: url(../../images/g_nav06_on.gif) no-repeat;
}
a#nav7:hover {
	background: url(../../images/g_nav07_on.gif) no-repeat;
}
/*------------------------------------------------------------------------
メイン
------------------------------------------------------------------------*/
#contents-wrap {
	clear: both;
	margin: 20px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
#banner-plan {
	clear: both;
	margin: 25px 0 15px 0;
}
ul#banner {
	margin: 0;
	text-align: center;
}
ul#banner li {
	margin: 0 2px 0 1px;
	display: inline;
}

/*------------------------------------------------------------------------
フッターを下部に固定
------------------------------------------------------------------------*/
#balance{
	clear: both;
	margin: 0 auto;
	height: 350px;
}
/*------------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 70px;
	padding: 280px 0 0 0;
	background: url(../../images/footer_bg.jpg) bottom center no-repeat;
	font-size: 13px;
	color: #666;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	margin: 0 10px 0 0;
	display: inline;
	color: #FFF;
}
#footer ul li a {
	padding: 0 0 0 10px;
	display: inline;
	background: url(../../images/footer_arrow.gif) 0 50% no-repeat;
	color: #FFF;
}
#footer ul li a:hover{
	color: #00A0C6;
	text-decoration: none;
}
