.maparea {
	background-color: #666666;
	padding: 3px;
	height: 240px;
	width: 320px;
}

.album {
	list-style: none;
	margin: 0;
	padding: 0;
}
.album li {
	padding: 0;
	float: left;
	position: relative;
	width: 178px;
	height: 138px;
	margin-top: 24px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.album img {
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 8px;
}
.album .photo {
	width: 30px;
	height: 28px;
	display: block;
	position: absolute;
	bottom: 12px;
	right: 12px;
	background-image: url(image/eki/photo.png);
	background-repeat: no-repeat;
}
.album .tape {
	width: 70px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 55px;
	background: url(image/tape.png) no-repeat;
}

.lightbox {
  margin: 2px;
}
a.lightbox:link { color: #feb1cf; }
a.lightbox:visited { color: #feb1cf; } 
a.lightbox:hover { color: #98d8d0; } 

