@charset "utf-8";
/*===================================
 * css file for "lightbox"
===================================== */
#section01{
    position:fixed;
    top:0;
    left:0;
	z-index:11;
    height:100%;
    width:100%;
	background:#000;
	opacity: 0.5;
    filter:alpha(opacity=50);
}
* html #section01 { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #section02 { /* ie6 hack */
    position: absolute;
}
* html #section03 { /* ie6 hack */
    position: absolute;
}
#section02{
    position: fixed;
    top:50%;
    left:50%;
	z-index:12;
	margin:-253px 0 0 -413px;
}
#section02 ul{
	position: relative;
	top: 45px;
	_top: 65px;
	left: 150px;
	width:500px;
}
#section02 ul li.right {
	text-align: right;
}
#section02 ul li.right a {		
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 75%;
}
#section03{
	position:relative;
}
#section03 #swfContents{
	width:500px;
	height:344px;
	position:absolute;
	top:51px;
	left:150px;
	background:#000; /* for iPhone */
	color:#fff; /* for iPhone */
}
#lightbox{ display:none;}