/* ---全体の設定--- */
BODY{
  color : #000; /* 文字色 */
  background-color : #FFF; /* 背景色 */
  font-size : 11px; /* 文字の大きさ */
  font-family : Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ Ｐゴシック",serif;
/* スクロールバーの設定 */
 scrollbar-face-color:#FFF;  scrollbar-highlight-color:#000;  scrollbar-shadow-color:#000;
  scrollbar-darkshadow-color: #000;  scrollbar-arrow-color:#000;  scrollbar-track-color:#FFF;
}
/* リンクの設定 */
A {
  color : #666;
  font-size : 11px;
  text-decoration : none;
}
A img{
  border-style: none;
}
/* テーブルの設定 */
TD{
  color : #000;
  font-size : 11px;
}



/* ------------index--------- */
#page{
  background-image : url(image/back03.gif); /* 背景画像 */
  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);
}
.pagetd6a{
  background-image : url(image/hidari01.gif);
}
.pagetd7a{
  background-image : url(image/migi01.gif);
}
.pagetd8{
  background-image : url(image/sita.gif);
}
.pagetd9{
  background-color : #FFF;
  text-align : center;  /* テーブル内文字の位置 */
}
.pagetd10{  
  height : 20px;  /* ENTERの高さ */
  background-color : #000;   /* ENTERの下背景色 */
  text-align : center;  /* ENTER文字位置 */
}
.pagetd10 A{
  color : #FFF;
}



/* ------------メニューページ------------ */
#menupage{
  margin : 0px;
  overflow: hidden;
}
#menupage A{
  color : #ccc;
}
.menuta{
  background-color : #000; /* 背景色 */
  width : 100%;
}
.menutd{
  text-align : center;
  color : #FFF; /* 文字色 */
  background-color : #000; /* 背景色 */
  width : 60px;height:100%;
  border : 1px solid #000;
}


/* ------------左側サブページ------------ */
#subpage{
  margin : 0px;
  background-image : url(image/back03.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
}
#subta{
  margin : 0px;
  border-right : 1px solid #000;
  width : 100%;height: 100%;
}
#subtd1{
  vertical-align: top;
}
#subtd2{
  text-align : center;
  height : 30px;
  background-color : #000;
}
#subtd2 A{
  color : #FFF;
}

/* ------------左側サブページ(背景色違い)------------ */
#subpage0{
  margin : 0px;
  background-image : url(image/back02.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
}


