BODY {
 /* 背景色・文字色・文字の大きさ */
  background-color : #f8c8c8;
  color : #8e9283;
  font-size : 12px;
  font-family : Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
 /* スクロールバーの設定 */
  scrollbar-face-color:#f8f6ef;  scrollbar-highlight-color:#8e9283;  scrollbar-shadow-color:#8e9283;
  scrollbar-darkshadow-color:#8e9283;  scrollbar-arrow-color:#8e9283;  scrollbar-track-color:#f8f6ef;
}
/* リンクの設定 */
A {
  color : #4a4a40;
  font-size:12px;
  text-decoration : none;
}
/* リンクにマウスが乗った時の色 */
A:HOVER {
  color : #f16b8e;
}
/* テーブル部分の設定 */
TABLE{
  font-size:12px;
}
.menu{
  color : #8e9283;
}
.menu A{
  font-size : 14px;
  font-weight : bold;
  font-family : Georgia,serif;
}
.menu A:HOVER{
  color : #f16b8e;
}
#page{
  background-image : url(image/back02.gif);  /* 背景画像 */
  margin : auto;
  text-align: center;
}
#page table{
  margin : auto;
  text-align: center;
}
#ta{
width : 650px;height : 100%;  /* 枠全体の大きさ */
background-color : #f8c8c8;  /* 枠全体の背景色 */
}
#td1{
width : 40px;
background-image : url(image/back03.gif);  /* 左のレース画像 */
}
#td2{
width : 40px;
background-image : url(image/back04.gif);  /* 右のレース画像 */
}
#td3{
height : 100px;
background-image : url(image/back00.gif);  /* 上のフリル画像 */
background-repeat : repeat-x;
}
#td4{
height : 15px;
}
.en{
  color : #FFFFFF;
  font-size : 30px;
  font-weight : bold;
  font-family : Georgia,serif;
  text-decoration : none;
}

