@charset "UTF-8";
<!--

/*----------------------------------------

?data

----------------------------------------*/

/*--------------------
th
--------------------*/

table.data th{
	background-color: #565656;
	border-color: #999999 #444444 #444444 #999999;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

table.data th.place{
	background-color:#ff6;
	color:#333;
}

table.data th.time{
	background-color:#a5d2e9;
	color:#333;
}

table.data th.stop{
	background-color:#fcc;
	color:#333;
}
table.data th,
table.data td{
	font-size:85%;
}

strong {
	color: #FF0000;
}
/*--------------------
td
--------------------*/

table.data td.place{
	background-image:none;
	background-color:#ffc;
}

-->
