﻿@charset "utf-8";

/* _____________________________________________________________________ */

table.gray_table td.on{
	width:45px;
	border-right:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	background-color:#00629d;
	color:#ffffff;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
}

table.gray_table td.off{
	width:45px;
	border-right:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	background-color:#999999;
	color:#ffffff;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
}

table.gray_table td.on a:link{
	text-decoration:none;
	color:#ffffff;
}
table.gray_table td.on a:visited{
	text-decoration:none;
	color:#ffffff;
}
table.gray_table td.on a:hover{
	text-decoration:underline;
	color:#ffffff;
}
table.gray_table td.on a:active{
	text-decoration:none;
	color:#999999;
}
