@charset "utf-8";


/* ****************************************_**************************************** */
/* movie-list */

.left_movie_list {
	width: 630px;
	margin: 0 15px 0 15px;
	padding: 15px 0 15px 0;
	background: url(/images/common/dotline_single.gif) bottom left repeat-x;
}

.last {
	margin: 0 15px 20px 15px;
}

.none_dotline {
	background: none;
}

.left_movie_list p {
	display: block;
	margin: 0;
	padding: 0;
}

.left_movie_list img {
	float: left;
    /* ie6 hack */
	_behavior: expression(IEPNGFIX.fix(this));
}

.left_movie_list .date,
.left_movie_list .title,
.left_movie_list .time {
	float: right;
	width: 480px;
	padding: 0 0 0 0;
}

.left_movie_list .date {
	margin: 0 0 5px 0;
	font-size: 0.77em;
	font-weight: bold;
	line-height: 1.0em;
	color: #00ccff;
}

.left_movie_list .title {
	font-size: 1.0em;
	line-height: 1.2em;
}

.left_movie_list .time {
	margin: 10px 0 0 0;
	font-size: 0.85em;
	line-height: 1.0em;
	color: #6f8686;
}

div#list_promotion p {
	width: 610px;
	margin: 0 0 0 25px;
	padding: 215px 0 0 0;
	font-size: 0.91em;
}

.originalmovies {
	background: url(/images/channels/original/original_list_image.jpg) top center no-repeat;
}


.original_tokimeki_movies {
	background: url(/images/channels/original/original_tokimeki_list_image.jpg) top center no-repeat;
}

div#list_promotion.original_tokimeki_movies p {
	padding: 250px 0 0 0;
}

.eventreport {
	background: url(/images/channels/event/event_list_image.jpg) top center no-repeat;
	height: 250px;
	margin-bottom: -25px;
}

.dvdseries {
	background: url(/images/channels/dvd/dvd_list_image.jpg) top center no-repeat;
	height: 250px;
	margin-bottom: -25px;
}

.beginners {
	background: url(/images/channels/beginners/beginners_list_image.jpg) top center no-repeat;
	height: 250px;
	margin-bottom: -25px;
}


