@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: 0px;
    background-color: #000;
/*    background-color: #ad0003;   */ 
    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;
}


#phIndex{
    position: absolute;
    width:260px;
    height: 100%;
    top: 0;
    left: -260px;
    background-color: #f3f3f3;
    z-index: 50;
    /*padding: 10px;*/
}
#phIndexInr{
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}
.phIndexItem{
    margin: 20px 0 0 20px ;
    clear:both;
}
.phIndexItem p , .phIndexItem a{
    float: left;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}
.phIndexItem a{
    margin: 0 0 0 15px;
    text-decoration: #333 underline;
    width: 170px;
}
.phIndexItemChild a{
    margin: 0 0 0 25px;
    text-decoration: #333 underline;
    width: 160px;
}

#phIndexTab{
    position: absolute;
    top: 10px;
    width: 25px;
    height:60px;
    right: -25px;
    background-color: #7f0019;
    cursor: pointer;
    -moz-border-radius-topright:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
}
#phIndexTab p{
    margin: -4px 0 0 5px;
    color: #FFF;
    font-size: 12px;
}
#phIndexTab p:first-child{
    margin: 15px 0 0 5px;
}

