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

body{
	margin:0px;
	-apple-text-size-adjust: none;
 	font-family:Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#333;
}

img { border-style:none;
	vertical-align: top;}

a img { border-style:none; }

#base{
	margin:0 auto;
	width:1040px;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#all{
	margin:0 auto;
	width:1000px;
	font-size:12px;
	color:#000;
}

.header{
	height:300px;
	width:1000px;
	background-image:url(images/topheader.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.header2{
	height:300px;
	width:1000px;
	background-image:url(images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#menu{
	position:relative;
	height: 30px;
	width:1000px;
	margin-bottom:5px;
}

#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}

#menu li{
	text-indent:-9999px;
	float:left;
}

/*
#menu ul li{
	display:block;
	float:left;
	width:160px;
	height:50px;
	overflow:hidden;
	background-image:url(images/menu.jpg);
}
*/
#menu li a{
	display:block;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	height: 30px;
	overflow:hidden;
}

#menu-home a{
	width:326px;
	background-position:0 0;
}
#menu-home a:hover{
	background-position:0 -30px;
}
#menu-movie a{
	width:333px;
	background-position:-326px 0;
}
#menu-movie a:hover{
	background-position:-326px -30px;
}
#menu-theater a{
	width:341px;
	background-position:-659px 0;
}
#menu-theater a:hover{
	background-position:-659px -30px;
}

.topbottom{
	background-color:#fff;
	width:960px;
	padding:20px;
}

.topleft{
	width:390px;
	float:left;
	background-color:#000;
	color:#fff;
	padding-left:10px;
}

.topright{
	width:540px;
	float:right;
}

.copy{
	width:980px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	font-size:11px;
	color:#fff;
}

.copylink{
	background:transparent url(images/arrow.jpg) no-repeat scroll left center;
	padding-left:20px;
}

.copylink a{
	color:#fff200;
	text-decoration:none;
}

.copylink a:hover{
	color:#ccc;
	text-decoration:none;
}

#topnews{
	float:left;
	width:100%;
	clear:both;
}

#topnews a{
	color:#fff200;
	text-decoration:none;
}

#topnews a:hover{
	color:#ccc;
	text-decoration:none;
}

#topnews .topnews2{
	float:left;
	width:100%;
	height:120px;
	overflow:auto;
}

dl.topnewstext {
	width:350px;
	line-height:180%;
	border-top: none;
	padding-bottom:10px;
	border-bottom:1px #444 solid;
	padding-left:10px;
}

dl.topnewstext dt {
	margin: 0;
	width: 40px;
	float: left;
}
	
dl.topnewstext dd {
	margin: 0 0 0 60px;
}

.contents_yellow{
	width:950px;
	padding:20px;
	background-color:#fff200;
	border-left:5px solid #fff200;	
	border-right:5px solid #fff200;
	line-height:150%;
}

.contents_white{
	width:950px;
	padding:20px;
	background-color:#fff;
	border-left:5px solid #fff;	
	border-right:5px solid #fff;
	line-height:150%;
}

.schedule_box1{
	padding:10px;
	font-size:11px;
	background-color:#fff;
}

.schedule_box1 a{
	color:#6C4957;
	text-decoration:none;
}

.schedule_box1 a:hover{
	color:#FFF200;
	text-decoration:none;
}

.schedule_box2{
	padding:10px;
	font-size:11px;
	background-color:#000;
	color:#fff;
}

.schedule_box3{
	margin-bottom:5px;
	padding-bottom:10px;
	padding-top:5px;
}

.yokoku{
	margin-left:590px;
	padding-top:45px;
}