@charset "UTF-8";
/* CSS Document */

		/* ▼ここからGoogle Maps API 及び KsGMap に関連するCSS▼ */
		#main {
	position: relative;
	width: 520px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 3px;
		}
		/* (！) position: relative; もしくは position: absolute; は必ず指定して下さい。*/
		#map {
	z-index: 2;
	background-color: #eeeeee;
	width: 520px;
	height: 720px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
		}
		#side-menu {
	margin-bottom: 120px!important;
	margin-bottom: auto;
		}
		#main_content {
	padding-bottom: 0px;
}
		#categoryNavi {
	width: 517px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: #346733;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
	height: 29px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
		#categoryNavi select {
			width: 230px;
		}
		#itemNavi {
	border: 1px solid #888888;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
	width: 520px;
	display: block;
		}
		#itemNavi table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
	width: 520px;
		}
		#itemNavi table td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.ksgmap--itemNavi-row-strips{
	background-color : #B0DDAF;
}
		/* 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;
		}
		/* ▲ここまでGoogle Maps API 及び KsGMap に関連するCSS▲ */
