/* ---全体の設定--- */
BODY{
  color : #000000; /* 文字色 */
  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;
}
/* リンクの設定 */
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/back01.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.html);  width : 30px;height : 30px;
}
.pagetd2{
  background-image : url(image/02.html);  width : 30px;height : 30px;
}
.pagetd3{
  background-image : url(image/03.html);  width : 30px;height : 30px;
}
.pagetd4{
  background-image : url(image/04.html);  width : 30px;height : 30px;
}
.pagetd5{
  background-image : url(image/ue.html);
}
.pagetd6{
  background-image : url(image/hidari.html);
}
.pagetd7{
  background-image : url(image/migi.html);
}
.pagetd6a{
  background-image : url(image/hidari01.html);
}
.pagetd7a{
  background-image : url(image/migi01.html);
}
.pagetd8{
  background-image : url(image/sita.html);
}
.pagetd9{
  background-color : #FFFFFF;
  text-align : center;  /* テーブル内文字の位置 */
}
.pagetd10{  
  height : 20px;  /* ENTERの高さ */
  background-color : #000000;   /* ENTERの下背景色 */
  text-align : center;  /* ENTER文字位置 */
}
.pagetd10 A{
  color : #FFFFFF;
}



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



/* ---左側サブページ--- */
#subpage{
  margin : 0px;
  background-image : url(image/back01.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
}
#subta{
  margin : 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.html);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : 100% 100%;
}

