@charset "EUC-JP";   /*   文字コード   */

/*   全体   */
body	 		{ margin: 0; padding: 0; background: url(/nol/img/main_bg00.jpg) #000; }
a			    { font-size:12px; color: #000; text-decoration: underline; }
a:visited		{ color: #000; }
a:hover			{ color: #900;  text-decoration: none; }

/*FONT*/
.text10     {font-size:10px; color:#666; line-height:140%;}
.text12     {font-size:12px; color:#45310C; line-height:140%;}
.txt_rights {font-size: 12px; color:#fff; line-height:140%; text-align:center;}
.text16     {font-size:16px; font-weight:bold; color:#000; line-height:140%;}

/*勝敗テーブル*/
table #res {width:145px; padding:0; margin:0; text-align:left; border:none;}
td #res .field{padding:2px;  font:10px bold; color:#000; line-height:140%;}
td #res .week {padding:2px;  font:10px bold; color:#000; line-height:140%;}
td #res .red  {padding:2px;  background:#900; font-size:11px; color:#fff; line-height:140%;}
td #res .blue {padding:2px;  background:#006; font-size:11px; color:#fff; line-height:140%;}

/*戦功者*/
table #rank        {width:260px; background:#000; padding:1px; margin:0; text-align:left; border-collapse:collapse; border:1px solid #000;}

table #rank .item  {padding:1px;  font:12px bold; color:#fff; line-height:140%; text-align:center;}

table #rank .number{width:23px; padding:1px;  font-size:12px; color:#fff; line-height:140%; background:#333; text-align:center; border-bottom: 1px solid #000;}

table #rank .flag{width:23px; padding:1px;  font-size:12px; color:#fff; line-height:140%; background:#444; text-align:center;border-bottom: 1px solid #000;}

table #rank .name{width:128px; padding:1px; font-size:12px; color:#fff; line-height:140%; background:#666; border-bottom: 1px solid #000;}

table #rank .record{width:78px; padding:1px; font-size:12px; color:#fff; line-height:140%; background:#888; border-bottom: 1px solid #000; text-align:center;}

/*copyright*/
#copyrights  {font-size:12px; color:fff; text-align:center; padding:10px auto;} 