
.mapImage_m {
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url('./morocc.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.mapImage_p {
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url('./pira.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}


.mapImage_amatsu_o {
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url('./amatsu_outside1.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.mapImage_amatsu_i {
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url('./amatsu_inside1.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.messages {
    padding : 5px
}