@charset "utf-8";
* {
/*	margin:0;
	padding:0;
*/}
body {
	margin: 0;
	_overflow: hidden;
	padding: 0;
}
#left_frame {
	background-color: #000;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	_position: absolute;
	top: 0;
	width: 220px;
	color: #FFFFFF;
}
#right_frame {
	height: 100%;
	_overflow: auto;
	padding: 0;
	margin-bottom: 0;
	margin-left: 230px;
	margin-right: 0;
	margin-top: 0;
}
table tr:nth-child(2n) {    /* 偶数行 */
	background-color: white;
}
table tr:nth-child(2n+1) {  /* 奇数行 */
	background-color: #e0e0e0;
}
table tr:nth-child(1) {     /* 先頭行のみ */
	background-color: black;
	color: white;
}
table {
	table-layout: fixed;
}
.rider-name {
	width: 335px;
}
.seven {
	width: 120px;
}
.climax {
	width: 120px;
}
.btw {
	width: 120px;
}
.ganba1 {
	width: 120px;
}
.ganba2 {
	width: 120px;
}
#left_frame ul {
	padding: 0; /* 上下左右のパディングを0 */
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
}
#left_frame ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
#left_frame ul li a {
	border-left: 5px solid #990033;
	margin-left: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
}
#left_frame ul li a:hover {
	border-left: 5px solid #0033CC;
	text-decoration: none;
	color: #66CCFF;
}
h2 {
	margin-top: 15px;
	margin-bottom: 0px;
}
.note {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
}
