BODY {
  background-color : #FFF; /* 背景色 */
  color : #666; /* 文字色 */
  font-size : 12px; /* 文字の大きさ */
  font-family : Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
 /* スクロールバーの設定 */
  scrollbar-face-color:#FFF;  scrollbar-highlight-color:#000;  scrollbar-shadow-color:#000;
  scrollbar-darkshadow-color:#000;  scrollbar-arrow-color:#4eabb8;  scrollbar-track-color:#FFF;
}
/* リンクの設定 */
A {
  color : #4eabb8;
  font-size : 12px;
  text-decoration : none;
}
A img{
 border-style: none;
}

/* テーブルの設定 */
TD {
  color : #000;
  font-size : 12px;
}


#back{
  background-image : url(image/back01.gif); /* 背景画像 */
  text-align : center;  margin : 0px;/* 中央揃え */
}
#back td{
  padding : 3px;
}

 /* ---index 枠全体の設定--- */
#inta{
  background-color : #FFF;
  border-right : 1px solid #000;
  border-left : 1px solid #000;
  width : 600px; /* 大きさはここで変更 */
  margin : auto;/* 中央揃え */
}
/* index 一番下の枠 */
#td4a{
  border-top : 1px dashed #000;
  border-bottom : 1px solid #000;
  background-color : #6d4a51;
  height : 30px;
}
 /* ---index2 枠全体の設定--- */
#mainta{
  background-color : #FFF;
  border-right : 1px solid #000;
  border-left : 1px solid #000;
  width : 650px;height : 100%; /* 大きさはここで変更  広告表示のあるサーバーの場合90%等に変更 */
  margin : auto;/* 中央揃え */
; clip:  rect(   )
}
 /* 一番上の枠 */
#td1{
  color : #FFF;
  font-weight : bold;
  border-bottom : 1px dashed #000;
  height : 20px;
  background-color : #6d4a51;
}
/* 大きな枠 */
#td2{
  padding : 10px;
}
 /* メニューのある枠 */
#td3{
  border-top : 1px dashed #000;
  height : 30px;
  background-color : #6d4a51;
  text-align : center;
}
#td3 A{
  color : #FFF;
  font-weight : bold;
}
#td3 A:hover{
  color : #ffeef0;
}
/* 一番下の枠 */
#td4{
  border-top : 1px dashed #000;
  border-bottom : 1px solid #000;
  height : 30px;
  text-align : right;
}


/* 見出し */
h2{
  font-size : 12px;
  font-weight : bold;
}

