@charset "Shift_JIS";
* {
	margin: 0px;
	padding: 0px;
}
#prologue {
	width: 545px;
}
#prologue img {
	float: right;
	margin-bottom: 10px;
	height: 130px;
	width: 180px;
	margin-right: 2px;
}
#prologue p {
	float: left;
	width: 353px;
}
div#users table {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 545px;
	margin-bottom: 10px;
}
#users th {
	background-color: #FFC267;
	font-size: 12px;
	line-height: 1.5em;
	color: #FF6600;
	letter-spacing: 1px;
}
#users td {
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFB600;
	padding-left: 5px;
	padding-right: 5px;
}

#users .b_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#users .score {
	width: 50px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#users .under_line {
	border-bottom-style: none;
}
