.photo img {border: none;}
.photo {
	position: relative;
	top: 0;
	left: 0;
	width: 160px;
	}
.photo a .kengakukai {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
	}
.photo a .taikennyuukyo {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
	}
.photo a.popup,
.photo a.popup:visited {
	display: block;
	width: 160px;
	top: 0;
	left: 0;
	}
.photo a.popup:hover {
	background-color: #fff;
	}
.photo a.popup:hover .kengakukai {
	display: block;
	position: absolute;
	width: 554px;
	height: 354px;
	top: -110;
	left: -480px;
	border:2px pink solid;
	z-index:100;
	}
.photo a.popup:hover .taikennyuukyo {
	display: block;
	position: absolute;
	width: 744px;
	height: 198px;
	top: 108;
	left: -592px;
	border:2px pink solid;
	z-index:100;
	} 