BODY {
  color : #000000;  /* 文字色 */
  background-color : #FFFFFF;  /* 背景色 */
  font-size : 12px;  /* 文字の大きさ */
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",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;
}
#back {
  color : #000000;  /* 枠の外の文字色 */
  background-color : #FFFFFF;  /* 枠の外の背景色 */
  text-align : right;  /* 枠右揃えIE用 */
}
/* リンクの設定 */
A {
  color : #000000;  /* 文字色 */
  font-size : 12px;
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
  text-decoration : none;
}
A:HOVER{
  color : #cccccc;  /* リンクにマウスが乗ったときの色 */
}
/* テーブルの設定*/
TABLE{
  color : #000000;  /* 文字色 */
  font-size : 12px;
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
}

/* ---サイト名の設定---*/
#sitename{
  font-weight : bold; font-size: 26px;
}

/* ---枠設定--- */
/* 以下は但し書きしてあるところ以外、弄らないことをおすすめします */


#enterta{
  width: 600px; /* index枠全体の大きさ */
  margin-right : 0px;
}
#mainta{
  width: 700px;height : 100%; /* index2枠全体の大きさ 広告があるときはheightを90%等に*/
  margin-left : auto ;  margin-right : 0 ;  /* 枠右揃え */
}


#td0{
  vertical-align : top;  text-align : center; /* index枠内の文字位置揃え */
  background-color : #FFFFFF;  /* 背景色 */
}
#tdsp{
  height : 20px;
}


#td1{
  width : 20px;height : 20px;
  background-image : url(image/01.gif);
}
#td2{
  background-image : url(image/ue.gif);
}
#td3{
  width : 20px;height : 20px;
  background-image : url(image/02.gif);
}
#td4{
 background-image : url(image/hidari.gif);
}

#td5{
  background-image : url(image/migi.gif);
}
#td6{
  width : 20px;height : 20px;
  background-image : url(image/03.gif);
}
#td7{
  background-image : url(image/sita.gif);
}
#td8{
  width : 20px;height : 20px;
  background-image : url(image/04.gif);
}
#td9{
  width : 20px;height : 25px;
  background-image : url(image/m-01.gif);
}
#td10{
  text-align : center; /* メニュー枠内の文字位置揃え */
  background-color : #FFFFFF;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
}
#td11{
  width : 20px;height : 25px;
  background-image : url(image/m-02.gif);
}
#td12{
  height : 20px;
  text-align: right; /* 一番下の文字位置揃え */
}
