@charset "UTF-8";

#contents {
	background:url(../images/base.jpg) no-repeat center top;
}


/* top */
.topcopy {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	line-height:140%;
}

.topct {
	font-size:90%;
}
.topct_star {
	color:#f00;
}

/* result */
#result {
	margin-top:20px;
}
#result .loading {
	color:#999;
}
#result table {
	width:100%;
}
#result th,
#result td {
	padding:5px;
	text-align:center;
	border:1px solid #999;
}
#result th {
	text-align:center;
	background-color: #E8BF42;
}
#result .rt5 {
	color:#f00;
}