BODY{
  color : #000000;  /* 文字色 */
  background-color : #F2EDE3;  /* 背景色 */
  font-size : 11px;  /* 文字の大きさ */
  font-family : Verdana,Arial,Osaka,"ＭＳ Ｐゴシック",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;
}
/* リンクの設定 */
A {
  color : #caca9c;
  font-size : 11px;
  font-family : Verdana,Arial,Osaka,"ＭＳ Ｐゴシック",serif;
  text-decoration : none; 
}
/* リンクにマウスが乗った時の色 */
A:HOVER {
  color : #ffd3b3;
}
/* テーブル部分の設定 */
TD{
  color : #000000;
  font-size : 11px;
  font-family : Verdana,Arial,Osaka,"ＭＳ Ｐゴシック",serif;
}



  /* 上フレームの設定 */
#ue{
  color : #FFFFFF;  /* 文字色 */
  background-image: url(http://cult.jp/second/p/sozai/q02.gif);  /* 背景色 */
  margin : 0px;
}
#uta{
width : 100%;height :100%;
}
  /* メニュー部分 */
#td1a{
  height : 16px;
  background-color : #8c8673;  /* 背景色 */
}
/* サイト名 */
#sitename{
  color : #8c8673;
  font-size : 26px;
  font-weight : bold;
  text-align : right;
  margin-right: 10px;
}



  /* 下フレームの設定 */
#sita{
  color : #FFFFFF;  /* 文字色 */
  background-image: url(http://cult.jp/second/p/sozai/q02.gif);  /* 背景色 */
  margin : 0px;
}
#sta{
width : 100%
}
/* designedのある部分 */
#td2{
  height : 16px;
  background-color : #8c8673;  /* 背景色 */
  text-align : right;
}



  /* サブメニューの設定 */
#sub{
  color : #000000;  /* 文字色 */
  background-color : #FFFFFF;  /* 背景色 */
  margin : 0px;
}
#subta{
  border-right : 1px dashed #000000;
  width : 100%;height : 100%;
}

