@charset "shift_jis";

/* インテリア　コンテンツ
=========================================*/
.ul_gallery ul {
	display: block;
	min-height: 1%;
}
.ul_gallery ul:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .ul_gallery ul {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}




div#gallery{
	position: relative;
	width: 900px;
	height: 430px;
}
div#loading{
	width: 900px;
	height: 430px;
	background: transparent url(../image/loader.gif) center center no-repeat;
}

div.ss-controls{
	display: none;
}
div.nav-controls p {
	position: absolute;
	top: 190px;
	z-index: 99;
	width: 50px;
	height: 50px;
}
div.nav-controls p.btn_prev {
	left: 0;
}
div.nav-controls p.btn_next {
	right: 0;
}

div.nav-controls a {
	overflow: hidden;
	display: block;
	width: 50px;
	height: 50px;
	text-align: left;
	text-indent: -9999px;
}
div.nav-controls p.btn_prev a {
	background: url(../image/btn_prev.gif) no-repeat left top;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
div.nav-controls p.btn_prev a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

div.nav-controls p.btn_next a {
	background: url(../image/btn_next.gif) no-repeat left top;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
div.nav-controls p.btn_next a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}


	
.gallery_cap {
	padding: 5px 10px;
	font-size: 78%;
	line-height: 1.5;
	margin-bottom: 10px;
}
.gallery_cap div {
	min-height: 2.8em;
	height: auto;
}
* html .gallery_cap div {
	height: 2.8em;
}

.ul_gallery {
	overflow: hidden;
	width: 900px;
	padding-bottom: 40px;
}
.ul_gallery ul {
	margin-left: 10px;
	width: 900px;
}
.ul_gallery li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.ul_gallery li  a {
	overflow: hidden;
	display: block;
	width: 140px;
	height: 70px;
}
.ul_gallery li  a span {
	position: relative;
	margin-top: -70px;
	display: block;
	width: 140px;
	height: 70px;
}
.ul_gallery li.selected a span {
	background: url(../image/btn_frame.gif) no-repeat left top;
}
.ul_gallery li  div.caption {
	display: none;
}

