@charset "utf-8";

/* CSS Document */

#mainwrapper {
    font-size: 0.9em;
}

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

#mainwrapper .introBlock {
    width: 710px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    position: relative;
}

p.lead {
    color: #cb2529;
    font-size: 1.3em;
}

p.center {}

.pricelist span.price {
    font-size: 1.2em;
    color: #cc0000;
    font-weight: bold;
}

ul.check {
    list-style: none;
}

ul.check li {
    background: url(../image/check.gif) no-repeat;
    line-height: 28px;
    padding-left: 30px;
    font-weight: bold;
    margin: 10px;
}

ul.check2 {
    list-style: none;
}

ul.check2 li {
    background: url(../image/check2.gif) no-repeat;
    line-height: 28px;
    padding-left: 30px;
    font-weight: bold;
    margin: 10px;
}

.border {
    background: url(../image/note_bg.gif) repeat;
    padding: 0 20px 10px;
    margin: 20px 0 10px;
    border: 1px solid #ddd;
}

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

table {
    width: 510px;
    margin: 10px 0;
    background: url(../image/naname.gif) repeat;
}

table tr th {
    background: #fff;
    padding: 10px;
    width: 150px;
}

table tr td {
    background: #fff;
    padding: 10px;
}