@charset "utf-8";


.block1 {
	float: left;
	width: 350px;
	padding: 10px;
	margin-bottom: 10px;
}
.block1 .title{
	font-family: Arial, "新細明體-ExtB";
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	height: 26px;
}
.block1 .content {
	font-size: 12px;
	color: #474546;
	float: left;
	width: 350px;
	padding-top: 5px;
	text-align: left;
}

.block1 .bottom {
	text-align: center;
	height: 13px;
	float: left;
	width: 504px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.block1 .content ul li {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.title_img {
	float: left;
}

.block1 .content ul li a {
	color: #282828;
	text-decoration: none;
}
.block1 .content ul li a:hover {
	color: #500;
	text-decoration:underline;
}
.readmore {
	float: right;
	margin-top: 10px;
}

.movieblock {
	float: left;
	width: 570px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	height: 210px;
	background-image: url(images/m_bg.jpg);
}
.moviepic {
	border: 1px solid #70919c;
	padding: 2px;
	text-align: center;
}

.moviepicblock {
	float: left;
	height: 130px;
	width: 120px;
	text-align: center;
	margin-left: 75px;
	_margin-left: 35px;
	margin-top: 50px;
	
}


.movieinfoblock {
	float: left;
	width: 150px;
	text-align: left;
	color: #6d5353;
	margin-top: 45px;
	height: 140px;
	margin-left: 5px;
}



.block2 {
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
}
