@charset "utf-8";

#main {
	position: relative;
	oveflow: hidden;
	margin: 10px 0px 10px 0px;
}

#map {
	z-index: 2;
	background-color: #eeeeee;
	width: 640px;
	height: 520px;
	border: 1px solid #c8c985;
}

#categoryNavi {
	position: absolute;
	top: 43px;
	left: 680px;
	width: 180px;
	border: 1px solid #c8c985;
	padding: 10px;
}

#categoryNavi select {
	width: 180px;
}

#itemNavi {
	position: absolute;
	top: 93px;
	left: 680px;
	width: 180px;
	height: 450px;
	border: 1px solid #c8c985;
	padding: 10px;
	font-size: 90%;
	line-height: 1.5;
}

#ksgmap--map-message {
	margin: 10px;
	font-size: 100%;
}

#ksgmsp--mapNavi-listItem--mySelf {
	background-color: #eeeeee;
}

#ksgmsp--categoryNavi-listItem--all {
	background-color: #eeeeee;
}

#ksgmsp--categoryNavi-listItem--undefined {	
	background-color: #eeeeee;
}


/* ここからGoogle Maps API 及び KsGMap に関連しないCSS（サンプルのHTMLで使用）
---------------------------------*/

#breadCrumbsNavi {
	margin-bottom: 10px;
}

#breadCrumbsNavi a , #breadCrumbsNavi span {
	font-size: 100%;
	color: #333333;
	text-decoration: none;
}

#breadCrumbsNavi a:hover {
	color: #000000;
	text-decoration: underline;
}
