@charset "utf-8";

/* CSS Document */

#mainwrapper {
    font-size: 0.9em;
}

#mainwrapper #title h3 {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

#mainwrapper #intro h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 115%;
    font-weight: bold;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #C06;
    padding-left: 10px;
    height: 25px;
    padding-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1.8px;
    margin-left: 50px;
}

#mainwrapper #intro h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
    font-weight: normal;
    line-height: 32px;
    margin-left: 50px;
    margin-top: 20px;
}

#mainwrapper #intro img {
    margin-top: -35px;
    margin-left: 10px;
}

#mainwrapper .system {
    margin: 25px auto;
    width: 750px;
}

#mainwrapper .system h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 115%;
    font-weight: bold;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #C06;
    padding-left: 10px;
    height: 25px;
    padding-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1.8px;
}

#mainwrapper .system p.attention {
    color: #990000;
    line-height: 1.5;
    margin-top: 20px;
}

#mainwrapper .priceBlock {
    margin: 0 auto 25px;
    width: 750px;
}

#mainwrapper .priceBlock h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 115%;
    font-weight: bold;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #C06;
    padding-left: 10px;
    height: 25px;
    padding-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1.8px;
}

#mainwrapper .priceBlock h4 {
    padding-left: 38px;
    font-size: 1.1em;
    color: #226622;
    background: url(../image/icon.gif) no-repeat;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: 20px;
}

#mainwrapper .priceBlock table {
    margin: 20px 0;
    background: url(../image/naname.gif) repeat;
    width: 50%;
    margin-bottom: 20px;
}

#mainwrapper .priceBlock table th {
    background: #fff;
    padding: 10px;
}

#mainwrapper .priceBlock table td {
    background: #fff;
    padding: 10px;
}

#mainwrapper .priceBlock table td span.price,
.pricelist span.price {
    font-size: 1.2em;
    color: #cc0000;
    font-weight: bold;
}

#mainwrapper .priceBlock img.right {
    float: right;
}

#mainwrapper .bannerBlock {
    width: 750px;
    margin: 0 auto;
}

#mainwrapper .bannerBlock ul {
    list-style: none;
}

#mainwrapper .bannerBlock ul li.left {
    float: left;
}

#mainwrapper .bannerBlock ul li.right {
    float: right;
}

#mainwrapper .bannerBlock ul li {
    margin-bottom: 10px;
}

#mainwrapper .bannerBlock p.attention {
    color: #990000;
    margin: 10px 20px 20px;
    font-size: 0.9em;
}