@charset   "Shift_JIS";
ul.acc, ul.acc li ul {  
  margin: 0;  
  padding:0;  
  list-style: none;  
}  
 
ul.acc a{  
  display: block;  
  height: 30px;  
  line-height: 30px;  
  text-decoration: none;
  outline: none;

}  
 
ul.acc {  
  width: 180px;  
  
}  

/*  background-color: #ff9933; オレンジ */


ul.acc li a {				/* 見出し */  
/*  color: #006600;*/
  color: #006600;
  text-indent: 15px;
  font-weight: bold;
  font-size: 11pt;
/*  background: url(img/bar_gr.gif) no-repeat;*/
    background: url(img/title004_gr.jpg) no-repeat;
/*  background: url(img/t001_08.gif) no-repeat;;*/
}  
 
ul.acc li ul li a {			/* 展開されるメニュー */  
  background-color: #ffffff;
  color: #999999;
  text-indent: 20px;
  border-bottom: dotted 1px silver;
  background: url(img/shikaku-g.gif) left center no-repeat;    /* 背景画像 */
  padding-left:2px;                   /* 左から文字までの距離 */
  font-size: 10pt;
  list-style: none;
} 

ul.acc li ul li a:hover {			/* メニューに乗せたら色が変わる */  
  color: #009900;
}

ul.acc li ul li ul li a  {			/* さらに展開されるメニュー（試合結果） */  
  background-color: #ffffff;
  color: #999999;
  text-indent: 20px;
  border-bottom: dotted 1px silver;
  background: url(img/sankaku-g.gif) left center no-repeat;    /* 背景画像 */
  padding-left:2px;                   /* 左から文字までの距離 */
  font-size: 10pt;
  list-style: none;
} 

ul.acc li ul li ul li a:hover {			/* メニューに乗せたら色が変わる */  
  color: #009900;
}
