@charset "Shift_JIS";

img {
	border-color: #000000;
	border-width: 1px;
}

.photo {
	top: 0;
	margin: 0px 0px 0px 10px;
	position: relative;
}

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


/*photo---------------------------------------*/
.photo a.pop,
.photo a.pop:visited {
	display: block;
	width: 100px;
	top: 0;
	left: 0;
}
.photo A.pop:hover {
	background: #FFF;
}

.photo A.pop:hover .large {
	display: block;
	position: absolute;
	width: 260px;
	height: 175px;
	left: -119px;
	top: -66px;
}

/*photo2---------------------------------------*/
.photo a.pop2,
.photo a.pop2:visited {
	display: block;
	width: 100px;
	top: 0;
	left: 0;
}

.photo A.pop2:hover {
	background: #FFF;
}

.photo A.pop2:hover .large {
	display: block;
	position: absolute;
	width: 175px;
	height: 260px;
	top: -109px;
	left: -58px;
}

/*photo3---------------------------------------*/
.photo a.pop3,
.photo a.pop3:visited {
	display: block;
	width: 100px;
	top: 0;
	left: 0;
}

.photo A.pop3:hover {
	background: #FFF;
}

.photo A.pop3:hover .large {
	display: block;
	position: absolute;
	width: 351px;
	height: 260px;
	top: -159px;
	left: -58px;
}