.withinSpot {
	color:black;
	background:OrangeRed;
}

.approachingSpot {
	color:black;
	background:yellow;
}

.tablesorter-default .withinSpot td,
.tablesorter-default .approachingSpot td
{
	background-color:transparent; /* tablesorterのデフォルトスタイルを無視 */
}
