@charset "UTF-8";
body {
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		color: #333333;
		background-color:#FFF;
		margin:10px 0;
		font-size:12px;
}

#bd {
		width:600px;
		margin:0px auto;
}

a:link, a:visited {
		color:#000;
		text-decoration:none;
}


a:hover, a:active {
		color:#009;
}


/*ヘッダ*/
#bd h2 {
		background-image:url(title_li.gif);
		background-position:left center;
		background-repeat:no-repeat;
		font-size:18px;
		margin:0px 0px 10px 2px;
		padding:5px 0px 2px 24px;
		color:#009;
}

/*成績ナビ*/
#navi {
		text-align:center;
}

#navi span {color:#009;}

/*テーブル*/
#score {width:600px;}

/*#score tr.head  {
		background-color:#009;
		color:#FFF;
}*/

#score td,#score th {
		padding:2px 1px;
		font-size:12px;
		text-align:center;
}

#score tr:nth-child(2n+1) td {background-color:#DCDCDC;}

#score tr:first-child td,#score tr.head td {background-color:#009; color:#FFF;}

#score tr.AA td {background-color:#AAA !important; font-weight:bold;}

#score tr:nth-child(2n+1) th,#score tr:first-child th,#score tr.AA th {background-color:#B0E0E6;}

#score th {background-color:#E0FFFF;}


/*フッタ*/
.foot {
		margin:2px;
		text-align:right;
		font-size:11px;
		color:#000;
}