/* 全体構造 */
body {
margin: 0;
padding:0;
left: 0;
top: 0;
font-family: Georgia, Verdana, Arial, sans-serif;
font-size: 0.9em;
line-height: 150%;
color: #000000;
}
/*マーカー*/
.marker_data_html {
width: 280px;
margin-top: 8px;
}
.marker_data_html .subject{
font-weight: bold;
padding: 4px;
margin-bottom: 8px;

}
.marker_data_html .description{
font-size: 0.8em;
width: 256px;
height: 64px;
overflow: auto;
border-top: 1px dashed black;
margin-top: 8px;
padding: 4px;
}
/*Powered by...*/
.poweredby{
width: 550px;
height: 50px;
border-top: 1px gray dashed;
text-align: right;
font-size: 9px;
}
