@charset "Shift_JIS";

/*	スタイルシート　[ 南さつま市：バス時刻表 ]
=================================================================== */
/* 再定義 */
/* テーブルクラス */
table.th-bass {
	border-color: #CCCCCC;
	margin: 10px 0;
	padding: 0;
}
table.th-bass tr th {
	background-color: #FFDFDF;
	text-align: center;
}
table.th-bass tr th.yellow {
	background-color: #FFFFD7;
	text-align: center;
}

table.th-bass tr td {
	background-color: #FFFFFF;
	text-align: center;
}

