body {
   background-image: url("./f-img/f1-bac.jpg");
   background-repeat: repeat-y;
   background-color: #ffffff;
   background-position: 40px 0%;

   font-family: Skia,Hiragino Maru Gothic Pro,Comic Sans MS,
   Lucida Sans,Verdana,Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
   font-size: 82%;
   color: #99cc00;
  
   scrollbar-face-color: #ffffff;
   scrollbar-arrow-color: #99cc66;
   scrollbar-highlight-color: #99cc66;
   scrollbar-shadow-color: #ffffff;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-darkshadow-color: #99cc66;
   scrollbar-track-color: #ffffff;

}

/* ----------------リンク */

A:link { 
   color: #33CCCC; 
   text-decoration: none;
 }   
A:visited {                
   color: #33CCCC;
   text-decoration: none;  
}
A:hover {                  
  color: #33FFFF;
  text-decoration: none;   
}



/* ----------------タイトル div class="head"  */

.head {
          
   width : 660px;
   height : 100px;
   margin-top:  30px;
   padding-top: 0px;
   text-align: center;
         
}

/* ----------------トップ画像 div class="top" */
.top {

   width : 660px;
   text-align: center; 

}

/* ----------------トップ画像 div class="table" */
.table {

   width : 660px;
   text-align: left; 
   
}

/* ----------------トップ画像 div class="fodder" */
.food {  
   
   width : 660px;
   font-size: 90%;
   color: #99cc00;
   line-height: 16px;
   text-align: center;

}


/* ----------------著作 div class="cyosaku" */

.cyosaku {

   width : 660px;
   text-align: center;

}


/* ----------------テキスト p class="t" */
p.t1  {
    
   font-size: 82%;
   color: #339966;
   line-height: 16px;
      }

p.t2  {
      
   font-size: 90%;
   color: #99cc00;
   line-height: 16px;
   text-align: center;
     
 }

p.t3  {
    
   font-size: 82%;
   color: #66cc99;
   line-height: 18px;
      }



/* ----------------見出し */

h1  {
   
   border-top-color: #99cc00; /* 上枠の色 */
   border-bottom-color: #99cc00; /* 下枠の色 */ 
   border-style: double; /* 枠の種類 */
   border-width: 4px 0px; /* 枠の幅 */
   padding: 2px; /* 余白の幅 */
   font-size: 120%;
   color: #99cc00;
   line-height: 20px;
   text-align: center;
     
 }

h2  {
   
   
   font-size: 90%;
   color: #99cc00;
   line-height: 10px;
   text-align: center;
     
 }

h3  {
   
   
   font-size: 82%;
   color: #669966;
   line-height: 8px;
 
     
 }




