BODY{
  color : #000;/* 文字色 */
  background-color : #FFF;/* 背景色 */
  font-size : 11px;/* 文字の大きさ */
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/* スクロールバーの設定 */
 scrollbar-face-color:#FFF;  scrollbar-highlight-color:#000;  scrollbar-shadow-color:#000;
 scrollbar-darkshadow-color: #000;  scrollbar-arrow-color:#000;  scrollbar-track-color:#FFF;
}

/* メニューページ */
#menupage{
  color : #000;/* 文字色 */
  background-color : #FFF;/* 背景色 */
 text-align : center;
}

/* リンク */
A {
  color : #000;
  font-size : 11px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-decoration : none; 
}
A:HOVER{
  color : #666;
}
a img {
border-style:none;
}
textarea {
  font-size : 11px;/* 文字の大きさ */
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* テーブルの設定 */
TD{
  font-size : 11px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* メニュー */
.menu{
 margin : 10px auto;
 display : block;
 color : #666;/* 文字色 */
 border-bottom: 1px dotted #666;
 width : 170px;
}
.menu A:hover{
  font-weight : bold;/* 文字の太さ */
}
.menuta{
 margin : auto;/* 中央表示 */
}


.td1{
  color : #666;/* 文字色 */
background-image : url(image/back01.gif);
width : 200px;height : 77px;
}
.td2{
  color : #666;/* 文字色 */
background-image : url(image/back02.gif);
width : 200px;height : 20px;
}
.td3{
background-image : url(image/back03.gif);
  padding-left : 3px;
}


.td01{
  color : #666;/* 文字色 */
background-image : url(image/back001.gif);
width : 200px;height : 77px;
}
.td02{
  color : #666;/* 文字色 */
background-image : url(image/back002.gif);
width : 200px;height : 20px;
}
.td03{
background-image : url(image/back003.gif);
  padding-left : 3px;

}


/* 見出し */
.h{
  font-size : 11px;/* 文字の大きさ */
  font-weight : bold;
  margin-bottom : 20px;  margin-top : 20px;
  background-image : url(image/back04.gif);
}
.h H1{
  color : #FFF;/* 文字色 */
  background-color : #000;/* 背景色 */
  font-size : 11px;/* 文字の大きさ */
  margin-left:10px;
  display : inline;
}


/* メニュー見出し */
.mh{
  font-size : 11px;/* 文字の大きさ */
  font-weight : bold;
  color : #FFF;/* 文字色 */
  background-color : #000;/* 背景色 */
  padding : 5px;
  display : inline;
}

