@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #b2252f;
color: #5e3538; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
p.example1 { letter-spacing: 0.2em; }
.wait { cursor: default; }
}

/* --- 全体のリンクテキスト --- */
a:link { color: #5e3538; }
a:visited { color: #5e3538; }
a:hover { color: #a27276; }
a:active { color: #5e3538; }
a { text-decoration: none; }

/* --- コンテナ --- */
#container {
width: 630px; 
margin: 0 auto; 
}

/* --- ヘッダ --- */
#header {
background-color: #eeeeee; 
}

/* --- コンテンツ --- */
#content {
background-color: #eeeeee; 
}

/* --- フッタ --- */
#footer {
background-color: #eeeeee; 
}

