@charset "UTF-8";

html{
	/*height: 100%;*/
}

.body_movie{
	text-align: center;
	background-color: #333333;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	/*height: 100%;*/
}

img{border:0px;}

#wrapper{
	margin: 0 auto;
	padding: 2px;
	width: 1000px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	/*height: 100%;*/
}

#contents_gray{
	width: 1000px;
	float: left;
	background-image: url(img/gray.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#contents_left{
	width: 648px;
	float: left;
	background-color: #dddddd;
}

#contents_right{
	width: 350px;
	float: right;
}

.space_left{
	font-size: 1px;
	line-height: 1px;
	width: 648px;
	height: 2px;
	background-color: #ffffff;
	clear: both;
}

.space_right{
	font-size: 1px;
	line-height: 1px;
	width: 350px;
	height: 2px;
	background-color: #ffffff;
	clear: both;
}

#top_title{
	/*width: 360px;*/
	width: 648px;
	float: left;
	height: 50px;
	background-color: #ffffff;
	text-align:left;
}

#top_trailer{
	width: 365px;
	height: 200px;
	float: left;
	background-color: #000000;
	font-size: 12px;
	color: #666666;
}

#top_topics{
	border-left:2px solid #ffffff;
	width: 281px;
	height: 200px;
	float: right;
	background-color: #660044;
}

#top_theater{
	width: 648px;
	height: 26px;
	background-color: #0077aa;
	font-size: 12px;
	color: #666666;
}

#top_theater_swf{
	width: 648px;
	height: 200px;
	background-color: #0077aa;
	font-size: 12px;
	color: #66ddee;
}

#top_onair{
	width: 648px;
	height: 26px;
	background-color: #ee8811;
	font-size: 12px;
	color: #666666;
}

#top_onair_swf{
	width: 648px;
	background-color: #ee8811;
	font-size: 12px;
	color: #ffdd88;
}

#top_sell{
	width: 648px;
	height: 26px;
	background-color: #20a555;
	font-size: 12px;
	color: #666666;
}

#top_sell_swf{
	width: 648px;
	height: 200px;
	background-color: #20a555;
	font-size: 12px;
	color: #66dd88;
}

#top_od{
	width: 648px;
	height: 26px;
	background-color: #000000;
	font-size: 12px;
	color: #666666;
}

#top_od_swf{
	width: 648px;
	height: 180px;
	background-color: #000000;
	font-size: 12px;
	color: #666666;
}
#top_special{
	width: 350px;
	background-color: #bb0000;
	text-align:center;
	padding-bottom: 5px;
}

#top_special ul{
	margin: 0px 0px 0px 25px;
	padding: 0px; font-size:13px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: left;
}

#top_special a:link{
	color: #ffffff;
	text-decoration: none;
}

#top_special a:visited{
	color: #ffffff;
	text-decoration: none;
}

#top_special a:active{
	color: #ffffff;
	text-decoration: none;
}

#top_special a:hover{
	color:#ffffff;
	text-decoration:underline;
}


#top_special li{
	margin: 6px 0px 0px 0px;
}

#foot_swf_area{
	width: 1000px;
	height: 30px;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 10px;
}

#ad_area{
	width: 350px;
	height: 250px;
}

#bit_area{
	width: 350px; 
}



/*リンク*/
a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:active{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
}

