.annotationLayer .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: 0;
    width: 100%;
    height: 100%;
}

.annotationLayer .linkAnnotation > a:hover {
    opacity: 1.0;
    display: block;
    position: relative;
}

.annotationLayer .linkAnnotation > a:hover:before {
    display: block;
    position: absolute;
    top: 100%;
    width: 105%;
    color: #f00;
    font-size: 10px;
    content: '';
    text-decoration: none;

    font-family: 'メイリオ',Meiryo;
    background-color: #fff;
    margin: 0;

    transform: scale(1.0, 1.0);
    transform-origin:0 0;
}


.annotationLayer .linkAnnotation > a:hover[href^="mailto"],
.annotationLayer .linkAnnotation > a:hover[href^="http"],
.annotationLayer .linkAnnotation > a:hover[href^="https"] {
    border-bottom: 2px solid #f00;
    width: 100%;
    margin-top: -1px;
}

div.page[data-page-number="41"] .annotationLayer .linkAnnotation > a:hover[href$="index_00006.html"] {
    border: none;
}
div.page[data-page-number="41"] .annotationLayer .linkAnnotation > a:hover[href$="index_00006.html"]:before,
div.page[data-page-number="41"] .annotationLayer .linkAnnotation > a:hover[href$="index_00006.html"]:after {
    display: block;
    position: absolute;
    border-bottom: 2px solid #f00;
    width: 100%;
    content: '';
}

div.page[data-page-number="41"] .annotationLayer .linkAnnotation > a:hover[href$="index_00006.html"]:before {
    width: 100%;
    top: 44%;
    left: 0;
}
div.page[data-page-number="41"] .annotationLayer .linkAnnotation > a:hover[href$="index_00006.html"]:after {
    width: 16%;
    top: 99%;
    left: 0;
}


.annotationLayer .linkAnnotation > a:hover[href^="#m_"],
.annotationLayer .linkAnnotation > a:hover[href^="#t_"] {
    border-bottom: 2px solid #00f;
    width: 101%;
    margin: 0;
}


.annotationLayer .linkAnnotation > a:hover[href^="#p"]:before {
    border-bottom: 2px solid #f00;
    width: 100%;
    margin-top: -2%;
}

.annotationLayer .linkAnnotation > a:hover[href="#p25_1"],
.annotationLayer .linkAnnotation > a:hover[href="#p25_2"] {
    border: none;
}
.annotationLayer .linkAnnotation > a:hover[href="#p25_1"]:before,
.annotationLayer .linkAnnotation > a:hover[href="#p25_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p25_2"]:before,
.annotationLayer .linkAnnotation > a:hover[href="#p25_2"]:after {
    display: block;
    position: absolute;
    border-bottom: 2px solid #f00;
    width: 100%;
    content: '';
}


.annotationLayer .linkAnnotation > a:hover[href="#p03"],
.annotationLayer .linkAnnotation > a:hover[href="#p06"] {
    width: 110%;
    left: -8%;
}

.annotationLayer .linkAnnotation > a:hover[href="#p25_1"]:after {
    width: 105%;
    top: 215%;
    left: -2610%;
}

.annotationLayer .linkAnnotation > a:hover[href="#p25_2"]:after {
    width: 110%;
    top: -28%;
    right: -2615%;
}


a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}
