		/* ▼ここからGoogle Maps API 及び KsGMap に関連するCSS▼ */
		#main {
			position: relative;  height: 500px;  oveflow: hidden;
			margin: 10px 0px 10px 0px;
		}
		/* (！) position: relative; もしくは position: absolute; は必ず指定して下さい。*/
		#map {
			z-index: 2;  background-color: #eeeeee;
			width: 500px;  height: 500px;
		}

		#categoryNavi {
			position: absolute;  top: 0px;  left: 520px;  width: 250px;
			border: 1px solid #888888;  padding: 10px;
		}
		#categoryNavi select {
			width: 230px;
		}
		#itemNavi {
			position: absolute;  top: 50px;  left: 520px;  width: 250px;  height: 430px;
			border: 1px solid #888888;  padding: 10px;
			font-size: 70%;  line-height: 115%;
		}

		/* 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▲ */


		/* ▼ここからGoogle Maps API 及び KsGMap に関連しないCSS（サンプルのHTMLで使用）▼ */
		#head {
			width: 770px;
			background-color :orange;
			margin-bottom: 5px;  border: 1px solid #aaa68a;  padding: 5px 10px 5px 10px;
		}
		#breadCrumbsNavi {
			margin-bottom: 10px;
		}
		#breadCrumbsNavi a , #breadCrumbsNavi span {
			font-size: 80%;  color: #333333;  text-decoration: none;
		}
		#breadCrumbsNavi a:hover {
			color: #000000;  text-decoration: underline;
		}
		#foot {
			position: absolute;  top: 590px;  left: 280px;  width: 490px; height : 210px;
			margin: 10px;  border: 1px solid #aaa68a;  padding: 10px;
			font-size: 83%;  line-height: 125%;
			overflow:auto;
			scrollbar-arrow-color: "#FFCC00";
			scrollbar-face-color: #000000;
			scrollbar-3dlight-color: #000000;
			scrollbar-darkshadow-color: #000000;
			scrollbar-highlight-color: "#000000";
			scrollbar-shadow-color: #000000;
			scrollbar-track-color:"#FFCC00";
		}
		#foot2 {
			position: absolute;  top: 590px;  left: 0px;  width: 250px; height : 210px;;
			margin: 10px;  border: 1px solid #aaa68a;  padding: 10px;
			font-size: 70%;  line-height: 120%;
		}
		#foot3 {
			position: absolute;  top: 590px;  left: 0px;  width: 250px; height : 210px;;
			margin: 10px;  border: 1px solid #aaa68a;  padding: 10px;
			font-size: 70%;  line-height: 120%;
			z-index: 1;
		}
		#link {
			position: absolute;  top:10px;  left: 610px;  width: 170px;
			border: 0px solid #aaa68a;  padding: 10px;
			font-size: 80%;
		}
		.office{
		    color : #3366FF;
			font-weight: bold;
		}
		.manshon{
		    color : #008000;
			font-weight: bold;
		}
		.hotel{
		    color : #993366; 
			font-weight: bold;
		} 
		.hukugou{
		    color : #FF3333;
			font-weight: bold;
		}
		.image{
		  text-decoration:underline;
		};
		.h{
		color : #800000;
		}
				/* ▲ここまでGoogle Maps API 及び KsGMap に関連しないCSS▲ */
