/* CSS Document */
#map {
    z-index: 2;  background-color: #eeeeee;
    width: 655px;
    height: 350px;
}
#categoryNavi select {
}
#itemNavi {
    font-size: 90%;
}
#ksgmap--map-message {
    margin: 10px;
    font-size: 90%;
}
#ksgmsp--mapNavi-listItem--mySelf {
    background-color: #eeeeee;
}
#ksgmsp--categoryNavi-listItem--all {
    background-color: #eeeeee;
}
#ksgmsp--categoryNavi-listItem--undefined {
    background-color: #eeeeee;
}
#categoryNavi,
#itemNavi {
overflow: hidden;
height: 0;
display: hidden;
}

#ksgmap--map-poweredByKsGMap {
display: none;
text-indent: -9999px;
}

