@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #f9f9f9 url(../img/pageback01_2.gif); /* 全体の背景（斜線の背景画像） */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 794px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(../img/pageback_760.gif) center top repeat-y; /* コンテナの背景（影の背景画像） */
}

/* --- ページ --- */
#page {
width: 760px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background: #f9f9f9 url(../img/body.jpg); /* 全体の背景（斜線の背景画像） */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
}

#b-box {
          float: left;
}

#c-box {
          float: right;
}

/* --- ヘッダ --- */
#header {

}

/* --- コンテンツ --- */
#content {

}

/* --- フッタ --- */
#footer {
background-color: #A1A1A1; /* フッタの背景色 */
}