@charset "UTF-8";
#mainContents {
	width: 720px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
#mainContents h2 {
	font-size: large;
	margin-left: 15px;
}
#clickPhoto {
	font-size: 14px;
	text-align: center;
}
/*lib2caption*/
#mainContents #libName {
	margin-left: 15px;
	font-size: medium;
	margin-bottom: 40px;
}
#container #pageList {
	margin-left: 15px;
	margin-top: 20px;
	width: 650px;
	margin-bottom: 20px;
	clear: left;
}
#container #pageList li {
	display: inline;
	margin-right: 6px;
	font-size: medium;
	color: #333333;
}
#container #pageList a:link {
	color: #333333;
	font-size: small;
}
#container #pageList a:visited {
	color: #999999;
	font-size: small;
}


#container #pageList #nextPage img {
	margin-bottom: -5px;
	margin-left: 5px;
}
#container #pageList #prevPage img {
	margin-bottom: -5px;
	margin-right: 5px;
}
/*dl*/
#mainContents dl {
	float: left;
	height: 200px;
	width: 180px;
	text-align: center;
}
#mainContents dd {
	text-align: left;
	font-size: small;
	width: 150px;
	margin-top: 5px;
	margin-left: 15px;
}
#mainContents #thumbnail {
	width: 720px;
	margin-top: 40px;
}
#mainContents #thumbnail li {
	float: left;
	width: 180px;
	text-align: center;
	height: 200px;
}
#mainContents p {
	text-align: center;
	clear: left;
}
#mainContents .fuki {
	margin-top: 20px;
	font-size: small;
	text-decoration: none;
	text-align: center;
	clear: both;
}
#skytree #clickPhoto {
	padding-bottom: 24px;
}
#skytree dd {
	text-align: center;
}
#skytree #photo em {
	font-style: normal;
	color: #E10000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
/*
lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../imges/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
