@charset "UTF-8";
/* CSS Document */
#flashbox{
    display:none;
    position:absolute;
	width:952px;
    height:627px;
	left:50%;
	top:50%;
	margin-left:-476px;
	margin-top:-313px;
}
#flashbox a.close{
    position:absolute;
    right:6px;
    top:1px;
}
#flashbox a.close img{
    border:none;
}
#flashbox dl{
    width:100%;
    height:100%;
    margin:0;
}
#flashbox dl dt{
	width:952px;
	height:20px;
	text-indent:-9876px;
	background: url(../images/about/floatwindw.png) ;
}
#flashbox dl dd{
    margin:0;
	width:950px;
	border:#c4c5c7 1px solid;
}

