@charset "UTF-8";



* {
    margin: 0;
    padding: 0;
    }

body {
    color: #7c3523;
    font-size: 0.875em;
        font-family:
            "Hiragino Kaku Gothic Pro",
            "ヒラギノ角ゴ Pro W3",
            Meiryo,
            "メイリオ",
            Osaka,
            "MS P Gothic",
            "ＭＳ Ｐゴシック",
            sans-serif;
    line-height: 1.0;
    text-align: center;
    background: url(../images/12.jpg)repeat-y center;    }

img {
    border-style: none;
    }

ul li {
    list-style-type: none;
    }

#container {
    text-align: left;
    width: 600px;
    margin: 0 auto;
    }

#header {
    width: 600px;
    height: 445px;
    margin: 0 0 30px 0;
    }

#content {
    margin: 0 0 20px 0;
    }

#content h2 {
    text-align: center;
    margin: 0 0 15px 0;
    }

#content p.lead {
    line-height: 1.5;
    margin: 0 0 0 4em;
    }

#content h3 {
    margin: 30px 0 10px 10px;
    }

#content ul {
    text-indent: -13px;
    margin: 0 24px 0 42px;
    }

#content li {
    line-height: 1.5;
    margin: 0 0 5px 0;
    }

#content p {
    line-height: 1.5;
    margin: 0 20px 10px 42px;
    }

form {
    text-align: center;
    }

#footer {
    width: 600px;
    height: 96px;
    }














