@charset "utf-8";
/* CSS Document */
div#contents {
	text-align:left;
	font-size:15px;
	line-height:1.5em;
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	padding:0 20px 10px;
}
div#contents p {
	margin:0 20px 0.5em;
	padding:0;
}

div#contents h2 {
	font-size:1em;
	background-image:url(../image/map/h2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:6px 0 0 2em;
	height:30px;
}


div#contents img.map {
	float:left;
	margin:0 1em 1em 0 ;
}

div#contents div.showPhoto {
	padding:3px 0;
	margin:0 auto;
	width:690px;
	height:168px;
	border:1px solid rgb(255,255,255);
	text-align:center;
	clear:both;
}
div#contents div.showPhoto p {
	margin:0 auto;
	padding:0;
}
div#contents div.showPhoto img {
	padding:0 3px;
}

div#contents img.hon {
	padding:3px;
	margin:0 0 1em 1em;
	float:right;
	border:1px solid rgb(255,255,255);
}

