@charset "utf-8";
/* CSS Document */

table.table001 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 905x;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: medium;

}

.col01{
	width: 250px;
}
.col02{
	width: 75px;
}
.col03{
	width: 310px;
}
.col04{
	width: 100px;
}
.col05{
	width: 100px;
}



table.table001 caption {
	margin-top: 1em;
	text-align: left;
}

table.table001 th,
table.table001 td {
	padding: 4px 6px;
}

table.table001 th {
	background: #999;
	text-align: left;
	white-space: nowrap;
	font-size: 92%;
	color: #fff;
}

table.table001 td {
	background: #D2F4F2;
	text-align: left;
	white-space: nowrap;
}
