@charset "utf-8"; 
/* ===================================================================
CSS information

 File Name        : gallery.css
 Style Info       : 個別ブロックスタイル

=================================================================== */
html,body{
	margin:0px;
	padding:0px;
}
#main {
	padding: 0 10px 0 10px;
	margin-right: -10px;
	background-color:#FFF;
	clear: both;
}
/* viewer */
#viewer {
	width: 100%;
	clear: both;
}
#viewer div.limage {
	text-align: center;
	width: 80%;
	height: auto;
	/* overflow: hidden; */
	position: relative;
	float: left;
}
#viewer div.limage img {
	top: 0;
	left: -10px;
	position: absolute;
}
#viewer ul {
	width: 20%;
	float: right;
}
#viewer ul li {
	clear: both;
}
#viewer ul li a {
	overflow: hidden;
	border-bottom: 5px solid #FFF;
  display: block;
}
#viewer ul li a img {
	margin-bottom: -4px;
}
#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#