BODY {
    /* 文字色 */
  background-color : #FFF;  /* 背景色 */
  background-image : url(image/back00.gif);  /* 背景画像 */
  font-size : 11px;  /* 文字の大きさ */
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
/* スクロールバーの設定 */
  scrollbar-face-color:#CCCCCC;  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;  scrollbar-darkshadow-color: #000000;
  scrollbar-arrow-color:#000000;  scrollbar-track-color:#CCCCCC;
}

/* リンクの設定 */
A {
  color : #000000;  /* 文字色 */
  font-size : 11px;
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
  text-decoration : none;
}
/* リンクにマウスが乗ったときの色 */
A:HOVER{
  color : #FF0066;  /* 文字色 */

}
/* テーブルの設定*/
TABLE{
  color : #000000;  /* 文字色 */
  font-size : 11px;
  line-height : 120% ;
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
}

/* サイト名 */
#sitename{
  font-weight : bold; font-size: 26px;
}

/* ライン */
.line{
  background-image : url(image/line01.gif);
  background-repeat : repeat-x;
  width : 100%; height:11px;
}


/* 枠設定 */
/* 以下は但し書きしてあるところ以外、弄らないことをおすすめします */

.mainta{
  width : 300px; /* 全体の大きさ */
}
.td1{
  width : 4px;height : 4px;
  background-image : url(image/01.gif);
}
.td2{
  background-image : url(image/ue.gif);
}
.td3{
  width : 4px;height : 4px;
  background-image : url(image/02.gif); 
}
.td4{
 background-image : url(image/hidari.gif);
}
 /* メニューのある枠 */
.td5{
  background-color : #FFFFFF;  /* 背景色 */
  padding: 5px 10px;  /* 余白 */

}
.td6{
  background-image : url(image/migi.gif);
}
.td7{
  width : 4px;height : 4px;
  background-image : url(image/03.gif);
}
.td8{
  background-image : url(image/sita.gif);
}
.td9{
  width : 4px;height : 4px;
  background-image : url(image/04.gif);
}
