@charset "utf-8";

.movie #main #article #movie_area{
	width:735px;
	background:#333;
	margin:15px 0 20px;
	float:left;
}

.movie #main #article #movie_area li{
	background:#333;
	width:105px;
	text-align:center;
	line-height:2em;
	display:block;
	float:left;
}

.movie #main #article #movie_area li a,
.movie #main #article #movie_area li span{
	background:#333;
	display:block;
	border-left:1px solid #fff;
	padding:5px 0; 
}

.movie #main #article #movie_area li a:hover{
	background:#555;
}

.movie #main #article .box h4{
	padding:20px 10px 0 0;
}

.movie #main #article .box table{
	width:100%;
	margin:10px 0 20px;
}

.movie #main #article .box table tr.line{
	background:#f3f3f3;
}

.movie #main #article .box table th{
	padding:10px 10px 8px;
	background:#eee;
	border:#ccc 1px solid;
	text-align:center;
}

.movie #main #article .box table td{
	padding:15px 10px 13px;
	border:#ccc 1px solid;
	text-align:center;
}

.movie #main #article .box table td .btn_movie{
	width:128px;
	height:21px;
	background:url(../movie/images/btn_movie.gif) no-repeat 0 -42px;
	display:block;
	text-indent:-9999px;
	margin:0 auto
}

.movie #main #article .box table td .btn_movie a{
	width:128px;
	height:21px;
	background:url(../movie/images/btn_movie.gif) no-repeat 0 0;
	display:block;
}

.movie #main #article .box table td .btn_movie a:hover{
	background:url(../movie/images/btn_movie.gif) no-repeat 0 -21px;
}

/*---------------
□□□font□□□
---------------*/

.movie #main #article .box table{
	font-size:110%;
}

.movie #main #article .box table th{
	font-weight:bold;
}

.movie #main #article #movie_area li{
	color:#fff;
}

.movie #main #article #movie_area li a{
	color:#fff;
	text-decoration:none;
}

.movie #main #article #movie_area li span{
	color:#8d9298;
}