

#contents #contents_body h1,
#contents #contents_body h2,
#contents #contents_body dl {
	margin: 0 0 1em 0;
}

#contents #contents_body h1 {
	padding: 4px 8px;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	background: #BDDBF7;
}

#contents #contents_body h2,
#contents #contents_body h3 {
	font-size: 100%;
	font-weight: bold;
}

#contents #contents_body p {
	font-size: 100%;
	line-height: 1em;
}

.li_movie_index{
	margin-bottom: 20px;
}

.li_movie_index li {
	width: 150px;
	padding: 8px 6px 6px 6px;
	margin: 2px;
	float: left;
	text-align: center;
	background: #dddddd;
	font-size: 14px;
}

.li_movie_index img {
	padding-bottom: 6px;
}

#scroll_contents{
	clear: both;
	height: 322px;
	overflow-y: scroll;
	margin-bottom: 30px;

}

#movie-player{
	margin:10px auto 5px auto;
	width:640px;
	height:396px;
	background:#ccc;
}

#movie_caption {
	width: 636px;
	margin:0px auto 0px auto;
	/*background-color: #BDDBF7;*/
	/*border-left: 4px solid #dddddd;*/
	border-bottom: 1px dashed #dddddd;
	padding: 2px;
}

#movie_caption #movie-title{
	float: left;
	margin:0px 0 0px 0;
	padding-left: 20px;
	font-size:14px;
	text-align:left;
	background-image: url(../images/li_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#movie_caption #movie-text{
	float: left;
	margin:0px 0 0px 0;
	padding-left: 20px;
	font-size:12px;
	text-align:left;
}

#copyright{
	width: 636px;
	margin:0px auto 30px auto;
	padding-right: 0px;
	font-size:11px;
	text-align:right;
}


