@charset "utf-8";
/* CSS Document */

table.scholTable{
	width: 625px;
	padding: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #8d8d8d;
	border-right-color: #8d8d8d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table.scholTable th{
	background-color: #005BAC;
	color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8d8d8d;
	border-left-color: #8d8d8d;
	padding: 10px;
}
table.scholTable td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8d8d8d;
	border-left-color: #8d8d8d;
	padding: 10px;
}
.th01{
	width: 100px;
}
.th02{
}
