﻿/* -----------------table------------------------------- */
#table
{
	width: 100%;
	color: #006600;
	border: 0px none;
	font: 12px Verdana;
}
#table th
{
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #006600;
}
#table .sub-th
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #fff4ef;
}
#table td
{
	padding: 5px;
	border: 0px none;
	line-height: 20px;
	vertical-align: top;
}
#table tr.bg
{
	background-color: #f5f5ff;
}
#table tr.bold
{
	font-weight: bold;
}
#table tr:hover
{
	color: #660000;
	background-color: #fffce3;
}