@charset "Shift_JIS";

body {
	font-family	: Tahoma, "MS UI Gothic", Chicago;
	background-color: #F0F8FF;
	font-size	: 12px;
	margin:0px;
	background-image: url("b.gif");
}
a {
	color		: #4169E1;
	text-decoration	: none;
}
a:visited {
	color		: #4682B4;
}
a:active {
	color		: #0000FF;
}
a:hover {
	color		: #f15c4b;
}
hr {
	border		: dashed #4169E1 1px;
}
tr, td {
	font-size	: 14px;
	border-width	: 1px;
	border-color:goldenrod;
	white-space:nowrap;
}
.score	{
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #008800
}
H5 {
	font-size	: 7.5pt;
	font-weight	: normal;
}
H6 {
	text-align	: left;
	font-size	: 7pt;
	font-weight	: normal;
}
small {
	font-size	: 7.1pt;
}
#NaviView{
	visibility	: hidden;
	z-index		: 1;
	position	: absolute;
	background-color: #F0FFFF;
	border		: groove #4169E1;
	border-width	: 2px;
	width		: 180px;
	padding		: 3px;
}