/* ================================================
トップページcss
================================================ */


#top_main_contents{
	width:800px;
	margin-bottom:20px;
	text-align:center;
}

#main_left{
	width:634px;
	height:254px;
	float:left;
}
#main_rightmenu{
	width:166px;
	height:265px;
	float:left;
	background-color:#FDA657;
}

#main_fla{
	width:634px;
	height:237px;
}
#movie_header{
	background:url(../img/top/movietab_bg.gif) repeat-x;
	width:634px;
	height:28px;
	text-align:left;
}

#movielist_cnr{
	width:800px;
}
#movielist_fla{
	width:800px;
}

/*下部エリア構造*/
#top_bottom{
	margin-top:10px;
margin-left:auto;margin-right:auto;
width:788px;
}
#top_bottom_left{
	width:408px;
	float:left;
}
#top_bottom_right{
	margin-top:3px;
	width:380px;
	float:left;
}

/*下部左バナー*/
.banner_t1{
	background:url(../img/top/banner_m1.gif) repeat-y;
	padding-bottom:1px;text-align:center;
}
.banner_comment1{
	background:url(../img/top/banner_m1.gif) repeat-y;
border-top:1px solid #F6CA5F;text-align:left;
padding:5px 7px 7px 7px;
}
.banner_t2{
	background:url(../img/top/banner_m2.gif) repeat-y;
	padding-bottom:1px;text-align:center;
}
.banner_comment2{
	background:url(../img/top/banner_m2.gif) repeat-y;
border-top:1px solid #F6CA5F;text-align:left;
padding:5px 5px 7px 5px;
}

/*下部右お知らせ*/
#top_news{
	margin-bottom:7px;
}
#top_news .news_txt{
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:left;
padding:10px 12px 15px 12px;
}
#top_news2{
	margin-bottom:10px;
	border:1px solid #fe8f19;
}
#top_news2 .news2_txt{
	text-align:center;
padding:7px 0 7px 0;
font-size:14px;color:#f60;background-color:#ffe2b6
}
#top_news2 .news2_txt a:link{
color:#f60;text-decoration:none;
}
#top_news2 .news2_txt a:visited{
color:#f60;text-decoration:none;
}
#top_news2 .news2_txt a:hover{
color:#f60;text-decoration:underline;
}





/*ドロップダウンメニュー*/
.tab_cf {
	position:absolute;
	margin: 0px 0px 0px 10px;
}

#menu_container {
	position: absolute;
	margin: 0px 0px 0px 170px;
	padding: 0px;
}
#menu_container dl {
	width: 120px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
    filter: Alpha(style=0,opacity=80);//opacity:.80;
}
#menu_container dt {
	position:relative;
	margin: 0px;
	padding: 0px;
    height:28px;
}
#menu_container dd {
	display: none;
	-margin: -2px,0px,2px,0px;
	padding: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#menu_container dl:hover dd {
	display: block;
}
#menu_container a {
	color:#fff;
    text-decoration:none;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 180%;
	background: #4F709F;
	padding: 3px;
	-width: 118px;
}
#menu_container a:hover {
	font-size: 12px;
	background-color: #274D7F;
}