@charset "utf-8";
/* CSS Document */


.table_style01
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	margin: 0px;
	width: 900px;
	border-collapse: collapse;
	text-align: left;
}
.table_style01 th
{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #6678b1;
}
.table_style01 td
{
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
}
.table_style01 tbody tr:hover td
{
	color: #09F;
	font-size: 18px;
	background-color: #efefef;
}

