@charset "UTF-8";
/*写真フェード*/
#viewer {
	width: 770px;
	height: 512px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
	border-style: none;
	border-width: 0;
	}
/*-------------------------------------------*/

#caption {
	background-image: url(../img/photo_aut.png);
	background-repeat: no-repeat;
	height: 11px;
	text-indent: -9999px;
	background-position: right 50%;
	margin-bottom: 57px;
	}
