body{
  font-family:'Osaka',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size : 11px;
  color : #9f9885;
  background-color : #FFF;
}
a img{
  border-style:none;
}
A{
  font-size : 11px;
  color : #b8747c;
  text-decoration : none;
}

TD{
  font-size : 11px;
  color : #9f9885;
}



/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index{
  margin: 0;  padding: 0;
  font-family:'Osaka',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size : 11px;
  color : #9f9885;
  text-align: center;
  background-image : url(image/back00.gif);
}

#indexta{
  width : 400px;height : 100%;
  margin: 0px auto;
  background-image : url(image/back03.gif);
  background-repeat : repeat-y;
  
}
#indexta td{
  padding: 20px;vertical-align : top;
}

/*--------------------------------------------------------
メニューページ
--------------------------------------------------------*/

#menupage{
  margin: 0;  padding: 0;
  font-family:'Osaka',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size : 11px;
  color : #9f9885;
  text-align: center;
  background-image : url(image/back00.gif);
}

#menuta{
  width : 200px;height : 100%;
  margin: 0px auto;
  background-image : url(image/back01.gif);
  background-repeat : repeat-y;
  
}
#menuta td{
  padding: 20px;vertical-align : top;
}


#menupage A{
  font-size : 11px;
  color : #9f9885;
  text-decoration : none;
}
#menupage A:hover{
  font-size : 11px;
  color : #b8747c;
  text-decoration : none;
}

#sitename{
    color: #9f9885;
    font-weight: bold;
    font-size : 12px;
    letter-spacing : 4px;
    margin: 0;padding: 0;
}

#menu{
 width:100%;
 margin-top: 10px;
}
#menu A{
  font-size : 11px;/* 文字の大きさ */
  font-weight: bold;
  color : #9f9885;/* 文字色 */
}
#menu A:hover{
  color : #FFF;  /* マウスが上に乗った時の文字色 */
  background-color : #b8747c; /* マウスが乗った時の背景色 */

}

/* --メニュー　テキストエリア-- */
#menupage TEXTAREA{
  font-size : 11px;
  color : #999;
  background-color : #FFF;
  border:#999 dotted 1px; /* 枠線 */
  height : 60px;width:200px;line-height:20px;
}
/*--------------------------------------------------------
メニューページ　下
--------------------------------------------------------*/
#footer{
    margin: 10px auto;
    padding:10px 0;
    text-align: right;
}
#footer .top{
    text-align: left;
    float: left;
}
#footer .fl{
    text-align: right;
}
.clear{
    clear: both;height:3px;
}
.clear hr{
    display:none;
}
#footer A{
  font-size : 11px;
  color : #b8747c;
  text-decoration : none;
}

/*--------------------------------------------------------
フレーム中央
--------------------------------------------------------*/
#centerpage{
  margin: 0;  padding: 0;
  background-image : url(image/back00.gif);
}

#centerta{
  width : 25px;height : 100%;
  margin: 0px;
  background-image : url(image/back02.gif);
  background-repeat : repeat-y;background-position: 100% 100%;
}


/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
.h{
  font-size : 11px;
  color: #9f9885;
  font-weight : bold;
  letter-spacing : 4px;
  margin:10px 0px;
  height: 25px;
  background-image: url(image/line01.gif);
  background-repeat: repeat-x;
}
.h A{
  color: #9f9885;
  font-weight : bold;
  letter-spacing : 4px;
  margin:10px 0px;
  height: 25px;
}
h2{
  font-size : 11px;
  background-color: #FFF;
  height: 100%;display : inline;
}
h3{
 font-size : 11px;
  font-weight : normal;
}

.pos{
  color : #9f9885;
  margin: 5px 0;padding: 3px;
  border: 1px #999 solid;
}
.li01{
 border-left:3px solid #9f9885;
  margin: 5px 0;padding: 3px;
}
.li02{
 border-left:3px solid #b8747c;
  margin: 5px 0;padding: 3px;
}
.line01{
  background-image: url(image/line01.gif);
  font-weight: bold;
  letter-spacing : 4px;
  height: 20px;
}
.line02{
  font-weight : bold;letter-spacing : 4px;
  background-image: url(image/line02.gif);
  height: 14px;width: 100%;
  margin: 5px 0;
}

.title{
 border-left:5px solid #b8747c;
  margin: 5px 0;padding: 3px;
  font-size : 14px;
  font-weight : bold;
  letter-spacing : 4px;
  text-align: left;
}

/*--------------------------------------------------------
色の違う文字色
--------------------------------------------------------*/
.co1{
  color: #b8747c;
}
/*  同様に好きな色を増やすことができます */
.co2{
  color: #0997ae;
}
.co3{
  color: #cc0000;
}

