@charset "utf-8";
/*@import url("/info/inc/css/info.css");*/

#map{
	width:490px;
	height:450px;
	float:left;
}

#tab {
	margin-bottom:20px;
}

dl#mapnavi{
	width:168px;
	height:450px;
	float:right;
	background-color:#fff;
	font-size:small;
}

#mapcontents{
	margin-top:20px;
	padding:4px;
	background-color:#eee;
}

#mapnavi dt{
	background-color:#c95568;
	text-align:center;
	color:#fff;
}

#mapnavi dd {
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height:1.3em;
}


.icnbusstop,
.icnpoint,
.icnflag{
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	display:block;
}

.icnbusstop{
	background-image: url(/inc/images/common/icn_busstop_mini.gif);

}

.icnpoint{
	background-image: url(/inc/images/common/icn_point_mini.gif);

}

.icnflag{
	background-image: url(/inc/images/common/icn_flag_mini.gif);
}


.gmapinfowindow{
	width: 325px;
	height:130px;
}

.gmapinfowindow dt{
	border-bottom: 1px solid #505050;
	font-weight: bold;
	margin-bottom: 5px;
}

.gmapinfowindow dd img{
	float:left;
	margin-right:5px;
}

.gmapinfowindow dd p{
	margin-bottom: 5px;
}

