@charset "EUC-JP";		/* Don't move this! */

/*
ＥＵＣで記述する事！このコメントが文字化けしてたら注意！！
*/

/*
========== Best rank List
*/
table.bestrank	{
	table-layout: fixed;
	width: 760px;
	font-size: 12px;
	line-height: 1.1em;
	border : none;
	margin: 0px 0px 2px 0px;
}

table.bestrank th	{
	color: #333;
	background: #ddd;
	font-weight: bold;
	height: 18px;
	padding: 2px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

table.bestrank td	{
	color: #333;
	background: #dfd;
	height: 14px;
	padding: 2px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}


table.bestrank tr.odd td	{
	background: #dfd;
}
table.bestrank tr.even td	{
	background: #cfc;
}
table.bestrank tr.highlight td	{
	background: #9f9;
}

table.bestrank th.rank	{
	width: 48px;
	border: 1px solid #ccc;
}
table.bestrank th.date		{ width: 100px; }
table.bestrank th.raceNo	{ width: 80px; }
table.bestrank th.raceName	{ text-align: left; }
table.bestrank th.kind		{ width: 80px; }
table.bestrank th.price		{ width: 100px; }

table.bestrank td.raceName	{ text-align: left; }
table.bestrank td.price		{
	color: #a00;
	font-weight: bold;
	text-align: right;
	padding: 2px 8px;
}

table.bestrank td.rank		{
	color: #040;
	font-weight: bold;
	border: 1px solid #ccc;
}


table.bestrank a:Link			{color:#00f; text-decoration: none; }
table.bestrank a:visited		{color:#f09; text-decoration: none; }
table.bestrank a:active			{color:#f00; text-decoration: none; }
table.bestrank a:hover			{color:#f00; text-decoration: underline; }
