@charset "UTF-8";

table {
	height: auto;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	color: #333333;
	line-height: 10pt;
	padding: 10px;
	text-align: left;
}

tr {
}
tr.title {
	background-color: #C6CFF2;
	font-weight: bold;
}
td {
	padding: 3px;
}
td.center {
	padding: 3px;
	text-align: center;
	white-space: nowrap
}
a {
	color: #2C53C7;
	text-decoration: none;
}
.redbold_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap
}
div#con_bottom {
	text-align: center;
	margin-top: 10px;
}
