<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana,  "ＭＳ Ｐゴシック", sans-serif;
}

a:link { color: #555; text-decoration: none;}
a:visited { color: #555; text-decoration: none;}
a:hover { color: #c71444; text-decoration: underline;}
a:active { color: #c71444; text-decoration: underline;}

#raceNav a:link { color: #c71444; text-decoration: none;}
#raceNav a:visited { color: #c71444; text-decoration: none;}
#raceNav a:hover { color: #c71444; text-decoration: underline;}
#raceNav a:active { color: #c71444; text-decoration: underline;}

#raceNav2 a:link { color: #c71444; text-decoration: none;}
#raceNav2 a:visited { color: #c71444; text-decoration: none;}
#raceNav2 a:hover { color: #c71444; text-decoration: underline;}
#raceNav2 a:active { color: #c71444; text-decoration: underline;}

.txt10_12 { font-size: 10px; line-height: 12px;}
.txt10_14 { font-size: 10px; line-height: 14px;}
.txt12_12 { font-size: 12px; line-height: 12px;}
.txt12_18 { font-size: 12px; line-height: 18px;}
.txt14_18 { font-size: 14px; line-height: 18px;}


/* ---------------------------------------------
	共通レイアウト
--------------------------------------------- */

div#mainArea {
	width: 720px;
	background: #fff;
}

div#raceNav {
	padding: 12px 14px 20px;
	background: #F1F1F1;
	border-bottom: 5px solid #2B2B2B;
}

div#raceNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#raceNav ul li {
	margin: 0 0 12px;
	padding: 0 0 0 10px;
	background: url(../IMAGES/arrow_gray_12.gif) no-repeat;
}

div#raceNav ul li.current {
	color: #D01F56;
	background: url(../IMAGES/arrow_red_12.gif) no-repeat;
}


/* ---------------------------------------------
	Outlineページ
--------------------------------------------- */

body#outlinePage table.outlineTable {
	border-collapse: collapse;
}

body#outlinePage table.outlineTable th,
body#outlinePage table.outlineTable td {
	padding: 3px 8px;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #D4D4D4;
}

body#outlinePage table.outlineTable th.last,
body#outlinePage table.outlineTable td.last {
	border-right: none;
}


body#outlinePage table.outlineTable th {
	color: #fff;
	background: #040303;
	text-align: left;
}

body#outlinePage table.outlineTable td.grey {
	background: #EBEBEB;
}


/* ---------------------------------------------
	Race Carsページ
--------------------------------------------- */

body table.rcar td.spec { 
	background: #686767;
	padding: 6px 0;
	text-align: center;
	color: #FFFFFF;
}

body table.rcar td.spec2 { 
	background: #EAEAEA;
	padding: 6px 0;
	text-align: center;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

body table.rcar td.spec3 { 
	padding: 6px 0 6px 12px;
	border-bottom: 1px solid #D4D4D4;
}


/* ---------------------------------------------
	ギャラリー
--------------------------------------------- */

div#raceNav2 {
	padding: 12px 14px 20px;
	background: #F1F1F1;
}

div#raceNav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#raceNav2 ul li {
	margin: 0 0 12px;
	padding: 0 0 0 10px;
	background: url(../IMAGES/arrow_gray_12.gif) no-repeat;
}

div#raceNav2 ul li.current {
	color: #D01F56;
	background: url(../IMAGES/arrow_red_12.gif) no-repeat;
}


/* ---------------------------------------------
	Reportページ
--------------------------------------------- */

body.reportDir div.lead {
	margin: 0 0 21px;
	padding: 6px 10px;
	color: #fff;
	background: #D01F56;
}

body.reportDir table.resultTable {
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

body.reportDir table.resultTable th,
body.reportDir table.resultTable td {
	padding: 3px 0;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #D4D4D4;
}

body.reportDir table.resultTable th.last,
body.reportDir table.resultTable td.last {
	border-right: none;
}

body.reportDir table.resultTable th {
	color: #fff;
	background: #040303;
}

body.reportDir table.resultTable tr.nissan {
	background: #F4E6EA;
}

body.reportDir table.resultTable td {
	text-align: center;
}

</pre></body></html>