@charset "utf-8";


.mt10{ margin-top: 10px }
.mr10{ margin-right: 10px }
.mb10{ margin-bottom: 10px }
.ml10{ margin-left: 10px }

.mt20{ margin-top: 20px }
.mr20{ margin-right: 20px }
.mb20{ margin-bottom: 20px }
.ml20{ margin-left: 20px }

.btnenable{
    cursor: pointer;
}
.btndisable{
    cursor: auto;
}

#pamphlet{
    position:absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}

#phHdr{
    width:100%;
    height: 25px;
    position: relative;
    top:0;
    background-color: #7f0019;
    z-index:100;
}

#phHdrTitle{
    position: absolute;
    top:5px;
    left:10px;
}

#phPreloader{
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -8px;
    margin-top: -8px;
}


#phView{
    width:100%;
    height:100%;
    position:relative;
    z-index:1;
    background-color: #FFF;
}

#phLeftBtn, #phRightBtn{
    position: absolute;
    top: 50%;
    margin-top: -70px;
}
#phRightBtn{
    right:0;
}
/*
.btndisable#phLeftBtn, .btndisable#phRightBtn{
    display:none;
}
.btnanable#phLeftBtn, .btnanable#phRightBtn{
    display:block;
}
*/

#phViewWrp{
    position:absolute;
}
#phViewWrp div{
    position:absolute;
    cursor: move;
    border: 1px solid #d8d8d8;
}
.bdrNone{
    border: none !important;
}
.bdrRNone{
    border-right: none !important;
}
.bdrLNone{
    border-left: none !important;
}

#phPageWrp img{
    position:absolute;
    width:100%;
    height:100%;
}


#phLinkArea{
    width:100%;
    height: 25px;
    position: absolute;
    bottom: 0px;
    background-color: #f3f3f3;
    color: #333;
    z-index:101;
    border-top: 1px solid #ddd7c7;
}
#phLinkArea li{
    float: left;
    margin-top: 4px;
}
#phLinkArea a{
    color: #333;
    size:12px;
    text-decoration: underline;
}
#phLinkArea a:hover{
    color: #7f0019;
    text-decoration: underline;
}



#phFtr{
    width:100%;
    height: 25px;
    position: absolute;
    bottom: 25px;
    background-color: #7f0019;
    z-index:102;
}

#phFtrZoomBox{
    position: absolute;
    height: 25px;
    top:0;
    right:0px;
}
#phFtrZoomBox img{
    margin-right: 8px;
}

#phFtrCtr{
    position: absolute;
    left:50%;
    margin-left: -45px;
    width:90px;
    height:35px;
}
#phFtrCtrInr{
    position: absolute;
    top:5px;
    height:15px;
    width:90px;
    size: 8px;
}
#phFtrLeftBtn{
    position:absolute;
    left:0px;
    width:15px;
    height:15px;
    z-index:200;
}
#phFtrRightBtn{
    position:absolute;
    right:0;
    width:15px;
    height:15px;
    z-index:200;
}
#phFtrPageNum{
    position:absolute;
    left:0;
    width:90px;
    text-align: center;
    margin: 1px 0 0 0;
    font-size: 10px;
}

#phFtrCopyright{
    position:absolute;
    right:10px;
    top:5px;
    font-size: 10px;
}