@charset "shift-jis";
@import url(main.css);


/*-----------------------------------------------------------------

------------------------------------------------------------------*/

#movie h2 {
	background: url(../movie/img/top.png) no-repeat center top;
	}


#movie h3#title_movie {
	background: url(../movie/img/title_movie.png) no-repeat left top;
	width: 740px;
	height: 45px;
	margin-bottom: 20px;
	text-indent: -9999px;
	}
	
#moviebg {
	width: 720px;
	height: 480px;
	padding: 10px;
	background: url(../movie/img/movie_bg.png) no-repeat center top;
	margin: 20px 0;
	}
	
	
.moviebg {
	width: 720px;
	height: 405px;
	padding: 10px;
	background: url(../movie/img/movie_bg.png) no-repeat center top;
	margin: 0 0 40px;
	}
	
.moviebg640 {
	width: 640px;
	padding: 10px;
	background: url(../movie/img/movie_bg.png) no-repeat center top;
	margin: 0 auto 40px;
	}
	
	
.movie_name {
	font-size: 14px;
	color: #183A78;
	margin-top: 20px;
	margin-bottom: 8px;
	height: 18px;
	line-height: 18px;
	border-left: 4px solid #183A78;
	padding-left: 8px;
	letter-spacing: 3px;
	}
		
	
.movie_name640 {
	width: 652px;
	font-size: 14px;
	color: #183A78;
	margin: 20px auto 8px;
	height: 18px;
	line-height: 18px;
	border-left: 4px solid #183A78;
	padding-left: 8px;
	letter-spacing: 3px;
	}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
