@charset "UTF-8";



.header_all {
     background: url("../img/background_head.jpg") repeat-x scroll 0% 0% / auto 100% transparent;
     height: 111px;
     width: 100%;
}

.PayButtonText {
     color: #000000;
     display: block;
     font-family: Arial;
     font-size: 40px;
     font-weight: 700;
     left: 0px;
     position: absolute;
     text-align: center;
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
     top: 50px;
     width: 450px;
     z-index: 999;
}

.PayButtonImg {
     display: block;
     left: 0px;
     position: absolute;
     top: 0px;
     z-index: 0;
}

.PayButtonBox {
     height: 210px;
     margin: auto;
     position: relative;
     width: 450px;
}

.PayButtonBox a {
     text-decoration: none;
}

.PayButtonBox:hover .PayButtonText {
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 20px rgba(255, 255, 244, 0.9);
}

.header {
    background: url("../img/header_small.png") no-repeat scroll 0 0 / 100% auto transparent;
    height: 110px;
    margin: 0 auto;
    width: 980px;
}



