@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("under.css");





/* ---------- score ---------- */

#mainCon01,
#mainCon02 {
	width:950px;
	float:left;
}

#score {
	width:900px;
	background:#0B550B;
	padding:10px 15px 0;
	margin:0 0 40px 30px;
	float:left;
	display:inline;
}

#score h4 {
	font-size:85%;
	line-height:1.5em;
	padding:4px 0 5px 30px;
	margin:0 0 5px;
	background:url(../../../score/image/bg_score.gif) left center no-repeat;
}

#score table {
	border-bottom:#FFFFFF 2px solid;
	border-right:#FFFFFF 2px solid;
	margin:0 0 15px;
}

#score table th,
#score table td {
	border-top:#FFFFFF 2px solid;
	border-left:#FFFFFF 2px solid;
	text-align:center;
	padding:5px;
	font-weight:bold;
}

#score .round {
	width:35px;
}

#score .note {
	width:430px;
	margin:0 20px 0 0;
	float:left;
	display:inline;
}





/* ---------- ranking ---------- */

#ranking {
	text-align:center;
	border-bottom:#333333 1px solid;
	border-right:#333333 1px solid;
}

#ranking th,
#ranking td {
	padding:3px 0;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
}

#ranking .guyners {
	background:#10260C;
}