@charset "shift_jis";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
h3#galleryTxt {
	margin: 30px 0;
}

#gallery {
	width: 950px;
	margin: 30px auto 0 auto;
	padding-bottom: 40px;
	position: relative;
}
#gallery #galleryPh {
	height: 479px;
}
#gallery #galleryList {
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}
#gallery #galleryList li {
	padding: 0 0 6px 5px;
	cursor: pointer;
	float: left;
}
#gallery #galleryList li:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-ms-filter: "alpha(opacity=80)";
}