@charset   "Shift_JIS";
ul.style1  {  
  margin: 0;  
  padding:0;  
  list-style: none;  
}  
 
/* ul.style1 a{  
  display: block;  
  height: 30px;  
  line-height: 30px;  
  text-decoration: none;
  outline: none;

}  */
 
/*  background-color: #ff9933; オレンジ */


ul.style1 li  {                  /* 見出し */  
  background: url(img/shikaku2-g.gif) left top no-repeat;    /* 背景画像 */
  padding-left:25px;                   /* 左から文字までの距離 */
  font-weight: bold;
  font-size: 10pt;
}  
 
ul.style1 li ul li  {			/* 展開されるメニュー */  
  background: url(img/); 
  color: #555555;
  font-weight: normal;
  padding-left:5px;                   /* 左から文字までの距離 */
  font-size: 9pt;
  list-style: none;
  width:480px;
} 

ul.style2  {  
  margin: 0;  
  padding:0;
  height: 15px;    
  list-style: none; 
  font-weight: bold;
  font-size: 12pt;
  color: #ffffff;
  font-family : sans-serif;
  font-face: AR P丸ゴシック体M; 
}

ul.style2 li  {                  /* 見出し */  
  background: url(img/t001_gr.gif) left top no-repeat;    /* 背景画像 */
  padding-left:20px;                   /* 左から文字までの距離 */

}    