@charset "UTF-8";

div#title h2 {
	background: url(/special/img/tit-entry.png) 0 0 repeat-y;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 5px;
}
div.term {
	overflow: hidden;
	text-align: right;
	margin-bottom: 5px;
}
ul.links {
}
ul.links li {
	display: inline;
	margin-left: 10px;
}
div.body {
	font-size: 1.2em;
	background: #f9f1df;
	float: right;
	width: 365px;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 15px;
}
div.body p {
	margin-bottom: 8px;
}
div#main-photo {
	float: left;
	width: 250px;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
}
div#main-photo p {
	margin-bottom: 10px;
}
div#main-photo img {
	max-width: 100%;
	margin-bottom: 10px;
}
table#entry {
	font-size: 1.2em;
	float: right;
	width: 375px;
	overflow: hidden;
}
table#entry th {
	width: 85px;
	padding: 2px 0 2px 5px;
	background: #e1eadd;
	color: #78a264;
	font-weight: bold;
	/* border-bottom: #78a264 dotted 1px; */
}
table#entry td {
	width: 280px;
	padding: 2px 0 2px 5px;
	background: #fff;
	border-bottom: #78a264 dotted 1px;
}
ul#entry li.even p {
	clear: both;
	overflow: hidden;
}
div#cont-area p.attention {
	float: right;
	width: 375px;
	padding-bottom: 5px;
	overflow: hidden;
}
ol.contact {
	float: right;
	width: 375px;
	margin: 10px 0 5px;
	overflow: hidden;
	background: #ffe2df;
	padding: 3px 0;
}
ol.contact li {
	display: inline;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 1.2em;
}
ol.contact li input {
	vertical-align: middle;
}
ol#photos {
	clear: both;
	width: 640px;
	overflow: hidden;
}
ol#photos li {
	float: left;
	margin: 4px;
	width: 150px;
	height: 150px;
	border: #d79860 solid 1px;
	overflow: hidden;
}
* html ol#photos li {
	margin: 3px;
}
ol#photos li div.photo p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
ol#photos li div.photo img {
	width: 100%;
	height: 150px;
}
div#map {
	clear: both;
	width:630px;
	height:235px;
	padding: 0;
	margin: 10px 0 0 5px;
	overflow: hidden;
}
div#street {
	clear: both;
	width:630px;
	height:235px;
	padding: 0;
	margin: 10px 0 0 5px;
	overflow: hidden;
}
div.send {
	float: right;
	width: 375px;
	padding: 10px 0;
}

