/* 基本
================================================ */

body {
    background: url(../images/header_back.jpg) repeat-x top left;
    margin: 0px;
    font-size: 80%;
    font-family: Verdana;
}


/* 全体レイアウト
================================================ */

#container {
    width: 800px;
    margin: 0 auto;
}


/* ヘッダー
================================================ */

#header {
    width: 800px;
    height: 60px;
}


/* メイン
================================================ */

#main {
    width: 800px;
}


/* メニュー
================================================ */

#menu {
    width: 200px;
    height: auto;
    color: #ffffff;
    background-color: #d11f26;
    float: left;
}

#menu ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
}


/* 右コンテンツ
================================================ */

#contents {
    margin-top: 10px;
    width: 590px;
    float: right;
}

#contents p {
    font-size: 14px;
    margin: 10px;
}


/* フッター
================================================ */

#footer {
    clear: both;
    text-align: center;
    font-size: 80%;
    padding: 3px 0px;
    color: #ffffff;
    background-color: #d11f26;
}


/* テキスト
================================================ */

.text-wrap {
    margin-bottom: 40px;
}