@charset "utf-8";

/* header */
/* 2009/12/11 */



/*
########################################################
	lightBox
########################################################
*/
#McLightBox #McGlayLayer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display:none;
}
#McLightBox #McClearLayer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display:none;
}
#McLightBox #McPopupLayer {
	margin: 0px auto;
}
#McLightBox #McCloseLayer {
	float: right;
	height: 30px;
	padding: 60px 0 0 0;
}
#McLightBox #McClear {
	clear: both;
}
#McLightBox #McPhotoLayer {
	padding: 20px;
	background: #ffffff;
	text-align: center;
}
#McLightBox #McPhotoLayer p {
	padding: 10px 0 0 0;
}




