v\:* {
    behavior:url(#default#VML);
}
ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
}
a.title {
    color: #0000CC;
}

p.gmap {
    text-align:center;
}

th.title{
    background-color: #333399;
    color: #fff;
    border:2px outset gray;
}
th.title h1{
   margin:0px;
}
td.memo {
    width:800px;
}
div#map{
    border:2px outset gray;
    width: 640px; 
    height: 480px;
}

div#marker_data_list{
    font-size:small;
    overflow:auto; 
    height: 430px; 
    width: 160px;
}

div.gmap_desc {
    display:none;
}

div.marker_data_html {
    width: 280px;
    margin-top:8px;
}
div.marker_data_html div.subject{
    text-align:center;
    padding:4px;
    font-weight:bold;
    font-family:sans-serif;
    border:outset 2px gray;
    margin-bottom:8px;
}
div.marker_data_html div.description{
    width: 256px;
    height: 64px;
    overflow: auto;
    border-top: 1px dashed black;
    margin-top: 8px;
    padding:    4px;
}
