@charset "utf-8"; /* CSS Document */
.btn01off {
    display: inline-block;
    width: 276px;
    height: 93px;
    position: absolute;
    background-image: url(images/btn01off.png);
    vertical-align: top;
    left: 96px;
    bottom: 45px;
}
.btn01off a:hover {
    pointer-events: none; 
	cursor:not-allowed;
}

.btn02off {
    display: inline-block;
    width: 300px;
    height: 93px;
    position: absolute;
    background-image: url(images/btn02off.png);
    vertical-align: top;
	right: 96px;
    bottom: 45px;
}
.btn02off a:hover {
    pointer-events: none; 
	cursor:not-allowed;
}

.btn03off {
    position: absolute;
    display: block;
    width: 100px;
    height: 52px;
    background-image: url(images/loginbtoff.png);
    vertical-align: top;
    right: 35px;
    top: -73px;
}
.btn03off a:hover {
    pointer-events: none; 
	cursor:not-allowed;
}


.btn_list01_off {
    display: block;
    width: 226px;
    height: 78px;
    position:relative;
    top: 10px;
    background-image: url(images/btn_list01_off.png);
    background-repeat: no-repeat;
}
