@charset "UTF-8";

div#contents h2 { background: url(../images/movies/title.gif) no-repeat ; }

div#contents h3.m01 { background: url(../images/movies/h3_01.gif) no-repeat ; margin-top : 20px ; }
div#contents h3.m02 { background: url(../images/movies/h3_02.gif) no-repeat ; margin-top : 20px ; }


div.movies {
	width : 200px ;
	margin : 10px ;
	border : 1px solid #315ace ;
	text-align : center ;
	font-size : 84% ;
	float :left ;
}

div.m-img {
	margin : 10px ;
}

div.m-title {
	height : 20px ;
	margin : 5px 5px 5px 5px ;
	overflow : hidden ;
}


div.youtube {
	clear : both ;
	padding : 150px auto 20px auto ;
	text-align : center ;
}


div.detail {
	width : 600px ;
	margin : 10px auto 20px auto ;
	text-align : center ;
}

div.d-title {
	margin : 5px 5px 10px 5px ;
	font-weight : bold ;
	color:#3864bc;
}


div.d-img {
	margin : 10px auto ;
	padding : 15px ;
	background: url(../images/movies/movie_back.gif) no-repeat center ;
}


div.d-pa {
	margin : 15px 0px 0px 0px ;
	text-align : left ;
}



