<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

#viewport, #viewport-koubai, #viewport2, #viewport-koubai2, .mapwrapper {
        width: 470px;
        height: 420px;
        cursor: move;
        // margin: 20px auto;
        margin: 1px ;
        overflow: hidden;
}

.mapwrapper {
    position: relative;
	background-color:white;
}

.map-control {
    position: absolute;
    top: 30px;
    right: 10px;
    background: url(./../image/map-control.png) no-repeat;
    height: 63px;
    width: 100px;
}

.map-control a {
    height: 18px;
    width: 18px;
    display: block;
    text-indent: -999em;
    position: absolute;
    outline: none;
}

.map-control a:hover {
    background: #535353;
    opacity: .4;
    filter: alpha(opacity=40);
}

.map-control a.left {
    left: 39px;
    top: 22px;
}

.map-control a.right {
    left: 79px;
    top: 22px;
}

.map-control a.up {
    left: 59px;
    top: 2px;
}

.map-control a.down {
    left: 59px;
    top: 42px;
}

.map-control a.zoom {
    left: 2px;
    top: 8px;
    height: 21px;
    width: 21px;
}

.map-control a.back {
    left: 2px;
    top: 31px;
    height: 21px;
    width: 21px;
}

.change-map {
    position: absolute;
    top: 100px;
    right: 52px;
/*    height: 63px;*/
    width: 80px;
}

div#loading {
    position: absolute;
    top: 235px;
    left: 238px;
    color: black;
}

/* �댯���Ƃ́H */
div#kiken .help{
	float: right;
	width: 120px;
	padding: 2px 5px 2px 5px;
    background-color: #ff4500;
    background: -moz-linear-gradient(top,#ff4500 0%,#ff4500);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4500), to(#ff4500));
    border: 1px solid #fff;
    color:#FFF;
    cursor:pointer;
	text-align: center;
	font-size: 9pt;
    font-weight: bold;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#kiken .help:hover {
    background-color: #FFCC66;
    background: -moz-linear-gradient(top,#FFCC66 0%,#FFCC66);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFCC66), to(#FFCC66));
    border: 1px solid #003300;
    color:#ff4500;
}

/* �����Ǌ댯���Ƃ́H */
div#infection .help{
	float: right;
	width: 120px;
	padding: 2px 5px 2px 5px;
    background-color: #2A4C79;
    background: -moz-linear-gradient(top,#2A4C79 0%,#2A4C79);
    background: -webkit-gradient(linear, left top, left bottom, from(#2A4C79), to(#2A4C79));
    border: 1px solid #fff;
    color:#FFF;
    cursor:pointer;
	text-align: center;
	font-size: 9pt;
    font-weight: bold;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#infection .help:hover {
    background-color: #87A4C9;
    background: -moz-linear-gradient(top,#87A4C9 0%,#87A4C9);
    background: -webkit-gradient(linear, left top, left bottom, from(#87A4C9), to(#87A4C9));
    border: 1px solid #003300;
    color:#2A4C79;
}

div#kiken .help a, div#infection .help a {
	color: #fff;
	text-decoration: none;
}
div#kiken .help a:hover, div#infection .help a:hover {
	color: #fff;
	text-decoration: none;
}

.ad-nav {
    margin-bottom: 10px;
}</pre></body></html>