@charset "utf-8";


body {
	background-color: #66b3f4;
	text-align: center;
	font-size: 10px;
	color: #000;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrap {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


a:link {
	/*color: #2193EF;*/
	color: #00008B;
	text-decoration: none;
}
a:visited {
	color: #66B3F4;
}
a:hover {
	color: #66B3F4;
	text-decoration: underline;
}
a:active {
	color: #66B3F4;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,p,ul,li,img {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
	float: none;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
.float_r {
	float: right;
}
.float_l {
	float: left;
}
.right {
	text-align: right;
	margin-right: 5px;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_home {
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_home h1 a {
	width: 281px;
	left: 50px;
	top: 0px;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
#header_indy {
	background-image: url(images/header_indy.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_indy h1 a {
	width: 280px;
	left: 50px;
	top: 0;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
#header_nascar {
	background-image: url(images/header_nascar.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_nascar h1 a {
	width: 280px;
	left: 50px;
	top: 0;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
#header_sprint {
	background-image: url(images/header_sprint.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_sprint h1 a {
	width: 280px;
	left: 50px;
	top: 0;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
#header_light {
	background-image: url(images/header_light.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_light h1 a {
	width: 280px;
	left: 50px;
	top: 0;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
#header_grand {
	background-image: url(images/header_light.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_grand h1 a {
	width: 280px;
	left: 50px;
	top: 0;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
#header_inter {
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	position: relative;
}
#header_inter h1 a {
	width: 280px;
	left: 50px;
	top: 0;
	height: 138px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
/* footer
---------------------------------------------------------*/
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	width: 1000px;
	padding-top: 15px;
	height: 74px;
}
/* global menu
---------------------------------------------------------*/
#menu_area {
	height: 48px;
	width: 1000px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_area ul {
	list-style-type: none;
	height: 48px;
	width: 1000px;
	text-align: right;

}
#menu_area ul li {
	display: inline;
}

.home a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -395px 0px;
	height: 48px;
	width: 69px;
	position: absolute;
	left: 395px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.home a:hover,
.home a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -395px -48px;
	height: 48px;
	width: 69px;
	position: absolute;
	left: 395px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}
.nas_sp a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -475px 0px;
	height: 48px;
	width: 110px;
	position: absolute;
	left: 475px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.nas_sp a:hover,
.nas_sp a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -475px -48px;
	height: 48px;
	width: 110px;
	position: absolute;
	left: 475px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}
.nas_na a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -595px 0px;
	height: 48px;
	width: 125px;
	position: absolute;
	left: 595px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.nas_na a:hover,
.nas_na a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -595px -48px;
	height: 48px;
	width: 125px;
	position: absolute;
	left: 595px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}
.ind_se a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -730px 0px;
	height: 48px;
	width: 130px;
	position: absolute;
	left: 730px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.ind_se a:hover,
.ind_se a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -730px -48px;
	height: 48px;
	width: 130px;
	position: absolute;
	left: 730px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}
/*.ind_li a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -745px 0px;
	height: 48px;
	width: 110px;
	position: absolute;
	left: 745px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.ind_li a:hover,
.ind_li a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -745px -48px;
	height: 48px;
	width: 110px;
	position: absolute;
	left: 745px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}*/
/*.grand a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -871px 0px;
	height: 48px;
	width: 110px;
	position: absolute;
	left: 871px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.grand a:hover,
.grand a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -871px -48px;
	height: 48px;
	width: 110px;
	position: absolute;
	left: 871px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}*/
.int_ra a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -864px 0px;
	height: 48px;
	width: 130px;
	position: absolute;
	left: 864px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.int_ra a:hover,
.int_ra a.visited {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -864px -48px;
	height: 48px;
	width: 130px;
	position: absolute;
	left: 864px;
	top: 0px;
	text-indent: -9999px;
	display: inline-block;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}
/* pull down menu */

#menu_area ul li ul#nav {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 48px;
	left: 0px;
	width: 115px;
	height: 0;
	z-index: 100;
}

#menu_area ul li ul#nav li {
	float: none;
	margin: 0;

}
#menu_area ul li ul#nav li a {
	position: relative;
	background-image: none;
	background-color: #333;
	font-size: 10px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
	height: 2em;
	padding-right: 10px;
}

#menu_area ul li ul#nav a:hover {
	color: #000;
	position: relative;
	z-index: 100;
	visibility: visible;
	background-color: #FFBF01;
}

#menu_area ul li:hover ul#nav,
#menu_area ul li a:hover ul#nav {
	overflow: visible;
	height: auto;
	z-index: 10;
	visibility: visible;
}
ul#nav { /* IE6 対策 */
        behavior: url("csshover3.htc");
}



.one-column {
	margin-right: 50px;
	margin-left: 50px;
	font-size: 11px;
}
.one-column h2,
.contact h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #1C81B7;
}
.one-column h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #1C81B7;
}
.one-column h4 {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-bottom: 10px;
}
.one-column p,
.contact p {
	line-height: 14px;
	margin-bottom: 2em;
	text-align: left;
}
.one-column ol li {
	text-align: left;
	list-style-type: lower-alpha;
	margin-bottom: 5px;
}
.contact {
	margin-right: 150px;
	margin-left: 150px;
}
.contact table td {
	padding: 7px;
	vertical-align: top;
	text-align: left;
}
.contact input,
.contact textarea {
	font-size: 1.2em;
	line-height: 1.2em;
	border: 1px solid #969696;
	padding: 2px;
}
.btn {
	background-color: #9ACDF8;
}
#column {
	width: 1000px;
	background-color: #DBDFDF;
	margin-bottom: 10px;
}
#column_top {
	background-image: url(images/column_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	padding-top: 10px;
}
#column_btm {
	background-image: url(images/column_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1000px;
	padding-bottom: 20px;
}
#box120 {
	width: 140px;
	padding-left: 10px;
	float: left;
}
#box120 h3#nas_sp {
	background-image: url(images/left_sprint.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 140px;
	margin-bottom: 10px;
}
#box120 h3#nas_na {
	background-image: url(images/left_nationwide.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 140px;
	margin-bottom: 10px;
}
#box120 h3#ind_se {
	background-image: url(images/left_series.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 140px;
	margin-bottom: 10px;
}
#box120 h3#ind_li {
	background-image: url(images/left_lights.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 140px;
	margin-bottom: 10px;
}
#box120 h3#int_ra {
	background-image: url(images/left_international.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 140px;
	margin-bottom: 10px;
}
.innerbox_140_btm {
	background-image: url(images/leftbox_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
	padding-bottom: 10px;
}
.innerbox_140_btm ul li {
	text-align: left;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 11px;
}
#box120 a:link,
#box120 a:visited,
#footer a {
	color: #FFF;
	text-decoration: none;
}
#box120 a:hover,
#box120 a:active,
#footer a:hover {
	color: #FFBE00;
	text-decoration: none;
}

.innerbox_140_mid {
	background-image: url(images/leftbox_mid.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#box300 {
	float: right;
	width: 270px;
	padding-right: 10px;
	z-index: 1;
}
#box300 p {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
/*#box300 {
	float: right;
	width: 320px;
	padding-right: 10px;
	z-index: 1;
}
#box300 p {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}*/
#main {
	float: left;
	width: 550px;
	text-align: left;
	margin-left: 10px;
}
#main h2 {
	font-size: 24px;
	line-height: 24px;
	color: #D90005;
	margin-bottom: 15px;
	position: relative;
}
#main h2 span {
	text-align: right;
	font-size: 14px;
	position: absolute;
	right: 0px;
}
#main h2 span a {
	color: #00008B;
	display: inline-block;
}
.channel {
	margin-bottom: 30px;
	width: 550px;
	text-align: left;
}
#main .channel h3 {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 2px solid #828282;
	padding-bottom: 5px;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
}

#main .channel ul li {
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
	list-style-type: none;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 1em;
	color: #888;
}
.pgindex {
	margin-top: 15px;
	width: 550px;
}
.pginner {
	height: 24px;
}
.pgindex span {
	display: inline;
	height: 24px;
	width: 23px;
	margin-right: 10px;
	text-align: center;
	float: left;
	line-height: 24px;
}
.pgindex div.pginner div.page {
	font-size: 12px;
	font-weight: bolder;
	display: inline-block;
	margin-right: 10px;
	line-height: 24px;
	float: left;
}

.pgindex span a {
	background-image: url(images/pglink_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
	height: 24px;
	width: 23px;
	line-height: 23px;
	display: block;
}
.pgindex span a:hover {
	background-image: url(images/pglink_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	color: #000;
	height: 24px;
	width: 23px;
	line-height: 23px;
	display: block;
}
.pgindex span.active {
	background-image: url(images/pglink_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	color: #000;
	height: 24px;
	width: 23px;
	line-height: 23px;
	display: block;
}
.pgindex span.pg_start a {
	background-image: url(images/start-end.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 20px;
	line-height: 23px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
}
.pgindex span.pg_start a:hover {
	background-image: url(images/start-end.gif);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 20px;
	line-height: 23px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
}
.pgindex span.pg_end a {
	background-image: url(images/start-end.gif);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	height: 23px;
	width: 20px;
	line-height: 23px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
}
.pgindex span.pg_end a:hover {
	background-image: url(images/start-end.gif);
	background-repeat: no-repeat;
	background-position: -20px -23px;
	height: 23px;
	width: 20px;
	line-height: 23px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
}
.right_inner {
	width: 270px;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
	background-color: #FFF;
	z-index: 2;
}
.right_inner_btm {
	background-image: url(images/rightbox_btm.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	width: 270px;
	background-position: bottom;
	z-index: 2;
}
.right_inner_top {
	background-image: url(images/rightbox_top.gif);
	background-repeat: no-repeat;
	width: 270px;
	padding-top: 10px;
	z-index: 2;
}
.right_inner img.racer {
	border: 1px solid #2B2B2B;
	margin-bottom: 10px;
}
.right_inner h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
/* ad banner
--------------------------------------------------------*/
.ad_120 {
	height: 240px;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ad_234 {
	height: 60px;
	width: 234px;
}
.ad_468 {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.adspace {
	clear: both;
	float: none;
	height: 60px;
	width: 480px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

.ad_300 {
	width: 270px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.ad_300_250 {
	height: 250px;
	width: 270px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* photo table
------------------------------------------------*/
.photo_table {
	text-align: center;
}
.photo_table .right_mg {
	padding-right: 5px;
}
.photo_table img {
	border: 1px solid #000;
}
.photo_table p {
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.2;
}
/* tooltip
-------------------------------------------------*/
div.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
        display: none;
}

#tooltip {
    position: absolute;
    width: 12em;
    border: 1px solid #666;
    background: #999;
    color: #FFF;
    padding: 10px;
    opacity: 0.9;
}
#tooltip h3, #tooltip div {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
#tooltip.darktip {
    background: #333;
}
.red {
	color: #F00;
}
/* Follow us on
------------------------------------------------*/
#follow {
	background-image: url(images/follow_bg.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 320px;
	overflow: hidden;
}
#follow h4 {
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	font-style: italic;
	margin-bottom: 14px;
}
#follow img {
	float: left;
	height: 48px;
	width: 48px;
	margin-left: 13px;
}
#follow a img {
	border-style: none;
}

/* 2009-08-28
--------------------------------------*/
.tw_banner {
	margin-bottom: 10px;
}
.tw_banner a img {
	border-style: none;
}
/* 2010-01-20 */
#rolex {
	padding: 10px;
}
#rolex p {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 1em;
}
#rolex img.float_l {
	margin-right: 10px;
}
#rolex img.float_r {
	margin-left: 10px;
}

.schedule {
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070;
	font-size: 11px;
}
.schedule th {
	color: #FFF;
	background-color: #00315A;
	text-align: center;
}
.schedule td {
	border-bottom: 1px solid #FFF;
}
.schedule th,
.schedule td {
	padding: 2px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;	
}

/* 2010-03-11 */
#box120 div.actv {
	color: #FFBE00;
	text-decoration: none;
	font-weight: bold;
}

