#menu{
	position:absolute;
	top:0;
}
#wrapper{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-435px;
	width:870px;
}

h1{
	width:100%;
	height:160px;
	background:url(../img/movie_title.png) no-repeat center top;
	text-indent:-9999px;
	margin:75px 0 0;
}
#content_wrapper{
	border:solid 5px #3fcffe;
	border-top:none;
	width:750px;
	margin:0 auto 0;
}

#content{
	border:solid 5px #287de4;
	border-top:none;
	width:620px;
	margin:0 auto 0;
	padding:70px 60px 20px;
	background:#fff;
}
h2{
	font-size:16px;
	letter-spacing:4px;
	margin-bottom:20px;
	border-bottom:dashed 1px #287de4;
	color:#287de4;
}
h2:nth-of-type(even){
	border-bottom:dashed 1px #ff0073;
	color:#ff0073;
}
h2 span{
	letter-spacing:0;
	font-size:12px;
	font-weight:normal;
}
#content p{
	line-height:2em;
	padding:0 0 50px 0;
	text-align:justify;
}
#content p strong{
	font-weight:bold;
	color:#000;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.inner-left{
	float:left;
	margin:0 35px 20px 0;
}
#copyright{
	width:100%;
	height:45px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	padding-top:15px;
}

table{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	width:100%;
	margin-bottom:30px;
}
th,td{
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	padding:10px;
	line-height:2;
}
th{
	background:#f6f6f6;
	width:110px;
	color:#000;
}
td span{
	color:#000;
	font-weight:bold;
}
td a{
	color:#ff0073;
	text-decoration:none;
}
td a:hover{
	color:#287de4;
	text-decoration:underline;
}



/* SCALE */
.mb50{
	margin-bottom:50px;
}
.pr40{
	padding-right:40px;
}