@charset "utf-8";
/* CSS Document */
table.tablestyle {
	color: #777777;
	margin: 0px;
}
table.tablestyle div.header {
	padding: 10px;
	background-color: #0B479F;
}
table.tablestyle {
	margin: 0px auto 0px auto;
}
table.tablestyle td p {
	font-size: 9px;
	color: #0B479F;
	display: block;
	margin: 0px;
}
table.tablestyle td span {
	font-size: 10px;
	color: #FF0000;
}

table.tablestyle td span.twochara {
	font-size: 12px;
	color: #405C92;
}

