@charset "utf-8";
/* CSS Document */

.moviebox {
	text-align:center;
	padding-bottom: 15px;
	overflow: hidden;
	background-image: url(../movie/ud.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
}
h3 {
	background:  url(../img/h3bg.jpg) repeat-y center;
	color: #003;
	font-size: 100%;
	border: 1px solid #FCC;
}

hr {
	border-color:#99F;
	background: #99F;
	height: 3px;
}
	
#news {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 420px;
	float: left;
	overflow: hidden;
	padding-left: 20px;
	clear: both;
	font-size: 85%;
}
#news table{
	overflow: scroll;
	width: 400px;
	height: 300px;
	font-size: 90%;
	display: block;
}
#news table tr{
	vertical-align: text-top;
}
#news table tr th{
	padding:5px 5px 5px 10px;
}

#news table tr td{
	padding:5px 5px 5px 10px;
}
#subbox {
	float:right;
	text-align: right;
}
.rightimg {
	float:right;
	padding-top: 5px;
	font-size: 85%;
	padding-right: 5px;
}
