/*									*/
/*		2006 copyright reserved		*/
/*		北の商店街さんぽ : 帯広編	*/
/*		MAP部分						*/
#map {
	z-index: 2;
	background:url(/images/background03.png);
	border:2px solid #CCC;
	height: 350px;
}
#categoryNavi {
	display:none;
}
#categoryNavi select {
	display:none;
}
#itemNavi {
	font-size:small;
	line-height:1.75em;
}


/* KsGMap の ID */
#ksgmap--map-message {	/* マップ内に表示するメッセージ */
	margin:10px;
	font-size:small;
}
#ksgmsp--mapNavi-listItem--mySelf {	/* マップナビの自分自身 */
	background-color:#eeeeee;
}
#ksgmsp--categoryNavi-listItem--all {	/* カテゴリナビのすべて表示 */
	background-color:#eeeeee;
}
#ksgmsp--categoryNavi-listItem--undefined {	/* カテゴリナビの未定義の場合 */
	background-color:#eeeeee;
}


/*アイテム表示(吹き出し部分)*/
#map .map-item-image img {
	border:2px solid #00F;
}
#map .map-item-image img:hover {
	border:2px solid #F00;
}
#map .items {
}
#map .map-item-image {
	padding:0 0 5px 0;
}
#map .map-item-text {
	font-size:x-small;
	line-height:1.25em;
}
#map .map-item-name {
	margin-bottom:5px;
	font-size:small;
	font-weight:bold;
}
#map .map-item-address {
	font-size:small;
}
#map .map-item-telephone {
	font-size:small;
}
#map .map-item-info {
	font-size:small;
}