@CHARSET "UTF-8";

div#map_navi{
	margin: -25px 0 20px 0;
	height: 65px;
	padding-top: 20px;
	background: url(../img/station_map_bottom.gif) bottom left no-repeat transparent;
	text-align:center;
	color: #FF4000;
	font-weight: bold; 
}

	img#map_category_hatena{
		cursor: pointer;
		margin-right: 20px;
	}
	
	p#map_neigbor_station{
		text-align:center;
		font-weight: bold;
	}
	
	span#map_loading{
		display: none;
	}
	
p#map_usage{
	margin: 0 20px 20px 20px;
	padding: 5px 20px;
	background: url(../img/spot_bg.png) top left repeat transparent;
	font-size: smaller;
	display: none;
}
	
div#station_list{
	float:left;
	display:inline;
	width:180px;
	margin: 0 0 20px 0px;
	font-size:smaller;
}

	div#station_list_title{
		background: url(../img/station_list_title.gif) top left no-repeat transparent;
		height: 50px;
	}
	
	div#station_list_box{
		padding: 0.5em 0 0.5em 0;
		background-color: #E8D6B4;
		text-align:center;
		letter-spacing:0.7em;

	}


div#station_detail{
	margin: 0 0 20px 190px;
	width: 350px;
}

	div#station_detail_title{
		background: url(../img/station_detail_title.gif) top left no-repeat transparent;
		height: 50px;
	}
	
	div#station_detail_box{
		padding: 0.5em 0;
		width: 350px;
		background-color: #F2EFE9;
	}
	
	div#station_detail_box p{
		margin: 0 20px 1em;
	}
	
	div#station_detail p.image{
		text-align:center;
	}
	
input#map_inshoku{
	border-bottom: 3px solid #4970DD;
	padding-bottom: 3px;
}

input#map_gnavi{
	border-bottom: 3px solid #BC4B4B;
	padding-bottom: 3px;
}

input#map_shukuhaku{
	border-bottom: 3px solid #4BBCBC;
	padding-bottom: 3px;
}

input#map_miru{
	border-bottom: 3px solid #6041BA;
	padding-bottom: 3px;
}

input#map_kaimono{
	border-bottom: 3px solid #E9E901;
	padding-bottom: 3px;
}

