#map {
	width: 320px;
	height: 320px;
	margin:0 auto;
}
#map a {
	text-decoration: none;
}
#map_area {
	width: 620px;
	height: 600px;
	position: relative;
	float: left;
	margin: 4px;
}

#map_search_result {
	width: 98%;
	height: 100%;
	position: absolute;
	left:4px;
	top:0px;
	opacity: 0.98;
	background-color:white;
	display: none;
	z-index: 150;
}

#map_search_result img.search_result_border{
	width:98%;
	margin:6px;
	height: 5px;
}

#map_search_form {
	width: 640px;
	height: 240px;
	float: right;
	font-size: 90%;
}
.components {
	height: 50px;
}
#map_search_form .components input[type=image] {
	float: right;
}
#map_search_form input[type=submit],
#map_search_form button {
	padding: 4px 12px;
}

#map_search_div_address {
	width: 466px;
	background: url(../img/adress_frame.jpg) no-repeat;
	float: left;
}
#map_search_div_zipcode {
	width: 474px;
	background: url(../img/yubin.jpg) no-repeat;
	float: left;
}
#map_search_div_rosen {
	width: 466px;
	background: url(../img/rosen.jpg) no-repeat;
	float: left;
}
.map_search_form_unit {
	height: 156px;
	padding: 80px 12px 8px 12px;
	font-size: 24px;
}
#map_search_form_station {
	margin: 0 auto;
}
#map_search_form_station input {
	margin: 0 4px;
}

.map_search_form_header {
	margin: 0 0 4px 8px;
	font-weight: bold;
}
.map_search_form_bottom {
	font-size: 22px;
	line-height: 22px;
	margin-top: 8px;
	height: 50px;
}

.search_result_box {
	position: relative;
	height: 600px;
}
.search_result_balloon {
	z-index:11; 
	position:absolute;
	top: -46px;
	left:0px;
	border:0;
}

.search_word {
	margin: 8px 0 16px 16px;
	font-weight: bold;
}
.search_result_box img{
	vertical-align: top;
}
.search_result_unit {
	margin: 0 8px 0;
	color: #000;
	padding: 1px 21px;
	cursor: pointer;
}
.search_result_unit .search_result_school {
	padding: 4px;
	font-size: 32px;
	text-decoration: underline;
		width: 470px;
	float: left;
}
.search_result_unit .search_result_address {
	padding: 4px 24px;
	font-size: 24px;
}
.search_result_image {
	width: 54px;
	height:54px;
	float: left;
	margin: 0 24px 0 0;
	padding: 0;
}
.search_result_image img {
	border: 1px solid #555;
}
.search_close {
	float:right;
	font-size: 26px;
	z-index: 10;
}

.search_close a{
	width:100px;
	display:block;
	float:left;
}

.search_close img{
	width:100%;
}
.search_result_page_info {
	position:absolute;
	bottom: 0px;
	left: 300px;
}

.search_result_paging {
	bottom: 0px;
	left: 100px;
	width: 100%;
	margin-left: 10px;
}


.pref_header {
	font-weight: bold;
	margin: 40px 0 0px 20px;
	font-size: 24px;
}

.pref_table {
	width: 100%;
	font-size: 24px;
	border-spacing: 8px 6px;
	 border-collapse: separate;
}
.pref_table.others {
	border-spacing: 8px 16px;
	border-collapse: separate;
}
.pref_table td {
	width: 20%;
	border: 1px solid #cad3d8;
	background: #f2f6f8;
	padding: 4px 16px;
	color: #6f99c6;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}
.pref_table.others td {
	padding: 12px 16px;
}
.pref_table td:hover {
	background: #eaeff1;
	color: #4f79a6;
}

.pref_table th .group {
	width: 240px;
	height: 60px;
	line-height: 56px;
	background: url(../img/title_small.jpg) no-repeat;
	text-align: center;
}

#SchoolMapSearch .Area{position:absolute;}
#SchoolMapSearch .Area img{border:none;}
#SchoolMapSearch .Area h4{width:auto;padding:0;margin:0;background:none;position:absolute;top:0;left:0;z-index:5; background-image:none;}
#SchoolMapSearch .Area ul{width:216px;background:url(./img/popup_bg.png);padding:46px 0px 9px 9px;margin:0;list-style:none;position:absolute;top:-9px;left:-9px;z-index:1;display:none;border:2px #fff solid;border-bottom-color:#A5AAAF;border-right-color:#A5AAAF;}
#SchoolMapSearch .Area li{width:82px;height:22px;background:url(./img/link_bg.png);padding:0 0 0 17px;margin:0 8px 7px 0;float:left;font-size:15px;line-height:19px;color:#0066CC;text-decoration:underline;cursor:pointer;}
#SchoolMapSearch .Area li:hover{color:#09C;}

#LightboxMapLayer{
		position:fixed;
		top:0;
		left:0;
		height:100%;
		width:100%;
		background:black;
		opacity: 0.60;
		filter:alpha(opacity=60);
		z-index:100;
		display: none;
	}
	
	.map_page_action{
		width:200px;
		height:60px;
		background: -moz-linear-gradient(top, #77CCBB 0%, #33AA99 50%, #119988 51%, #44CCAA 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77CCBB), color-stop(50%,#33AA99), color-stop(51%,#119988), color-stop(100%,#44CCAA));
		margin:20px 10px 20px 0;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;		
		text-align: center;
		color :white;
		float:left;
		line-height:60px;
	}
	#mapArea{
		background-color:#94D7F3;
	}

	#map{
		width: 98%;
		height: 80%;
		position: fixed;
		left: 2px;
		top: 10%;
		opacity: 0.98;
		background-color: white;
		z-index: 150;
		display: none;
	}

	#map_search_close1{
		position: absolute;
		top: 10px;
		right: 10px;
	}