/* コンテナ */
#container {
    /* width: 776px; */
    width: 976px;
    /* 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: 130px;
    padding: 0px 10px;
    text-align: left;
}

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

    height: 100px;
}

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

.head-title a {
	text-decoration: none;
	color: #000000;
}

/* ヘッダー内のイントロ */
.head-intro {
    position:absolute;
    margin: 35px 0px 0px 10px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    font-family: ＭＳ Ｐゴシック;
}

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

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

/* アンカー（フッター） */
a.foot:link,

a.foot:visited,

a.foot:hover {

    color: #333333;

}


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