	@charset "utf-8";
	
	v\:* { behavior:url(#default#VML); }
	
	#mapMain {
	position: relative;  height: 850px; oveflow: hidden;
	margin: 10px 0px 10px 0;
	}
	#map {
	z-index: 2;  background-color: #eeeeee;
	width: 620px;  height: 530px;
	}
	
	#categoryNavi {
	position: absolute;  top: 540px;  width: 300px;
	border: 0;  padding: 5px;
	}
	#categoryNavi select {
	width: 296px;
	}
	#itemNavi {
	position: absolute;  top: 580px;  width: 602px;  height: 200px;
	border: 1px solid #888888;  padding: 5px;
	font-size: 75%;  line-height: 150%;
	}	
	
	/* KsGMap の ID */
	#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;
	}
