@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #cccccc; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 780px; /* ページの幅 */
}

/* --- ヘッダ --- */
#header {
background-color: #cccccc; /* ヘッダの背景色 */
text-align: center;
font-size: large;
}

/* --- コンテンツ --- */
#content {
background-color: #cccccc; /* コンテンツの背景色 */
text-align: center;
font-size: medium;
}
#contentA {
background-color: GhostWhite; /* コンテンツの背景色 */
margin-top    : 0px ;
margin-bottom : 0px ;
margin-left   : 210px ;
margin-right  : 210px ;
font-size: small;
}


/* --- フッタ --- */
#footer {
background-color: #cccccc; /* フッタの背景色 */