/* トップリンク */
div#toplink {
	margin: 0 auto;
	display: block;
	width: 800px;
	font-size: 12px;
	margin-bottom: 5px;
}
/* トップリンク内のリンク */
div#toplink a {
	text-decoration: none;
}
table#titletable {
	width: 100%;
	text-indent: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
table#titletable th {
	font-size: 20px;
	font-weight: bold;
}
table#titletable td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f7f6f5;
}
td#request {
	vertical-align: middle
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
td#return{
	vertical-align: middle;
	font-size: 12px;
	line-height: 120%;
}
th.colorth {
	width: 15px;
}

