#contents #contentsLeft{
	width: 450px;
	float: left;
}
#contents #contentsLeft #newsBox{
	margin-top: 0px;
}
#contents #contentsLeft #newsBox h2{
	width: 150px;
	height: 30px;
	background-image: url(../images/h2_news.gif);
	text-indent: -9999px;
}
#contents #contentsLeft #newsBox ul{
	padding-left: 10px;
	list-style: none;
	height: 200px;
	overflow-y: scroll;
	background-color: #EEEEEE;
}
#contents #contentsLeft #newsBox ul li{
	margin-bottom: 20px;
}
#contents #contentsLeft #newsBox ul li .newsTitle,
#contents #contentsLeft #newsBox ul li .newsTitle a{
	font-size: 14px;
	font-weight: bold;
	color: #47210D;
	line-height: 2.5em;
	display:block;
}

#contents div #movieBox{
	margin-top: 20px;
}
#contents div #movieBox p{
	font-size: 14px;
	text-indent: 10px;
}



#contents #contentsRight{
	width: 430px;
	float: right;
}

#contents #contentsRight #bannerContainer{
	margin-top: 10px;
}
#contents #contentsRight #bannerContainer .bannerBox{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
}
#contents #contentsRight #bannerContainer .bannerBox a img{
	border: 0px;
}
#contents #contentsRight #bannerContainer .bannerBox a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

