﻿#map {
	width : 660px;
	height : 350px;
	margin-bottom : 30px;
}

#box {
	overflow : hidden;
	width : 660px;
	margin-bottom : 30px;
}

#box1st {
	float : left;
	width : 385px;
}

#box2nd {
	float : right;
	width : 250px;
}

#box2nd p {
	margin-bottom : 20px;
	text-align : right;
}

#box2nd p a {
	color : #a50000;
	text-decoration : underline;
}

#box2nd p a:hover {
	color : #a50000;
	text-decoration : none;
}

#box2nd ul {
	margin-left : 20px;
}

#box2nd ul li {
	margin-bottom : 3px;
	line-height : 1.75em;
}