BODY {
  color : #57450f;
  background-color : #fffff3;
  font-size : 12px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Arial,Verdana,Osaka,"ＭＳ Ｐゴシック",sans-serif;
  scrollbar-face-color:#fffff3;  scrollbar-highlight-color:#8c8673;
  scrollbar-shadow-color:#8c8673;  scrollbar-darkshadow-color: #8c8673;
  scrollbar-arrow-color:#8c8673;  scrollbar-track-color:#fffff3;
}

.back{
  background-image : url(image/back04.gif);  /* 背景画像 */
  text-align: center;
  margin : 0px;  /* IE用中央揃え */
}
/* リンクの設定 */
A {
  color : #57450f;font-size : 12px;
  text-decoration : none;
}
/* リンクにマウスが乗ったときの色 */
A:HOVER{
  color : #fdc0c0;
}
A img{
  border-style: none;
}
/* テーブルの設定 */
TD {
  color : #57450f;font-size : 12px;
}
 /* 文字の下の線 */
.line{
  line-height : 20px;
  background-image : url(image/line01.gif);
}


 /* index */
#top{
  background-image : url(image/back03.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;
  margin-top : 150px;
  text-align : center;
}


 /* 枠の設定 */
.table{
  background-color : #fffff3;
  border-width : 1px;border-style : solid;border-color : #57450f;
  width:576px; height:400px;    /* ---全体の大きさを変えるときはここ--- */
  margin-top : 50px;
  margin-right : auto;margin-left : auto; /* 中央揃え 上の方のIE用とセット */
}
 /* インラインフレームの大きさ */
.if{
  width : 100%;  height : 100%;
}
 /* インラインフレーム上 */
.td1{
  background-image : url(image/back03.gif);height : 100px;
  padding : 10px;
}
 /* インラインフレーム上（メニュー側）*/
.td2{
  background-image : url(image/back01.gif);height : 100px;
  width : 96px;
}
 /* インラインフレーム下 */
.td3{
  background-image : url(image/back02.gif);height : 40px;
  text-align : right;
  padding : 10px;
}
 /* インラインフレーム横(メニュー部分) */
.tdmenu{
  text-align : right;
  vertical-align : top;
}


