@charset "utf-8";



/*///////////////////////////////// Memo Bar ////*/





/*/////////////////////////////////////////////////////////////////////////////////////////////

	PageContent

/////////////////////////////////////////////////////////////////////////////////////////////*/



/* gallery --------------------------------- */
#gallery {
	position: relative;
	width: 920px;
	height: 270px;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-on {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 920px;
	height: 270px;
	background-color: #ffffff;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#gallery-trap a,
#gallery-trap span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 920px;
	height: 270px;
	background: url(../images/index/spacer.gif);
}
}



	
	
