BODY {
 color : #ab9b82;  /* インラインフレーム内文字色 */
 background-color : #FFF;  /* インラインフレーム内背景色 */
 font-size : 10px;  /* 文字の大きさ */
 font-family : Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ Ｐゴシック",serif;
 scrollbar-face-color:#fdcbc7; scrollbar-highlight-color:#ab9b82; scrollbar-shadow-color:#ab9b82;
 scrollbar-darkshadow-color: #ab9b82; scrollbar-arrow-color:#ab9b82; scrollbar-track-color:#fdcbc7;
 letter-spacing : 3px;/* 文字間の設定 */
}
A {
  color : #ffb299;
  font-size : 10px;
  text-decoration : none; 
}
A:HOVER{
  position:relative;
  top:1px;
}
A img{
border : 0px;
}
/* テーブル */
TD{
 font-size : 10px;
  letter-spacing : 3px;/* 文字間の設定 */
}

/* -----index、index2----- */
#back{
  color : #ab9b82; /* 周りの文字色 */
  background-color : #FFF; /* 周りの背景色 */
  text-align : center; /* 中央揃え IE用 */  
}
#back A{ 
  color : #ab9b82;
}
#back A:HOVER{
  color : #fe8c91;
}
#mainta{
  margin: 0px auto; 
  text-align : center;
  height : 100%;  /* 広告表示のあるサーバーの場合90%等に変更 */
}
#backta{
  background-color : #ffebeb; /* 背景色 */
  margin : auto; /* 中央揃え */
}

/* サイト名の下の画像 */
#ill{
  color : #ab9b82; /* 文字色 */
  background-image : url(image/back02.gif);
  background-repeat : no-repeat;
  background-position : center center;
  width : 300px;height : 200px;
}
/* サイト名 */
#sitename,#sitename A{
  font-size: 26px;
  font-weight: bold;
  padding-top  : 50px;
}

/* -----メニュー----- */
#td3{
  width : 300px;
  text-align : center;vertical-align : top;
  background-image : url(image/back01.gif); /* 背景画像 */
  background-color : #FFF; /* 背景色 */
  padding : 10px;
}
#td3 #menu A{
  color : #ab9b82; /* メニュー文字色 */
  font-size : 10px; /* メニューの大きさ */
  font-weight: bold;
}
#td3 #menu A:HOVER{
  color : #fe8c91;
}
#textarea{
  color : #8C8673; /* 文字色 */
  background-color : #ffd8d5; /* 背景色 */
  font-size : 10px; /* 文字の大きさ */
  border : none;
  letter-spacing : 3px;
} 


/* -----インラインフレーム----- */
#td4{
  width : 400px;height : 500px;
  text-align : center;vertical-align : middle;
  background-color : #FFF; /* 背景色 */
  padding : 10px;
}


/* -----文字が乗るライン----- */
.h1{
  font-weight : bold;
  padding : 3px 0px;
  margin-bottom : 5px;
  width : 350px;height:37px;
  background-image : url(image/line01.gif);
  background-repeat: no-repeat;
}
.h2{
  font-weight : bold;
  padding : 3px 0px;
  margin-bottom : 5px;
  width : 350px;height:37px;
  background-image : url(image/line02.gif);
  background-repeat: no-repeat;
}


