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

.main h3{
	font-size:123.1%;
	font-weight:bold;
}

.main table {
	margin-bottom:5px;
}
.main table.recent {
	background:#fffeee;
}
.main table thead th{
	text-align:center;
}
.main table tbody th{
	width:8em;
	text-align:center;
}
