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

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

/* ヘッダー */
.head {
    height: 225px;
    padding: 0px 0px;
    background: #E9DC90 url(../images/logo_pocket.gif) 0px 0px  no-repeat;
    text-align: left;
}

/* ヘッダー内のロゴ */
.head-logo {
    position:absolute;
    margin: 0px 0px 0px 0px;
    width: 920px ;
    height: 225px;
}

/* ヘッダー内のタイトル */
.head-title {
    visibility: hidden; 
/*    position:absolute;
    margin: 10px 0px 0px 150px;
    color: #904422;
    font-size: 0pt;
    font-weight: bold;
    font-family: ＭＳ Ｐゴシック;
*/}

/* ヘッダー内のイントロ */
.head-intro {
    visibility: hidden; 
/*	position:absolute;
    margin: 65px 0px 0px 170px;
    color: #904422;
    font-size: 0pt;
    font-weight: bold;
    font-family: ＭＳ Ｐゴシック;
*/}

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

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

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

/* メインスペース */
.center {
    /* width: 766px; */
    width: 920px;
    min-height: 600px;
    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;
}
