@charset "utf-8";

._content-block{
    background:url(../../common/img/background.jpg) repeat left top;
    background-size: 340px auto;
}

header {
    background: #BFDDE8;
}
header ._head-nav h2 {
    background: #bad8e3;
}

._page-header {
    color: #323232;
    background:url(../img/h00_base.png) repeat-x center top;
    -webkit-background-size: auto 36px;
    background-size: auto 36px;
}

.shop h1 {
    color: #231815;
}

#infomation h2{
    color:#231815;
}

#infomation ul.infoBanner {
    border-right:1px solid #B4B4B5;
    border-bottom:1px solid #B4B4B5;
}
    #infomation ul.infoBanner li {
        font-family: serif;
        border-top:1px solid #B4B4B5;
        border-left:1px solid #B4B4B5;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #FFF6F2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#FFF6F2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#FFF6F2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#FFF6F2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#FFF6F2 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#FFF6F2 100%); /* W3C */
    }
    ._nav-list li {
        font-family: serif;
    }

footer {
    background: #595757; /* Old browsers */
    background: -moz-linear-gradient(top, #595757 0%, #231815 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595757), color-stop(100%,#231815)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #595757 0%,#231815 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #595757 0%,#231815 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #595757 0%,#231815 100%); /* IE10+ */
    background: linear-gradient(to bottom, #595757 0%,#231815 100%); /* W3C */
}

/*update 25/03*/
header h1 img {
    height: 40px;
    margin-top: 6px;
    margin-left: 4px;
}