/* --------------------------------------------------------------------------------
 * フォント設定
 * ----------------------------------------------------------------------------- */
body{
 	color: #999999 ;
 }
#bottomBox{
	font: 12px "Trebuchet MS",Arial sans-serif;
	text-align: left ;
	}
h1{
	font-size: 16px ;
	font-style: normal ;
	font-weight: normal ;
	}
h1 #subTitle{
	font-size: 12px ;
	font-style: italic ;
	color: #777777 ;
	}
a{
	text-decoration: none;
	}
a:link,
a:visited{
	color: #999999;
	}
a:hover,
a:active{
	color: #FF6600;
	}
#menuBox{
	font: 11px "Helvetica" sans-serif;
	}

/* --------------------------------------------------------------------------------
 * スタイル設定（全体）
 * ----------------------------------------------------------------------------- */
*{
	margin: 0px ;
	padding: 0px ;
	}
body{
	margin: 0px ;
	padding: 0px ;
	_overflow: hidden ;		/* IE */
	background: #000000 ;
	}
	
/* --------------------------------------------------------------------------------
 * スタイル設定（上部バー）
 * ----------------------------------------------------------------------------- */
#topBar{
	position: fixed;
	_position: absolute ;
	top: 0px ;
	left: 0px ;
	width: 100% ;
	height: 120px ;
	background-color: #000000 ;
	}
#topBar #border{
	width: 50% ;
	height: 2px ;
	position: absolute ;
	top: 120px ;
	left: 10px ;
	background: #666666 url(/race/img/border.png) no-repeat;
	behavior: expression(IEPNGFIX.fix( this)) ;
	z-index: 4;
	}
#topBar #borderRight{
	width: 50% ;
	height: 2px ;
	position: absolute ;
	top: 120px ;
	right: 5px ;
	margin-right: 5px ;
	background-color: #666666;
	z-index: 3 ;
	}
*html #topBar #borderIe{	/* IE */
	width: 100% ;
	height: 2px ;
	position: absolute ;
	top: 122px ;
	background-color: #000 ;
	z-index: 5;
	}
#topBar #logo{
	position: absolute;
	top: 30px ;
	left: 5px ;
	width: 300px ;
	height: 60px ;
	background: url("/race/img/raceTopLogo.png") no-repeat ;
	behavior: expression(IEPNGFIX.fix( this)) ;
	z-index: 2 ;
	}
#topBar #image{
	position: absolute;
	top: 10px ;
	right: 5px ;
	width: 630px ;
	height: 100px ;
	background: url("/race/img/back.png") no-repeat ;
	behavior: expression(IEPNGFIX.fix( this)) ;
	z-index: 1 ;
	}

/* --------------------------------------------------------------------------------
 * スタイル設定（メイン部）
 * ----------------------------------------------------------------------------- */
#mainBox{
	margin: 150px 0px 0px 250px ;
	_overflow: auto ;		/* IE */
	height: 100% ;
	}
#mainBox #inBox{
	margin: 10px ;
	}
.imgBox{
	margin-right: 10px;
	margin-bottom: 10px ;
	width: 165px ;
	height: 120px ;
	float: left ;
	}
.imgHol{
	padding: 0px 5px ;
	_margin-bottom: 10px ; 	/* IE */
	}
.imgVer{
	padding: 0px 42px ;
	_margin: 0px 42px ;		/* IE */
	}
#mainBox #marginBox{
	clear: both ;
	height: 50px ;
	width: 100% ;
}
/* --------------------------------------------------------------------------------
 * スタイル設定（メニュー部）
 * ----------------------------------------------------------------------------- */
#menuBox{
	position: fixed ;
	_position: absolute ;
	margin: 0px ;
	padding: 0px ;
	left: 0px ;
	top: 0px ;
	width: 250px ;
	height: 100% ;
	}
#menuBox #inBox{
	margin: 150px 0px 0px 30px ;
	}
#menuBox ul{
	margin-top: 30px ;
	list-style-type: none ;
	line-height: 25px ;
	}

/* --------------------------------------------------------------------------------
 * スタイル設定（下部バー）
 * ----------------------------------------------------------------------------- */
#bottomBox{
	position: fixed ;
	_position: absolute ;
	margin: 0px;
	padding: 0px ;
	left: 0px ;
	bottom: 0px ;
	width: 100% ; 
	height: 70px ;
	}
#bottomBox #lineBox{
	margin: 0px 20px 0px 240px ;
	height: 10px ;
	border-bottom: solid 1px #AAAAAA ;
	background-color: #000000 ;
	}
#bottomBox #inBox{
	margin: 0px 20px 0px 240px ;
	padding-top: 10px ;
	height: 50px ;
	background: #000000 ;
	}
#bottomBox #logo{
	width: 194px ;
	height: 27px ;
	position: absolute ;
	top: 20px ;
	_top: 27px ;
	right: 20px ;
	background: url("/img/toplogo.png") right top no-repeat ;
	behavior: expression(IEPNGFIX.fix( this)) ;
	}