﻿@charset "UTF-8";
/* sample css for RaceLogConverter */
body {
	margin: 0;
	padding: 10px 10px 300px 10px;
	color: #DEDEDE;
	background: #8D8D8D;
	line-height: 120%;
	font-family: Arial, メイリオ, "Arial Unicode MS", Sans-serif;
	font-size: 15px;
	text-align: left;
}
div {
	margin: 0 0 0 5px;
	padding: 0;
}
a {
	color: #EEEEEE;
	text-decoration: none; Arial Unicode MS
}
a:hover {
	text-decoration: underline;
}
/* 一番上のタイトル */
h1 {
	margin: 0;
	padding: 0 0 0 5px;
	color: #EEEEEE;
	font-family: Arial Unicode MS, Sans-serif;
	font-size: 25px;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	border-bottom: 2px solid #F00;
	text-decoration: none;
}
/* 各表の上のタイトル */
h2 {
	margin: 8px 0 2px 0;
	padding: 0 0 0 8px;
	color: #E4E1FA;
	font-family: Arial Unicode MS, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
	text-decoration: none;
}
/* 表の外にあるその他の文章 */
p {
	margin: 0 0 0 5px;
	padding: 0;
	color: #2C18B2;
}
/* 全ての表の文字色と背景色 */
table {
	color: #FFFFFF;
	background: #535353;
}
/* 表のヘッダー行の背景色 */
tr.t_head {
	background: #0C0C0C;
}
/* 表の奇数行と奇数行の背景色 */
tr.odd {
	background: #4C4C4C;
}
tr.eve {
	background: #5D5D5D;
}
/* 全ての表に共通する設定 */
table {
	margin: 0 0 5px 8px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	line-height: 130%;
	border-collapse: collapse;
	border: 1px solid #999;
	empty-cells: show;
	font-size: 15px;
}
td {
	border-style: solid;
	border-color: #888;
	border-width: 0 1px;
	padding: 0 2px;
}
tr.t_head td, #SUMMARY td {
	border-width: 1px;
	line-height: 105%;
	padding-top: 2px;
	border: 1px solid #999;
}
/* セル内に貼られたリンク */
td a {
	color: #FFA500;
}
/* ベストラップの文字 */
.fastest {
	color: #FF0;
}
/* カットラップの文字 */
.cut {
	color: #F33;
}
/* ピットインしたラップのセル背景色（rFactorのみ） */
.pit {
	background: #44A;
}
/* スローラップの文字 */
.slowlap {
	color: #FFA500;
}
/* ポイント表の１位の色 */
.top {
	color: #F00;
}
/* ソート可能セルのポインタ変更 */
td.link_sort {
	cursor: pointer;
}
/* 各表のカラム別指定 */
col.col_id   { width: 35px }
col.col_date { width: 45px }
col.col_time { width: 50px }
col.col_lap  { width: 40px }
col.col_entry{ width: 40px }
col.col_dat2 { width: 42px }
col.col_dat3 { width: 55px }
col.col_dat4 { width: 70px }
col.col_posi { width: 35px }
col.col_tota { width: 45px }
col.col_poin { width: 35px }
col.lapnum   { width: 30px }
col.laptime  { width: 70px }
col.order    { width: 70px }
col.sec_tim  { width: 35px }
/* 以下各表の細かい指定 */
#GRAPH img {
	margin-left: 8px;
	padding: 1px;
	background: #37A;
}
#SUMMARY {
	margin: 5px 0 0 8px;
}
#SUMMARY td {
	padding: 2px 4px;
	border-width: 1px;
}
/* ラップタイム一覧表 */
#LAP_CHART td {
	text-align: right;
	line-height: 110%;
	padding: 1px;
}
#LAP_CHART td.center {
	text-align: center;
}
#LAP_CHART tr.t_head td {
	text-align: center;
	padding: 1px 0;
}
#LAP_CHART table.exp {
	width: 290px;
}
#LAP_CHART table.exp td {
	border: 1px solid #999;
	width: 33%;
	text-align: center;
}
/* 順位変動表 */
#ORDER_CHART td {
	text-align: center;
	line-height: 110%;
	padding: 1px 0;
}
/* セクタータイムリスト（rFactorでしか使わない） */
#SECTOR_CHART table {
	empty-cells: show;
	font-size: 12px;
}
#SECTOR_CHART td {
	text-align: center;
	padding: 0 1px;
	border-width: 1px;
}
#SECTOR_CHART tr.t_head td {
	padding: 1px 0;
	font-size: 15px;
}
/* シリーズ管理関係 */
#SERIES table {
	text-align: center;
}
.smal {
	font-size: 0.8em;
}
.smal2 {
	font-size: 0.9em;
}
/* 表の各セルの割付強制指定 */
td.center {
	text-align: center;
}
td.left {
	text-align: left;
	padding-right: 4px;
}
td.right {
	text-align: right;
	padding-left: 4px;
}
/* 予選、決勝の表に背景画像機能を貼る機能を利用しない場合は以下の行は全て削除してください */
#QUALIFYING tr.eve,
#QUALIFYING tr.odd,
#RACE_RESULTS tr.eve,
#RACE_RESULTS tr.odd,
#FASTEST tr.eve,
#FASTEST tr.odd {
	background: transparent;
}
#QUALIFYING tr.eve td,
#QUALIFYING tr.odd td,
#RACE_RESULTS tr.eve td,
#RACE_RESULTS tr.odd td,
#FASTEST tr.eve td,
#FASTEST tr.odd td {
	border-width: 1px;
	line-height: 110%;
}
