@charset "utf-8";

/*============================================================================
	
	 Font size
	
	77% = 10px	| 	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131%   = 17px	|	174% = 23px
	93% = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|

=============================================================================*/

/*============================================================================

	TOP　
		
=============================================================================*/
h1 {
	position: absolute;
	top: 20px;
	left: 12px;
	z-index: 3;
	margin: 0;
	padding: 0;
}

p#description {
	position: absolute;
	top: 30px;
	left: 232px;
	z-index: 4;
}

ul.banner {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:  14px;
	right: 0px;
}

ul.banner li {
	margin: 0 0 6px 0;
	padding: 0;
}

h2#hose {
	position: absolute;
	top:  -80px;
	right: 10px;
	z-index: 100;
}

div#raceSchedule {
	position: absolute;
	top: 0;
	list-style: none;
	margin: 60px 20px 0 20px;
	padding: 0;
	width: 518px;
}

div#raceSchedule .left,
div#raceSchedule .right {
	width: 250px;
}

div#raceSchedule .left ul,
div#raceSchedule .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#raceSchedule .left ul li,
div#raceSchedule .right ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

div#raceSchedule .left img,
div#raceSchedule .right img {
	width: 250px;
	height: 37px;
}

ul#indexNav {
	width: 480px;
	list-style: none;
	margin: 15px 10px 10px 10px;
	padding: 0;
	
}

* html ul#indexNav {
	padding: 15px 0 0 0;
}

*:first-child+html ul#indexNav {
	padding: 15px 0 0 0;
}

ul#indexNav li {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}

div#topics,
div#news {
	margin: 10px;
	position: relative;
	z-index: 999;
}

div#topics h3,
div#news h3 {
	margin: 0;
}

div#topics ul,
div#news ul {
	width: 448px;
	margin: 0;
	line-height: 1.6;
	list-style: none;
}

div#topics iframe ,
div#news   iframe {
	border-left: 1px solid #FF9300;
	border-right: 1px solid #FF9300;
	border-bottom: 1px solid #FF9300;
}

* html div#topics ul,
* html div#news ul {
	width: 400px;
}

div#topics ul span,
div#news ul span {
	color: #FF9300;
	padding-right: 1em;
}



/*clearfix*/
ul#indexNav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ul#indexNav {
	display: inline-block;
	min-height: 1%;/* for IE 7*/
}

/*\*/
* html ul#indexNav {
	height: 1%;
}
ul#indexNav {
	display: block;
}
/**/
