/*  default style sheet */
body {
	font-size: 9pt;
	color : #333;
/*	font-family:'MS UI Gothic','MS PGothic','Osaka',gothic,sans-serif;*/
	background-color: #fff;
}
td, th {
	font-size: 9pt;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #969;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
h2 {
	font-size: 150%;
	color: #285;
}
h3 {
	font-size: 120%;
	color: #33c;
	border-bottom: 1px solid #ccf;
}
ul li {
	margin-top: 0.5em;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-size: 9pt;
}
hr {
	border-style: none;
	height: 1px;
	background-color: #888;
}

#contents {
	margin-left: 4em;
}

.memo {
	color: #655;
}

.errmsg {
	color: #f65;
	font-weight: bolder;
}

.rank_table {
	border-collapse: collapse;
}
.rank_table tr.line td {
	border-bottom: 1px solid #ccc;
	padding: 2px 10px;
}
.rank_table td.label {
	text-align: right;
}
.rank_table td.rank {
	color: #f88;
	text-align: right;
}
.rank_table td.time {
	color: #333;
	text-align: right;
}

.score_table {
	border-collapse: collapse;
}
.score_table a:link,
.score_table a:visited {
	color: #069;
}
.score_table tr.head td {
	border-bottom: 1px solid #aaa;
	padding: 2px;
}
.score_table tr.head td.key {
	text-align: center;
}
.score_table tr.head td.fkey {
	text-align: center;
	background-color: #fdd;
}
.score_table tr.line td {
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
}
.score_table tr.myline td {
	border-bottom: 1px solid #f88;
	padding: 2px 4px;
}
.score_table td.rank {
	color: #f88;
	text-align: right;
}
.score_table td.name {
	color: #333;
	width: 16em;
}
.score_table td.time {
	color: #333;
	text-align: right;
}
.score_table td.ftime {
	color: #333;
	text-align: right;
	background-color: #fdd;
}
.score_table td.click {
	color: #333;
	text-align: right;
}
.score_table td.date {
	color: #888;
	width: 8em;
}

.gamelevel {
}
.gamelevel .focus {
	color: #338;
}

#brddlg {
	border-collapse: collapse;
	position: absolute;
	border: 1px solid #333;
	background-color: #888;
	color: #333;
	z-index: 10;
	cursor: default;
}
#brdhead td {
	color: #fff;
	background-color: #088;
	padding: 2px;
	border-bottom: 1px solid #333;
}
#brdhead a:link,
#brdhead a:visited {
	color: #fff;
	cursor: pointer;
}
#brdbody td {
	background-color: #888;
}
