/* ----全体の設定---- */
BODY{
  background-color : #FFFFFF; /* 背景色 */
  color : #00aacc; /* 文字色 */
  font-size : 12px; /* 文字の大きさ */
  font-family :Georgia,Verdana,san-serif;
/* スクロールバーの設定 */
  scrollbar-face-color:#FFFFFF;  scrollbar-highlight-color:#ee4477;  scrollbar-shadow-color:#ee4477;
  scrollbar-darkshadow-color: #ee4477;  scrollbar-arrow-color:#ee4477;  scrollbar-track-color:#FFFFFF;
/* 文字間・行間の設定 */
  letter-spacing : 3px;
  line-height : 20px;
}
A {
  color : #ee4477; /* 文字色 */
  text-decoration : none; 
}



/* ----メニュー部分の設定---- */
#menupage{
 margin-left : 0px;
 text-align : right; /* 文字右揃え */
}
.menu{
  font-size : 24px;
  font-family : Verdana;
  font-weight : bold;
  color : #00aacc; /* 文字色 */
  background-color #ffcc77;  /* メニュー枠内背景色 */
  border-right : 1px dashed #00aacc; /* 周りの点線 */
  border-top : 1px dashed #ee4477;
  border-bottom : 1px dashed #00aacc;
  margin-bottom : 10px;
  letter-spacing : 3px;
  line-height : 26px;

}
.menu A{
  font-size : 24px;
  font-family : Georgia,Verdana,san-serif;
  font-weight : bold;
  color : #ee4477; /* リンク文字色 */
}
.menu A:HOVER{
  font-weight : bold;
  color : #ee4477; /* マウスが上に乗った時の文字色 */
}



/* ----サイト名---- */
#sitename{
  color : #ee4477 /* 文字色 */
  font-family : Georgia,Verdana,san-serif;
  font-size : 16px; /* 文字の大きさ */
  font-weight : bold;
  margin-bottom : 10px;
}


/* ----メニュー下 サブ枠---- */
.sub{
  color : #ee4477; /* 文字色 */
  background-color #ffcc77; /* サブ枠内背景色 */
  margin-top : 10px; 
  margin-bottom : 10px; 
  border-right : 1px dashed #ee4477; /* 周りの点線 */
  border-top : 1px dashed #ee4477;
  border-bottom : 1px dashed #ee4477;
} 

/* ----メニュー下テキストエリア---- */
#textarea{
  color : #ee4477; /* 文字色 */
  font-size : 12px; /* 文字の大きさ */
  font-family : Georgia,Verdana,san-serif;
  background-color :  /* 背景色 */
  border : none;
  text-align : right; /* 文字右揃え */
  scrollbar-face-color:#ee4477;  scrollbar-highlight-color:#ee4477;  scrollbar-shadow-color:#ee4477;
  scrollbar-darkshadow-color: #44aa88;  scrollbar-arrow-color:#ee4477;  scrollbar-track-color:#ee4477;
  letter-spacing : 3px;
  line-height : 20px;
  width: 100%;
} 


