@charset   "Shift_JIS";
/* ---全体の設定--- */
BODY{  
   /* 文字色 */
  background-color : #FFFFFF; /* 背景色 */
  font-size : 11px; /* 文字の大きさ */
  font-family : Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ Ｐゴシック",serif;
/* スクロールバーの設定 */
 scrollbar-face-color:#FFFFFF;  scrollbar-highlight-color:#000000;  scrollbar-shadow-color:#000000;
  scrollbar-darkshadow-color: #000000;  scrollbar-arrow-color:#000000;  scrollbar-track-color:#FFFFFF;

  background-repeat : no-repeat;
  background-attachment : scroll;
}
/* リンクの設定 */
A {  
  color : #666666;
  font-size : 11px;
  font-family : Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ Ｐゴシック",serif;
  text-decoration : none;
}
/* テーブルの設定 */
TABLE{  
  color : #000000;
  font-size : 11px;
  font-family : Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ Ｐゴシック",serif;
}



/* ---index--- */
#page{  
  background-image : url(image/); /* 背景画像 */
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
  text-align : center;
}

/* ---indexテーブルの設定--- */
/* ---但し書きしてあるところ以外変更しないことをおすすめします--- */

.pageta{  
  width : 300px;height : 300px;  /* 全体の幅 */
  margin: auto;
}
.pagetd1{  
  background-image : url(image/01.gif);  width : 30px;height : 30px;
}
.pagetd2{  
  background-image : url(image/02.gif);  width : 30px;height : 30px;
}
.pagetd3{  
  background-image : url(image/03.gif);  width : 30px;height : 30px;
}
.pagetd4{  
  background-image : url(image/04.gif);  width : 30px;height : 30px;
}
.pagetd5{  
  background-image : url(image/ue.gif);
}
.pagetd6{  
  background-image : url(image/hidari.gif);
}
.pagetd7{  
  background-image : url(image/migi.gif);
}
.pagetd8{  
  background-image : url(image/sita.gif);
}
.pagetd9{  
  background-color : #FFFFFF;
  text-align : center;  /* テーブル内文字の位置 */
}
.pagetd10{
    
  width   : 20px;  /* ENTERの幅 */
  background-color : #000000;   /* ENTERの下背景色 */
  text-align : center;  /* ENTER文字位置 */
}
.pagetd10 A{  
  color : #FFFFFF;
}
.pagetd5a{  
  background-image : url(image/ue01.gif);
}
.pagetd8a{  
  background-image : url(image/sita01.gif);
}


/* ---メニューページ--- */
#menupage{  
  margin : 0px 0px;
  overflow: hidden;
}
#menupage A{  
  color : #cccccc;
}
#menupage table{  
  width : 25px;height : 100%;
  border-right : 1px solid #000000;
  background-color : #FFFFFF;
}
.menutd{  
  color : #FFFFFF;
  height : 60px;
  border-bottom : 1px solid #cccccc;
  background-color : #000000;
  text-align : center;

}



/* ---左側サブページ--- */
#subpage{  
  margin : 0px 0px;
  background-image : url(image/back01.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
}
#subta{  
  margin : 0px 0px;
  border-right : 1px solid #000000;
  width : 100%;height: 100%;
}
#subtd1{  
  vertical-align: top;
}
#subtd2{  
  text-align : center;
  height : 30px;
  background-color : #000000;
}
#subtd2 A{  
  color : #FFFFFF;
}

/* ---左側サブページ(背景色違い)--- */
#subpage0{  
  margin : 0px;
  background-image : url(image/back02.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
}

