@charset "Shift_JIS";

img {
	border: none;
}
.photo {
	position: relative;
	top: 0;
	left: 0;
	width: 176px;
}
.photo a .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
/*photo(NORMAL)---------------------------------------*/
.photo a.pop300,
.photo a.pop300:visited {
	display: block;
	width: 176px;
	top: 0;
	left: 0;
}
.photo a.pop300:hover {
	background-color: #fff;
}
.photo a.pop300:hover .large {
	display: block;
	position: absolute;
	width: 300px;
	height: 170px;
	top: -50;
	left: 150;
}
