/* ----全体の設定---- */BODY{  background-color :ffa080; /* 背景色 */  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 : #8C8673; /* 文字色 */  text-decoration : none; }/* ----メニュー部分の設定---- */#menupage{ margin-left : 0px; text-align : right; /* 文字右揃え */}.menu{  font-size : 24px;  font-family : Verdana,serif;  font-weight : bold;  color : #8C8673; /* 文字色 */  background-color : #FFFFFF;   /* メニュー枠内背景色 */  border-right : 1px dashed #000000; /* 周りの点線 */  border-top : 1px dashed #8C8673;  border-bottom : 1px dashed #8C8673;  margin-bottom : 10px;  letter-spacing : 3px;  line-height : 26px;}.menu A{  font-size : 24px;  font-family : Verdana,serif;  font-weight : bold;  color : c0c0c0  ; /* リンク文字色 */}.menu A:HOVER{  font-weight : bold;  color : a0ff00 ; /* マウスが上に乗った時の文字色 */}/* ----サイト名---- */#sitename{  color : #8C8673; /* 文字色 */  font-family : Verdana,serif;  font-size : 16px; /* 文字の大きさ */  font-weight : bold;  margin-bottom : 10px;}/* ----メニュー下 サブ枠---- */.sub{  color : #8C8673; /* 文字色 */  background-color : #FFFFFF;   /* サブ枠内背景色 */  margin-top : 10px;   margin-bottom : 10px;   border-right : 1px dashed #8C8673; /* 周りの点線 */  border-top : 1px dashed #8C8673;  border-bottom : 1px dashed #8C8673;} /* ----メニュー下テキストエリア---- */#textarea{  color : #8C8673; /* 文字色 */  font-size : 12px; /* 文字の大きさ */  font-family : Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",serif;  background-color : #FFFFFF; /* 背景色 */  border : none;  text-align : left; /* 文字右揃え */  letter-spacing : 3px;  line-height : 20px;  width: 100%;} 