BODY {
 /* 背景色・文字色・文字の大きさ */
  background-color : #b8d8d7;
  color : #000;
  font-size : 12px;
  font-family : Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
 /* スクロールバーの設定 */
  scrollbar-face-color:#000000;  scrollbar-highlight-color:#b8d8d7;  scrollbar-shadow-color:#b8d8d7;
  scrollbar-darkshadow-color:#b8d8d7;  scrollbar-arrow-color:#b8d8d7;  scrollbar-track-color:#000000;
}
#page {
  background-image : url(image/back01.gif); /* 背景画像 */
  text-align: center;
  margin : 0px;
}
#fri {
  background-image : url(image/back02.gif); /* フリル背景画像 */
  width: 76px;height: 100%;
}
/* リンクの設定 */
A {
  color : #752227;
  font-size:12px;
  text-decoration : none;
}
A:HOVER {
  color : #801a33;  /* リンクにマウスが乗った時の色 */
}
A img{
  border-style: none;
}
/* テーブルの設定 */
TABLE{
  font-size:12px;
}
/* ---メニューの文字設定--- */
.menu A{
  font-size : 20px;
  font-weight : bold;
  color : #b8d8d7;
  font-family : Georgia,sans-serif;
}
.menu A:HOVER{
  color : #801a33;
}
/* ---indexのテーブル設定--- */
.intd {
  background-color : #000000;
  width: 450px;  /* indexの幅 */
  text-align: center;
}

/* ---メニューのテーブル設定--- */
.menutd {
  background-color : #000000;
  width: 120px;  /* メニューの幅 */
  text-align: center; vertical-align: top;
}




/* ---index・メニューのテーブル設定--- */
/* ---但し書きしてあるところ以外いじらないことをおすすめします--- */

#mta {
  color : #FFF;  /* 黒テーブルの文字色 */
  height: 100%;
  margin: auto;
}
.mtd1 {
  background-image : url(image/01.gif);
  width: 8px;height: 8px;
}
.mtd2 {
  background-image : url(image/02.gif);
  width: 8px;height: 8px;
}
.mtd3 {
  background-image : url(image/03.gif);
  width: 8px;height: 8px;
}
.mtd4 {
  background-image : url(image/04.gif);
  width: 8px;height: 8px;
}
.mtd5 {
  background-color : #000;
}
.mtd6 {
  background-color : #000;
  height: 25px;  /* 黒テーブルの下の枠の高さ */
  text-align: center;
}
.mtd7 {
  background-image : url(image/back03.gif);
  width: 26px;
}
.mtd8 {
  height: 50px;  /* 黒テーブルの上と下の隙間 */
}

