  @charset "utf-8";
/* CSS Document */

div#body h1 {
	margin-left:10px;
	margin-bottom:15px;
}

div#body .photo_by {
	margin-left:10px;
	margin-bottom:25px;
}

div#body .main_photo {
	margin:0px 10px 30px 10px;
	padding:20px 0px;
	text-align:center;
	border:#e6e6e6 1px solid;
}

.caption01{
	position: absolute;
	top: 880px;
	left: 50px;
}
@media print {

div#body .main_photo {
	text-align:left;
	border:none;
	margin-bottom: 0;
	margin-top: -30px;
}

.main_photo img {
	width:320px;
	height:auto;
}

 img.map {
 	width:250px;
	height:auto;
 }


 .caption01{
 	position: absolute;
 	top: 480px;
 	left: 350px;
	font-size: 92.5%;
 }
}
