BODY {
  color : #000;  /* 文字色 */
  background-color : #FFF;  /* 背景色 */
  font-size : 12px;  /* 文字の大きさ */
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",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;
}
#back {
  color : #000;  /* 文字色 */
  background-color : #FFF;  /* インラインフレーム内背景色 */
  margin : 0;
  padding-left : 10px;
}
/* リンクの設定 */
A {
  color : #000;  /* 文字色 */
  font-size : 12px;
  font-family : Verdana,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
  text-decoration : none;
}
/* リンクにマウスが乗ったときの色 */
A:HOVER{
  color : #ccc;  /* 文字色 */
  font-size : 12px;
}
/* テーブルの設定*/
TABLE{
  color : #000;  /* 文字色 */
  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: 300px; height : 100%; /* index枠全体の大きさ 広告があるときはheightを90%等に*/
}
 /* index枠内の設定 */
#td0{
  line-height : 25px; /* 行間の設定 */
  vertical-align : top; /* メニューの文字位置揃え */
  background-color : #FFF;  /* 背景色 */
}
#td00{
  background-image : url(ue.gif);
}


#mainta{
  width: 100%;height : 100%; /* 全体の大きさ 広告があるときはheightを90%等に*/
  margin : auto;
}
#td1{
  width : 20px;height : 20px;
  background-image : url(01.gif);
}
#td2{
  width : 200px;
  background-image : url(ue.gif);
}
#ue{
  background-image : url(ue.gif);
}
#td3{
  width : 20px;height : 20px;
  background-image : url(02a.gif); /* 右上画像 */
}
#td4{
 background-image : url(hidari.gif);
}
 /* メニューのある枠 */
#td5{
  line-height : 25px; /* 行間の設定 */
  vertical-align : top; /* メニューの文字位置揃え */
  border-right : 1px dotted #000;
  background-color : #FFF;  /* 背景色 */
}
#td6{
  background-image : url(migi.gif);
}
#td7{
  width : 20px;height : 20px;
  background-image : url(03a.gif); /* 左下画像 */
}
#td8{
  background-image : url(sita.gif);
}
#td9{
  background-image : url(sita.gif);
  text-align : right; /* designedの文字位置揃え*/
}
#td10{
  width : 20px;height : 20px;
  background-image : url(04.gif);
}
