@charset "utf-8";
/* CSS Document */

table{
	width:700px;
	margin:0px auto;
}

table colgroup{
	width:350px;
}

table tbody.th1{
	background-color:#dadada;
}

table tbody.th1 th, table tbody.th1 td{
	border:solid #000000;
	border-width:0px 1px;
}

table tbody.th2{
	background-color:#eeeeee;
	border:solid #000000;
	border-width:0px 1px;
	text-align:center;
}

table tbody.th2 th, table tbody.th2 td{
	border:solid #000000;
	border-width:0px 1px;
}

table tbody.th3{
	background-color:#ffffff;
	border:solid #000000;
	border-width:0px 1px;
}

table tbody.th3 th, table tbody.th3 td{
	border:solid #000000;
	border-width:0px 1px;
	vertical-align:top;
}

table tfoot th, table tfoot td{
	border-width:0px 1px;
	vertical-align:top;
	line-height:22px;
}

table tfoot td span{
	float:left;
}
