/* 基本設定 */
BODY {
font-size : 14px;
color : #8c8673;
background-color : #ffffff;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
scrollbar-face-color:#ffd8d5;  scrollbar-highlight-color:#57450f;  scrollbar-shadow-color:#57450f;
scrollbar-darkshadow-color: #57450f;  scrollbar-arrow-color:#57450f;  scrollbar-track-color:#ffd8d5;
text-align : center;
  background-image : url("image/x01.gif");
  background-repeat: repeat-x;
  background-attachment: fixed;
}


/* リンク */
A {
color : #FF99CC;
text-decoration : none;
}
A img{
border : 0px;
}
A:hover{
  color : #66CC00;  /* マウスが上に乗った時の文字色 */
}

/* テーブル */
td {
font-size : 14px;
}
/* メイン部分 */
#main{
width : 620px; /* 幅 */
text-align : left;
margin : auto; /* 中央揃え */
}
/* サイト名 */
#sitename{
font-weight : bold;
font-size : 30px;
color : #8c8673;
}
/* メニュー */
#menu{
text-align : center;
font-size : 16px;
}
/* 見出し */
#title{
font-weight : bold;
font-size : 16px;
}
 /* FOOL LOVERSへのリンク */
#fl{
font-size : 10px;
text-align : right;
}
