@charset "UTF-8";

div#wrapper {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

div#header{
    background: url(../img/header_bg.png) left top repeat-x;
    height: 83px;
}

div#header p{
    float: left;
    margin-top: 4px;
}

div#header h1{
    font-size: 10px;
    color: #0b727a;
    text-align: left;
    line-height: 16px;
    margin-top: 7px;
}

div#header h2{
    float: right;
    display: inline;
    width: 421px;
    margin-top: 8px;
}

div#g_menu{
    background: url(../img/menu_bg.png) left top repeat-x;
    height: 65px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div#g_menu ul{
    width: 920px;
    margin: 0 auto;
    padding: 0;
}

div#g_menu ul li{
    float: left;
    display: inline;
}

h3{
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

div.reason_01{
    background: url(../img/reason_01.png) left top no-repeat;
    width: 100%;
    height: 870px;
    margin: 0;
}

.reason_01_txt{
    margin: 0 auto;
    padding-top: 766px;
    width: 870px;
    line-height: 26px;
    font-size: 14px;
    color: #331900;
}

div.reason p span{
    color: #c80000;
    font-weight: bold;
}

div.reason_02{
    background: url(../img/reason_02.png) left top no-repeat;
    width: 100%;
    height: 430px;
    margin: 0;
}

.reason_02_txt{
    margin: 0 auto;
    padding: 183px 0 0 380px;
    width: 500px;
    line-height: 26px;
    font-size: 14px;
    color: #331900;
}

div.reason_03{
    background: url(../img/reason_03.png) left top no-repeat;
    width: 100%;
    height: 527px;
    margin: 0;
}

.reason_03_txt01{
    margin: 0 auto;
    padding-top: 132px;
    width: 870px;
    line-height: 26px;
    font-size: 14px;
    color: #331900;
}

.reason_03_txt02{
    margin: 0 auto;
    float: left;
    padding: 50px 0 0 137px;
    width: 510px;
    line-height: 26px;
    font-size: 14px;
    color: #331900;
}

div.reason_03 img{
    margin: 25px 100px 0 0;
    border: solid 3px #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

div.reason_03 p span{
    color: #c80000;
    font-size: 18px;
    font-weight: bold;
}

div.reason_04{
    background: url(../img/reason_04.png) left top no-repeat;
    width: 100%px;
    height: 743px;
    margin: 0;
}

.reason_04_txt{
    margin: 0 auto;
    float: left;
    padding: 132px 0 0 137px;
    width: 510px;
    line-height: 26px;
    font-size: 14px;
    color: #331900;
}

div.reason_04 img{
    margin: 132px 100px 0 0;
    border: solid 3px #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

div.reason_04 p span{
    color: #c80000;
    font-weight: bold;
}

.clear{
    clear: both;
}

div#footer{
    background: url(../img/footer_bg.png) left top repeat-x;
    height:64px;
    padding: 80px 0 0 0;
}

div#footer p.logo{
    float: left;
    display: inline;
    margin: 0 0 0 89px;
    padding: 0;
}

div#footer p.emp_txt{
    float: left;
    display: inline;
    font-size: 10px;
    text-align: left;
    width: 300px;
    line-height: 16px;
    margin: 5px 0 0 10px;
}

div#footer ul{
    width: 396px;
    text-align: right !important;
    float: right;
    display: inline;
}

div#footer ul li{
    float: left;
    display: inline;
    padding: 10px 30px 0 0;
}

div#footer ul li a{
    color: #4e270c;
}

div#footer ul li a:hover{
    color: #4e270c;
    text-decoration: underline;
}
.header_left {
    float: left;
    width: 520px;
    overflow: hidden;
    padding-left: 100px;
    padding-top: 10px;
}
.header_right {
    float: right;
    width: 400px;
    overflow: hidden;
    text-align: right;
    padding-right: 100px;
    padding-top: 10px;
}
.header_right img{
    padding-top: 7px;

}

.contact{
    height: 303px;
    background: url(../img/contact_bg.png) center 0 no-repeat;
}
.contact p{
    text-align: center;
    padding: 65px 0 0 680px;
    background: url(../img/contact_bg.png) center 0 no-repeat;
}


