/* コンテナ */
#container {
    width: 776px;
    /* Mozilla系ブラウザでのセンタリングの為 */
    margin: 0px auto;
    background: #FFFFFF;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    text-align: center;
}

/* ヘッダー以降のコンテナ */
#container-main {
    width: 776px;
    margin: 0px;
}

/* ヘッダー */
.head {
    height: 450px;
    padding: 0px 10px;
    text-align: center;
}

/* フッター（１行） */
.foot1 {
    height: 16px;
    padding: 3px 0px 0px 0px;
    color: #904422;
    background: #4C2E19;
    font-size: 9pt;
    text-align: center;
}

/* フッター（２行） */
.foot2 {
    height: 32px;
    padding: 3px 0px 0px 0px;
    color: #904422;
    background: #4C2E19;
    font-size: 9pt;
    text-align: center;
}

/* アンカー（フッター） */
a.foot:link,
a.foot:visited,
a.foot:hover {
    text-decoration: none;
    color: #904422;
}

/* メインスペース */
.center {
    width: 766px;
    min-height: 400px;
    padding: 5px;
    background: #FFFFFF;
    text-align: left;
}

/* セル */
.cell {
    float: left;
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 1px #999999 solid;
    text-align: center;
}

/* クリア */
.clear {
    clear: both;
}
