BODY {
 /* 背景色・背景画像・文字の色・文字の大きさ */
  background-color : #FFF;
  background-image : url(image/back00.gif);
  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;
 /* 中央揃え */
  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;
}

/* ----サイト名---- */
.title {
  font-size : 26px;
  font-weight : bold;
  color : #666;
  font-family : Arial,sans-serif;
  margin-bottom: 10px;

}


/* ---- 枠の設定 ---- */
.main {
  width : 600px;  /* 全体の幅 */
  margin: 10px auto;
  letter-spacing : 3px;
  background-color : #FFF;
  border: 2px #999 solid;
  
}
/* ---- 一番上の枠 ---- */
.td1 {
  background-color : #FFF;
  background-image : url(image/back01.gif);
  height : 200px;  /* 高さ */
  border: 1px #999 dotted;
  padding :10px;  margin: 10px;
}
/* ---- 細い枠 ---- */
.td2 {
  background-image : url(image/back02.gif);
  border: 1px #999 dotted;
  padding :10px;  margin: 10px;
  font-weight : bold;
}
/* ---- メインの枠 ---- */
.td3 {
  background-color : #FFF;
  border: 1px #999 dotted;
  padding :10px;  margin: 10px;
  line-height : 20px;  /* 行間 */
  text-align: left;
}
/* ---- 一番下の細い枠 ---- */
.td4{
  background-image : url(image/back02.gif);
  border: 1px #999 dotted;
  vertical-align: top;
  padding :10px;  margin: 10px;
}
