@charset "shift_jis";
/* CSS Document */



/*==========　ナビゲーション　=============*/

div#nav{
	clear:both;
	margin-top:10px;
	padding:0;

}

div#nav ul{
	padding:0;
	margin:10px 0;
	text-align:left;
}

div#nav ul li{
	width:137px;
	height:39px;
	margin:0;
	padding:0;
	float:left;
}

#nav ul li a{
	display:block;
	width:137px;
	height:39px;
	background-position:top center;
}

#nav ul li a:hover{
	background-position:0 -39px;
}

li#home a{
	background-image:url(../img/nav_01.png);
	background-repeat:no-repeat;
}

li#event a{
	background-image:url(../img/nav_02.png);
	background-repeat:no-repeat;
}

li#movies a{
	background-image:url(../img/nav_03.png);
	background-repeat:no-repeat;
}

li#openrun a{
	background-image:url(../img/nav_04.png);
	background-repeat:no-repeat;
}

li#players a{
	background-image:url(../img/nav_05.png);
	background-repeat:no-repeat;
}

li#special a{
	background-image:url(../img/nav_06.png);
	background-repeat:no-repeat;
}

li#history a{
	background-image:url(../img/nav_07.png);
	background-repeat:no-repeat;
}


#pagebody{
	background-image:url(../img/bg2.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#innerbody{
	background-image:url(../img/bg3.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#header{
	background:url(../img/bg_bl.png) repeat;
}

#header-inner{
	width:960px;
	margin:0 auto;
}

#topbnr{
	float:right;
/*	margin-top:10px;*/
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#content{
	width:960px;
	margin:0 auto;
}

#wrap{
	width:765px;
	float:left;
	margin-bottom:30px;
}

#topleft{
	width:280px;
	float:left;
	padding:10px 5px;
	background:url(../img/bg_bl.png) repeat;
}

#topmain{
	width:450px;
	float:right;
	padding:10px;
	background:url(../img/bg_bl.png) repeat;
}

#topmain #topmaininner{
	height:800px;
	overflow-y:scroll;
}

#topright{
	width:192px;
	float:right;
	text-align:right;
	overflow:hidden;
	padding-bottom:30px;
}

#left{
	width:190px;
	float:left;
	padding:10px 5px;
	margin-top:10px;
	background:url(../img/bg_bl.png) repeat;
}

#main{
	width:735px;
	float:right;
	padding:10px 10px 50px;
	margin-top:10px;
	margin-bottom:30px;
	overflow:hidden;
	background:url(../img/bg_bl.png) repeat;
}

/*==========　サブメニュー　=============*/

#left ul{
	margin:0 0 20px 0;
}

#left ul li{
	margin-bottom:2px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	line-height:30px;
}

#left ul li a{
	padding-left:10px;
	background-color:#222;
	height:30px;
	width:180px;
	display:block;
	text-decoration:none;
}

#left ul li a:hover{
	background-color:#CCC;
	color:#222;
}

/*==========　フッター　=============*/

#footer{
	clear:both;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/bg_wh.png) repeat;
}

#footer ul{
	width:960px;
	margin:10px auto 0;
	padding:10px 0;
	border-top:1px solid #FFF;
	padding-left:-1px;
}

#footer ul li{
	display:inline;
	margin-right:5px;
	padding:0;
	font-size:11px;
}

#footer ul li a{
	color:#FFF;
}

#footer ul li a:hover{
	color:#c9a063;
}

address{
	font-style:normal;
}
