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

/* -----top---------*/


#mainImage {
	margin:20px auto 0 auto;
	width:900px
	}

#topMovie {
	margin:10px 0 30px 0;
	}
.movietitle {
	margin-bottom: 15px;
}

.seasonText {
	background:url(images/bg_season.gif) ;
	width:400px;
	padding:15px 20px;
	
	}
.placeName {
	border-bottom:1px solid #ffffff;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:10px;
	}

	
/*トップお知らせ*/	
#topNews {
	width:900px;
	margin:0 auto 70px auto;
	text-align:left;
	font-size:12px;
	}

.newstitle {
	margin-bottom:30px;
	}
.newstitle img{
	float:left;
	}
.newstitle a{
	float:right;
	}

#topNews dl{
	margin-bottom:30px;
	}

#topNews dt{
	margin:0;
	padding:0 0 0 0px;
	float:left;
	width:110px;
	font-size:12px;
	}

#topNews dd{
	margin:0;
	padding:0;
	float:left;
	width:710px;
	margin-bottom:10px;
	font-size:12px;
	}

/*トップバナーエリア*/	
#topBnr {
	width: 900px;
	margin: 0 auto;
}
#topBnr ul li {
	margin-top: 20px; 
}
#topBnr ul li:nth-child(odd) {
	float: left; 
}
#topBnr ul li:nth-child(even) {
	float: right; 
}