@charset "utf-8";

/*Style_Img Magnification--*/
.photo {
	position: relative;
	top: 0;
	left: 0;
/*	width: 100px;*/
	width: 124px;
}

.photo a .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;}

/*photo(OWNERS)*/
.photo a.owners,
.photo a.owners:visited {
	display: block;
/*	width: 195px;*/
	width: 124px;
	top: 0;
	left: 0;}

.photo a.owners:hover {
	background-color: #fff;}

.photo a.owners:hover .large {
	display: block;
	position: absolute;
	width: 340px;
	height: 495px;
	top: -200px;
	left: 60px;}
