@charset "utf-8";
* {
	margin:0;
	padding:0;
}

html {	/*height: 100%;*/	overflow-y: scroll;}
body{
	background-color: #000000;
	color: #FFFFFF;
	padding:0;	margin: 0;
	width: 100%; /*height: 100%;*/
	font-size: 13px;	line-height:20px;
	position: relative;	min-width: 800px;	min-height: 670px;
}
img{border:none;}
.container{
	margin:0 auto; /*margin-top:-335px;top: 50%;*/
	width:1024px;
}
.copybox{
	margin:0;
	padding:0 0 0 0;
}
.banner{
	margin:0;
	padding:0 5px 52px 12px;;
}

#movieInfo{
	display: none;
}

body.popUp{
	background-color:#000000;
	color: #000000;
	padding:0; margin:0; min-width:610px; min-height: 300px;
}
#popcontents{
	background-color:#fde5b5;
	width:600px;
	text-align:left;
	margin: 0 auto;
	}
#popcontents A:link {
	color: #C00;
	text-decoration:none;
}
#popcontents A:visited {
	color: #000;
	text-decoration:none;
}
#popcontents A:active {
	color: #000;
	text-decoration:underline;
}
#popcontents A:hover {
	color: #900;
	text-decoration:underline;
}

#popcontents #page-body{ padding:10px;}

#popcontents .close{
	font-size:93%; text-align:center;
	border:1px solid #333333;font-family: Arial, Helvetica, sans-serif;
} 
#popcontents .theater{	margin:10px 0 30px 0;}
.theater table{		background-color:#660000; text-align:center; width:auto;}
.theater th{
	background-color:#C00; color:#ffffff;
	padding:5px;
}
.theater td{	background-color:#ffffff; padding:5px;}
.theater .box{margin:10px 15px 0px 15px; text-align:left;
font-size:85%;	line-height:16px;
}

.txtright{	text-align:right;}
.fs11{font-size:90%;}
.fs14{font-size:114%;}
.imgright{ float:right; margin:5px;}
.clr{ clear:both;}
h2.hcenter{
	text-align:center; margin:0 0 10px 0;
}
h3{ font-size:114%; line-height:160%;}

#playing {
	background:url(images/top_02-0329.gif) no-repeat;
	text-align:right;
	padding:5px 10px;
}