table#movie,table#info,table#renew{
	width: 570px;
	border :0px;
	border-collapse: collapse;
	margin: 0 0 10px 10px;
	line-height: 140%;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}
table#movie th,table#info th,table#renew th{
	text-align: left;
	padding: 2px 0 2px 8px;
	margin: 0;
	width: 95px;
	white-space: nowrap;
	vertical-align: top;
}

table#movie th{
	color: #005BAC;
}
table#info th{
	color: #3366CC;
}
table#renew th{
	color: #339966;
}


table#movie th.title{
	background-image: url(img/top/h_info_bg.gif);
	width: 570px;
	padding: 0;
}
table#info th.title{
	background-image: url(img/top/h_info_bg.gif);
	width: 570px;
	padding: 0;
}
table#renew th.title{
	background-image: url(img/top/h_renew_bg.gif);
	width: 570px;
	padding: 0;
}

table#movie td,table#info td, table#renew td{
	width: auto;
	vertical-align: top;
	margin: 0;
	padding: 2px 2px 4px 10px;
	width: 460px;
}



/*動画バナー（フルバナー）高さ120px*/

a#moviebanner{
	display: block;
	margin: 10px 55px;
	width: 468px;
	height: 120px;
}
a#moviebanner img{
	display: block;
	width: 468px;
	height: 120px;
}
a:hover#moviebanner{
	margin: 11px 54px 9px 56px;
}
