@charset "UTF-8";
#main_map {
    position: relative;

    top: 0px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.map {
    top: 0px;
    left: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.map-town, .map-district, .map-district_map {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.map-district {
    display: block;
    position: absolute;
}

.map-district, .map-district_map {
    width: 100%;
    height: 100%;
}

.map-district_map {
    display: block;
    position: absolute;
}

.map-town {
    background: transparent url("../images/maps/label.png") top left no-repeat;
    padding-left: 15px; 
    padding-bottom: 2px;
    white-space: nowrap;
    text-decoration: none;
    color: black;
    font-size: 66%;
    right: auto;
    bottom: auto;
}

.map-town_right {
    padding-left: 0px;
    padding-right: 12px;
    background-position: top right;
    left: auto;
}

.map-town:hover {
    color: blue;
}

.map-back_button {
    background: url("../images/maps/back_button.png") transparent top left no-repeat;
    display: block;
    width: 51px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    outline: none;
}

.map-back_button:hover {
    background-position: left center;
}

.map-back_button:active {
    background-position: bottom left;
}