@charset "utf-8";

#map_page {
    width: 100%;
    height: 100%;
}

#map_canvas {
    height: 100%;
    z-index: 0;
}

#map_form {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 330px;
    background-color: #2B6FB6;
    border: 3px solid black;


}
#map_show_form {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 60px;
    background-color: #2B6FB6;
    border: 3px solid black;
    hidden: true;
}


#map_form ul form li label {
    background-color: white;
}
#map_form ul {
    padding: 0;
    margin: 0;
}
#map_form ul li {
    list-style-type: none;
}

html, body {
        height: 100%;
        margin: 0;
        padding: 0;
}

#map_form p {
    margin: 0;
}