@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  	font-size:12px;
	margin: 0;
	padding: 0 0 15px 0;
	line-height:140%;
	}

a{	text-decoration:none; color:#000;	}
a:hover{	text-decoration:underline;	}
a img { border:none}

#container {
	width: 977px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	/*border-bottom:2px solid #0099FF;
	clear:both;
	*/
}

#container #header{
	width: 977px;
	height:49px;
	border-bottom:1px solid #DCDCDC;
	background:url(../images/head_airtime.gif) right top no-repeat;
}

#container #header h1{
	width: 282px;
	height:49px;
	margin:0;
	background:url(../images/head_logo.gif) left top no-repeat;
	text-indent: -9999px;
	float:left;
}

#container #header h1 a{
	display:block;
	width:282px;
	height:49px;
}

#container #header ul#navi{
	width:237px;
	height:49px;
	list-style:none;
	margin:0 0 0 88px;
	padding:0;
	float:left;
	position:relative;
}

#container #header ul#navi li em{
	display:none;
}

#container #header ul#navi li#btn01{
	width:100px;
	height:49px;
	background:url(../images/navi.gif) 0 0 no-repeat;
	position:absolute;
}

#container #header ul#navi li#btn01 a{
	display:block;
	width:100px;
	height:49px;
}

#container #header ul#navi li#btn01 a:hover{
	width:100px;
	height:49px;
	background:url(../images/navi.gif) 0px -49px no-repeat;
}


#container #header ul#navi li#btn02{
	width:137px;
	height:49px;
	background:url(../images/navi.gif) -100px 0px no-repeat;
	position:absolute;
	top:0;
	left:100px;
}

#container #header ul#navi li#btn02 a{
	display:block;
	width:137px;
	height:49px;
}

#container #header ul#navi li#btn02 a:hover{
	width:137px;
	height:49px;
	background:url(../images/navi.gif) -100px -49px no-repeat;
}

/*　　フッター　サイトリニューアル後削除　　*/
#INNER_container{
	float:left;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}



ul#footer{
	list-style:none;
	text-align:center;
	letter-spacing:1px;
	width: 977px;
	height:60px;
	margin:15px auto;
	background:#fff;
	float:left;

	border-top:2px solid #0099FF;
}

ul#footer li{
	padding-top:5px;
}


