BODY {
  background-color : #FFFFFF; /* 背景色 */
  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;
 /* 文字間・行間の設定 */
  letter-spacing : 3px;
  line-height : 20px;
  text-align : center;
  margin : 0px;
}
/* リンクの設定 */
A {
  color : #999999;
  font-size : 12px;
  text-decoration : none;
}
/* テーブルの設定 */
TABLE {
  color : #000000;
  font-size : 12px;
}
 /* 枠全体の設定 */
#mainta{
  border-right : 1px solid #000000;
  border-left : 1px solid #000000;
  width : 800px;
  margin : auto;
  letter-spacing : 3px;
  line-height : 20px;
}
 /* 一番上の枠 */
#td1{
  color : #000000;
  background-image : url(background.jpg);
  background-color : #000000;
  height : 100px;
}
 /* メニューのある枠 */
#td2{
  color : #FFFFFF;
  background-color : #000000;
  height : 25px;
  text-align : center;
}
/* メニューリンクの設定 */
#td2 A{
  color : #FFFFFF;
}
/* 大きな枠 */
#td3{
  background-color : #FFFFFF;
}
/* 一番下の枠 */
#td4{
  background-color : #000000;
  height : 25px;
  text-align : center;
}
 /* サイト名 */
#sitename{
  font-size : 16px;
  font-weight : bold;
}
