BODY {
  color : #000000;  /* 文字色 */
  font-size : 12px;  /* 文字の大きさ */
  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 {
  font-size : 10px;  /* ページ全体の文字の大きさ */
  background-color : #FFFFFF;  /* ページ全体の背景色 */
  text-align : center;  /* IE用中央揃え */
  }
#back table {
  margin-left: auto;margin-right: auto;  /* テーブルの中央揃え */
}
.menu{
  color : #FFFFFF;  /* メニュー文字色 */
  font-size : 10px;
  width : 428px;height : 305px;  /* メニューを追加したときはwidthを数ｘ60にして調節 */
  font-family : Verdana,Arial,serif;
}
.menu A{
  color : #FFFFFF;  /* メニューリンク文字色 */
  font-size : 10px;
}
.tab {
  background-image : url(image/image.gif);
  width : 60px;
  height : 25px;
  text-align : center;
}
/* リンクの設定 */
A {
  color : #999999;
  font-size : 12px;
  text-decoration : none;
}
A:HOVER {
/* リンクに触れると動く設定 */
  position : relative; 
  top : 1pt;  left : 1pt;
}
/* テーブルの設定 */
TABLE {
  color : #000000;
  font-size : 12px;
}
