@charset "Shift_JIS";


/* topページの本文SEO対策コメントを非表示にする */
div#seocomment {
	display:none;
}

/* lightboxのNext、Prevボタンを非表示にする */

#hoverNav {
	display:none;
}
#prevLink {
	display:none;
	}
#nextLink {
	display:none;
	}
	
/* lightboxの透過背景を消す */	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}