@charset "Shift_JIS";

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbImage {
	border-top:15px solid #fff;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
	border-bottom:1px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}


#lbNextLink {
	right: 0;
}

#lbBottom {
	font-size: 65%;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	margin-bottom:5px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 100%;
	height: 25px;
	background: transparent url(/park_map/img/btn_mapclose.gif) no-repeat;
	background-position:right top;
	margin: 0px 0px 25px 0px;
}


#lbCaption {
	color:#444444;
	font-size: 100%;
	
}

#lbWord{
font-weight:normal;
margin-bottom:5px;
}

#lbData{
color:#666;
}