BODY{
  color : #000000; /* 文字色 */
  background-color : #FFFFFF; /* 背景色 */
  font-size : 12px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Verdana,Arial,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;
  margin : 0px; /* IEバグ回避用 */
}
.back{
  background-color : #FFFFFF; /* 周りの背景色 */
  background-image : url(back01.gif); /* 背景画像 使わないときはこの列を削除 */
  margin : 10px; /* IEバグ回避用 */
  text-align : center; /* 中央揃え IE用 */
}
/* リンクの設定 */
A {
  color : #000000;
  font-size : 12px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Verdana,Arial,Osaka,"ＭＳ Ｐゴシック",serif;
  text-decoration : none; 
}
A:hover {
  position:relative;
  top:1px;
}
/* テーブル部分の設定 */
TD{
  color : #000000;
  font-size : 12px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Verdana,Arial,Osaka,"ＭＳ Ｐゴシック",serif;
}


/* サイト名 */
#sitename{
  color : #000000; /* 文字色 */
  font-weight : bold;
  font-size : 20px;
}


#ta{
margin: auto; /* 中央揃え NN他用 */
}

/* 以下テーブル枠の設定 但し書きしてあるところ以外弄らないことをおすすめします */
.td1{
background-image : url(01.gif);
width : 20px;height : 20px;
}
.td2{
background-image : url(ue.gif);
}
.td3{
background-image : url(02.gif);
width : 20px;height : 20px;
}
.td4{
background-image : url(hidari.gif);
}
.td5enter{
background-color : #FFFFFF;
width : 300px;height : 300px; /* indexの枠の大きさ */
text-align : center; /* 文字の位置 */
}
.td5menu{
background-color : #000000; /* メニュー背景色 */
height : 25px; /* メニュー高さ */
text-align : center; /* 文字の位置 */
}
.td5menu A{
  color : #FFFFFF; /* メニュー文字色 */
}
.td5sitename{
background-color : #FFFFFF;
height : 50px;  /* サイト名のある枠の高さ */
}
.td5main{
width : 80%;height : 100%; /* メイン枠の大きさ*/
}
.td6{
background-image : url(migi.gif);
}
.td7{
background-image : url(03.gif);
width : 20px;height : 20px;
}
.td8{
background-image : url(sita.gif);
text-align : right;
}
.td9{
background-image : url(04.gif);
width : 20px;height : 20px;
}
