@charset "Shift_JIS";



/* --- 全体の背景・テキスト --- */

body {

margin: 0;

padding: 0;

background-color: #fffa5a; /* ページの背景色 */

color: #fffa5a; /* 全体の文字色 */

font-size: 100%; /* 全体の文字サイズ */

}



/* --- 全体のリンクテキスト --- */

a:link { text-decoration:none; color: #c50067; }

a:visited { text-decoration:none; color: #c50067; }

a:hover { text-decoration:none; color: #ffffff; }

a:active { text-decoration:none; color: #ffffff; }



/* --- コンテナ --- */

#container {

width: 800px; /* ページの幅 */

margin: 20px auto 0; /* センタリング */

}



/* --- メインカラム --- */

#content {

background-color: #fffa5a; /* コンテンツの背景色 */

}



