﻿html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: "微軟正黑體", Arial, Helvetica;
    color: #73879c;
}

img {
    border-style: none;
}

/*版面備置*/
#divContainer {
    margin: 0;
    padding: 0;
    width: 1280px;
    height: 960px;
    position: relative;
    margin:0 auto;
}
/*上方標題*/
#divHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 50px;
    overflow: hidden;
    background-image: url(../images/client_bg_header.png);
}
/*下方logo*/
#divFooter {
    position: absolute;
    top: 875px;
    left: 0px;
    width: 1280px;
    height: 80px;
    overflow: hidden;
    background-image: url(../images/client_bg_footer.png);
}
#divBody {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 1280px;
    height: 825px;
    overflow: hidden;
    background-image: url(../images/client_bg.png);
}

#divBox {
    position: absolute;
    top: 45px;
    left: 60px;
    width: 1220px;
    height: 780px;
    overflow: hidden;
    background-image: url(../images/client_box.png);
}

.divTitle {
    float: left;
    width: 95%;
    height: 85px;
    color: #333333;
    text-align: center;
    padding-top: 26px;
}
.divHR {
    background-image: url(../images/client_precautions.png);
    height: 2px;
    width: 1120px;
    margin-left: 26px;
    float: left;
}

.imgSmall {
    border: 2px #fff solid;
    max-width: 120px;
    max-height: 90px;
}

.imgMaster {
    border: 2px #fff solid;
    max-width: 780px;
    max-height: 585px;
}
