@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  gallery.css
 style info :  galleryページのCSS
=================================================================== */


/*----------------------------------------------------------------------------------
		 								gallery
------------------------------------------------------------------------------------*/

div#contents div#photos {
	width: 950px;
	background: #B5B5B5;
}

div#contents div#photos div.panel {
	padding: 3px 0 0 !important;
}

div#contents div#photos img.nav-next:hover,
div#contents div#photos img.nav-prev:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#sub_page_title {
	background: url(../images/gallery/ttl_gallery.png) center top no-repeat;
	min-width: 950px;
	height: 156px;
}
#sub_page_title h2 {
	visibility: hidden;
}