@charset "utf-8";



body {
 background-image: url("./bluebig.gif");
 bgcolor: #ffffff;
 background-size: 100%;
 color: #000080;
}




.event_table tr:hover td {background-color: #ffe4e1;}

img.wid80 {
 width: 80%;
 border: solid 1px gray;
}


img.wid85 {
 width: 85%;
}



thead {
 position: sticky;
 top: 0;
}




/*********/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 100%;
    line-height: 1.5rem;
    color: #00008b;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/*********/
