body{
	background-color:#000000;
}

#viewer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#imagearea{
	width:800px;
	height:660px;
	background-color:#000000;
}

#imagearea img{
	position:absolute;
}

#aboutarea{
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	height:60px;
	background-color:#000000;
	padding:5px;
}

#imagelist{
	margin:0px;
	padding:0px;
	width:700px;
	overflow:hidden;
	float:left;
}

#imagelist img{
	border-width:0px;
}

#imagelist ul{
	margin:0px;
	padding:0px;
}

#imagelist li{
	list-style:none;
	float:center;
	width:100px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}

#prevbutton{
	float:left;
	padding-right:5px;
}

#nextbutton{
	float:right;
}

.displaynone{
	display:none;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.clearfix {
	min-height: 1px;
}
.backbox {
	margin-top:5px;
	margin-bottom:5px;
	color:#ffffff;
	background-color:#000000;
	text-align:center;
}
A:link { color: white; }
A:visited { color: white; }
A:active { color: red; }

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}