@charset "UTF-8";
/* CSS Document */

body.bg_location {
	BACKGROUND-IMAGE:url("../jp/images/common/material/bg_location.jpg");	
	BACKGROUND-REPEAT:no-repeat;
	BACKGROUND-POSITION:center top;	
}

#content_location {
	clear: both;
	height: 1070px;
	background-color: #FFF;
	display: block;
}



#left_content_box {
	float: left;
	width: 380px;

}


#left_content_box ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
}


ul#location_pict_box {
	margin-left: 15px;
}

ul#location_pict_box li{
	float: left;
	height: 150px;
	width: 165px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#google_map {
	width: 360px;
	height: 270px;
	margin-left : auto;
	margin-right : auto;
	background-color: #09F;
	margin-bottom: 15px;
}


ul#location_address_box {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul#location_address_box li{
	float: left;
}

.address_position {
}


p.location_address_text {
	font-size: 12px;
	display: block;
	margin-top: 12px;
}









#right_content_box {
	width: 470px;
	float: right;
	margin-right: 20px;
	position: relative;
}

#rocky_map {
	width: 470px;
	height: 1040px;	
}

#map_text_up_box {
	background-color: #FFF;
	height: 210px;
	width: 420px;
	border: 1px solid #aaa;
	border-radius: 7px;
	position: absolute;
	left: 24px;
	top: 20px;
}


ul#map_text_up {
	margin-left: 7px;
	margin-right: 15px;
	padding-left: 5px;
	margin-top: 10px;
}

ul#map_text_up li {
	float: left;
}

.upper_text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 160px;
}


.p_upper_text {
	padding-top: 10px;
	font-size: 11px;
}


#map_text_bottom_box {
	background-color: #FFF;
	height: 350px;
	width: 420px;
	border: 1px solid #aaa;
	border-radius: 7px;
	position: absolute;
	left: 24px;
	top: 670px;
	clear: both;
}

ul#map_text_bottom {
	width: 370px;
	margin-top: 25px;
	margin-left: 25px;
	font-size: 11px;
}

ul#map_text_bottom li {
	padding-bottom: 15px;
}

.to_google_map a {
	color: #09F;
}
