#viewer{
	width:700px;
}

#viewerleft{
	width:200px;
	float:left;
}

#imagelist{
	margin-top:0px;
	padding-top:0px;
}

#imagelist li{
	list-style:none;
}

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

#viewerright{
	width:500px;
	float:right;
}

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

.clearfix {
	min-height: 1px;
}

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