BODY {
 /* 背景色・文字の色・文字の大きさ */
  background-color : #FFF;
  color : #999;
  font-size : 12px;
 /* スクロールバーの設定 */
  scrollbar-face-color:#FFF;  scrollbar-highlight-color:#999;
  scrollbar-shadow-color:#999;  scrollbar-darkshadow-color:#999;
  scrollbar-arrow-color:#999;  scrollbar-track-color:#FFF;
  margin-top : 0px;
  text-align: center;
}
/* リンクの設定 */
A {
  color : #999;
  font-size : 12px;
  text-decoration : none;
}
A img{
 border-style: none;
}
/* メニューリンクの設定 */
A.menu {
  font-weight : bold;
}
/* テーブルの設定 */
TABLE {
  color : #999;
  font-size : 12px;
}
 /* 文字間・行間の設定 */
TD.main {
  letter-spacing : 3px;
  line-height : 20px;
}


/* ----一番上の文字---- */
.title {
  font-size : 24px;
  font-weight : bold;
  color : #FFF;
  font-family : Georgia,sans-serif;
}


/* ----枠の設定---- */
#mainta {
  width : 600px;  /* 全体の大きさ */
  margin: auto;
  letter-spacing : 3px;line-height : 20px;  /* 文字間・行間 */
}
#maintd1 {
  height : 245px;
  background-image : url(image/back02.gif);
}
.maintd2 {
  background-image : url(image/back01.gif);
  border: 1px #999 solid;
}
#maintd3{
  vertical-align: top;
}

