/**
 * Default map styles.
 *
 * Don't modify this file! It will be overwritten by upgrades.
 * 
 * Instead, copy this file to map-style.css in your theme directory
 * or Geo Mashup Custom plugin directory, if you have that 
 * installed. Those files take precedence over these default styles.
 */

 /* Maps fill the frame, makes percentage height maps a bit easier */
 html, body { height: 100%; overflow: hidden; margin: 0;
 font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	 }

/* Post date and tags/categories */
.meta { font-size:80%; }
.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo { 
/*display:none;*/font-size:80%; overflow:auto; width:290px; height:120px;
 }
.user-location-info { 
display:none;font-size:80%; overflow:auto; width:280px; height:80px;
 }
.comment-location-info { 
/*display:none;*/font-size:80%; overflow:auto; width:280px; height:80px; 
}
.info-window-max { 
font-size:80%; overflow:auto; 
}


/* Title link style */
.locationinfo h2, a { 
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: scroll;
	width:132px;
	font-size:120%;
	font-weight: bold;
	text-decoration:none; margin:0; padding:0; 
	overflow:hidden;
} 

.messagecontent{
	clear : both;
	width:132px;
	float:left;
}

.locationinfo .meta{
	width:132px;
}
.locationinfo img{
	width:132px;
	height:99px;
	padding:0;
	margin: 0;
}
.locationinfo p{
	margin-bottom: 0;
}
/* Excerpt */
.storycontent { display:none;
	 font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

