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

#L_MAP {
	float:left;
	width:640px;
	height:565px;
	margin-right:20px;
}

#L_MAP_BUTTON {
	margin-top:30px;
}

#L_ADRESS {
	float:left;
	width:255px;
}

a.map_button {
	display:inline-block;
	padding:5px 20px;
	background:#384162;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.map_button:hover {
	background:#666;
}
