/* ----全体の設定---- */
BODY{
  background-color : #FFFFFF; /* 背景色 */
  color : #8c8673; /* 文字色 */
  font-size : 12px; /* 文字の大きさ */
  font-family : Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
/* スクロールバーの設定 */
  scrollbar-face-color:#FFFFFF;  scrollbar-highlight-color:#8C8673;  scrollbar-shadow-color:#8C8673;
  scrollbar-darkshadow-color: #8C8673;  scrollbar-arrow-color:#8C8673;  scrollbar-track-color:#FFFFFF;
/* 文字間・行間の設定 */
  letter-spacing : 3px;
  line-height : 20px;
}
A {
  color : #e6e0d6; /* 文字色 */
  text-decoration : none; 
}



/* ----メニュー部分の設定---- */
#menupage{
 background-color : #c8dddd; /* 背景色 */
 background-image : url("image/back03.gif"); /* 背景画像 */
 background-repeat : repeat-y;
 background-attachment : fixed;
 background-position : 100% 100%;
 margin-left : 10px;
 margin-right : 25px;
 text-align : right; /* 文字右揃え */
}
.menu{
  font-size : 30px;
  font-family : Verdana,serif;
  font-weight : bold;
  color : #FFFFFF; /* 文字色 */
  margin-bottom : 5px;
  letter-spacing : 3px;
  line-height : 30px;

}
.menu A{
  font-size : 30px;
  font-family : Verdana,serif;
  font-weight : bold;
  color : #8c8673; /* リンク文字色 */
}
.menu A:HOVER{
  font-weight : bold;
  color : #FFFFFF; /* マウスが上に乗った時の文字色 */
}



/* ----右 サブメニューの設定---- */
#subpage{
 background-color : #c8dddd; /* 背景色 */
 background-image : url("image/back04.gif"); /* 背景画像 */
 background-repeat : repeat-y;
 background-attachment : fixed;
 margin-left : 25px;
 text-align : right; /* 文字右揃え */
}
#subpage A{
  color : #FFFFFF; /* リンク文字色 */
}
/* ----右 サブメニュー---- */
.sub{
  color : #FFFFFF; /* 文字色 */
  margin-top : 10px; 
  margin-bottom : 10px; 
} 
/* 見出しの設定 */
h2{
  font-size : 14px;  
  font-weight : bold;
  font-family : Verdana,serif;
  color : #8c8673; /* 文字色 */
  border-top : 1px dashed #ffffff;
  border-bottom : 1px dashed #ffffff;
  line-height:20px;
  margin-left : 10px;
}



/* ----サイト名---- */
#sitename{
  color : #8C8673; /* 文字色 */
  font-family : Verdana,serif;
  font-size : 16px; /* 文字の大きさ */
  font-weight : bold;
  margin-bottom : 10px;
}
/* ----テキストエリア---- */
#textarea{
  color : #FFFFFF; /* 文字色 */
  background-color : #8c8673; /* 背景色 */
  font-size : 12px; /* 文字の大きさ */
  font-family : Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;
  text-align : right; /* 文字右揃え */
  letter-spacing : 3px;
  line-height : 20px;
  width: 100%;
  margin-top : 10px; 
  margin-bottom : 10px; 
  border : 1px dashed #ffffff;
} 
