@charset "UTF-8";

div#title h2 {
	background: url(/comp/img/tit-entry.png) 0 0 repeat-y;
	color: #00425E;
	font-size: 1.5em;
	font-weight: bold;
	height: 30px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 10px;
}
div#contents div#map {
	margin-bottom: 30px;
}
div#contents div.data {
	overflow: hidden;
}
div#contents div.data h3 {
	font-size: 1.4em;
	font-weight: bold;
}
div#contents div.data ul {
	float: left;
	width: 400px;
	font-size: 1.3em;
}
div#contents div.data ul li {
	margin-bottom: 10px;
}
div#contents div.photo {
	float: right;
	width: 200px;
}
div#contents div.photo img {
	margin-bottom: 10px;
}

