@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  内容
	
 ---------------------------------------------- */



#main{
	width:650px;
	padding:15px 40px 70px 0;
	position:relative;
	min-height:480px;
	height:auto !important;
	}

#pop{
	position:absolute;
	left:-52px;
	top:168px;
	}

#movie{
	width:610px;
	height:360px;
	background:url(images/bg_movie.gif) no-repeat left top;
	position:relative;
	}
	
	#movie .num{
		font-size:146%;
		font-weight:bold;
		font-family:arial,Sans-Serif;
		letter-spacing:0.1em;
		color:#ffffff;
		position:absolute;
		text-align: center;
		line-height: 1.2;
		top:24px;
		left:30px;
		}
	#movie h3{
		font-size:146%;
		position:absolute;
		top:32px;
		/*top:24px;*/
		left:90px;
		}
	#movie .day{
		position:absolute;
		top:40px;
		right:15px;
		font-weight:bold;
		}
	
	#movie .photo{
		width: 420px;
		height: 236px;
		position:absolute;
		top:82px;
		left:60px;
		}

.txt{
	width:590px;
	margin:15px 0 0 20px;
	}



.btnback{
	position:absolute;
	bottom:0px;
	right:-19px;
	}