@charset "UTF-8";

/* nav */
#header li.thea a  {
	background-color:#005898;
}

/* ===================================== */
/* contents
/* ===================================== */


/* theater */

#main p {
	line-height:170%;
}

#main_body {
	min-height:250px;
}

.topct {
	font-size:90%;
}
.topct_star {
	color:#f00;
}

/* result */
#result {
}
#result .loading {
	color:#999;
}
#result table {
	width:100%;
}
#result th,
#result td {
	padding:5px;
	text-align:center;
	border:1px solid #999;
}
#result th {
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color: #006BB9;
}
#result .rt5 {
	color:#f00;
}