@charset "Shift_JIS";

/* index */
img#title {
	width: 600px;
	height: 100px;
}

div#upd {
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

table#menu {
	background-color: #ffffff;
	margin: 10px 0 10px 0;
}
table#menu tr td {
	border: 2px solid #aaaaaa;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
table#menu tr td a {
	color: #0000ff;
}
table#menu tr.t td {
	width: 140px;
}

table#report {
	background-color: #eeeeee;
	width: 728px;
	margin-top: 10px;
}
table#report tr td {
	border: 2px solid #aaaaaa;
}
table#report tr td.h {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}
table#report tr td {
	font-size: 75%;
	padding-left: 5px;
}
table#report tr td span {
	color: #ff0000;
}

div#indexcomment {
	color: #ffff00;
	font-weight: bold;
	font-size: 90%;
}

div#indexcomment img {
	margin: 0 5px 0 5px;
}

img.sep {
	width: 728px;
	margin: 10px 0 10px 0;
}
