@charset "utf-8";

#slogan {
	z-index: 1;
	height: 220px;
}
	
h2 {
	background-repeat: no-repeat;
	text-indent: -9000px;
}
	h2#h_news  { background-image: url(../images/h_news.png); }
	h2#h_movie { background-image: url(../images/h_movie.png); }

.info {
	margin-bottom: 40px;
	padding: 20px;
	height: 160px;
	background: url(../images/info_bg.png) no-repeat;
	font-size: 0.8em;
}
	.info img.infothum {
		float: left;
		width: 200px;
		outline: 1px solid #cccccc;
	}
	.info h2 {
		margin: 0 0 10px 210px;
		padding-left: 10px;
		width: 320px;
		height: 30px;
		background: url(../images/main_h_bg.png) no-repeat;
	}
		.info h2 a {
			margin-left: 10px;
			background-repeat: no-repeat;
		}

	.info p {
		margin: 0 0 10px 220px;/* h2よりも10px字下げ */
	}

	.info a.syousai {
		display: block;
		position: relative;
		bottom: 0px;
		left: 240px;
		width: 100px;
		height: 30px;
		background: url(../images/syousai.png) no-repeat;
		text-indent: -9000px;
	}
		.info a.syousai:hover { background-position: left bottom; }


#news ul, #movie ul {
	margin-left: 40px;
}
	#news ul li, #movie ul li {
		margin-bottom: 15px;
		padding-left: 20px;
		width: 520px;
		background: url(../images/news_li_bg.png) no-repeat left bottom;
		color: #004be4;
		line-height: 22px;
	}
		#news ul li a:hover, #movie ul li a:hover {
			background-color: #eaf1db;
		}
		#news ul li em, #movie ul li em  {
			margin-left: 1em;
			color: #d32222;
			font-weight: normal;
		}

#banner ul {
	margin-left: 20px;
}
	#banner ul li { margin-bottom: 15px; }



