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

body{
	
}

/*=======================
	#wrapper
=======================*/
#wrapper{
	background-image:url(../img/movie/bg.gif);
	background-repeat:repeat-x;
	float:left;
}

/*=======================
	#container
=======================*/
#container{
	/*height:1505px;*/
	height: 2100px;
	float:left;
}

/*=======================
	#main
=======================*/
#main{
	height:755px;
}
#main h2{
	margin-bottom:23px;
}
#main p{
	float:left;
}
#text01{
	width:600px;
	height:110px;
	margin-top:80px;
}
#btn_txt{
	width:600px;
	height:15px;
	font-size:12px;
	color:#828282;
	float:left;
}
.movie1{
	margin-bottom:50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
}
.movie_ttl{
	margin-bottom: 10px;
}
/*
#movie_btn a{
	width:150px;
	height:200px;
	background-image:url(../img/movie/movie_btn.jpg);
	float:left;
	text-indent:-9999px;
	margin-top:20px;
}
#movie_btn a:hover{
	background-position:0 200px;
	
}