@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 50px;
	background-color: #000;
}
img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container{
width:1045px;
margin:0 auto 5px auto;
position:absolute;
display:none;
left:50%;
top:50%;
margin-left: -523px;
margin-top: -298px;
}
#container .line{
	width:1045px;
	margin:0 auto 5px auto;
}
#container .line .thum{
	width:205px;
	float:left;
	margin-left:5px;
}
#container .line .noize1{
	width:205px;
	height:115px;
	background-image: url(../images/noise1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container .line .noize2{
	width:205px;
	height:115px;
	background-image: url(../images/noise2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container .line .noize3{
	width:205px;
	height:115px;
	background-image: url(../images/noise3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container .line .noize4{
	width:205px;
	height:115px;
	background-image: url(../images/noise1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.thumb1,img.thumb2,img.thumb3{
	display:none;
}


#container .bottom{
	margin-bottom:0px !important;
}
#container .logo{
	width:437px;
	height:355px;
	position:absolute;
	top:120px;
	left:304px;
	display:none;
}
#container .date{
	width:184px;
	height:21px;
	position:absolute;
	top:490px;
	left:430px;
display:none;
}




/* margin*/
#container .nm{	margin:0px !important; }





/* package aka clearfix ---------------- */
.package:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.package {
	zoom: 100%;
}
.package {
	display: inline-table;
}
/* Hides from IE-mac ￥*/
* html .package {
	height: 1%;
}
.package {
	display: block;
}
/* End hide from IE-mac */