@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 2カラム時のスタイル
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	font-size: 1em;
}

.gray_box {
	background: #cac9b2;
	margin: 10px 0px;
	padding: 5px 10px;
}

.gray_box .left {
	width: 590px;
	margin: 0 10px 0 0;
	float: left;
}

.gray_box .right {
	width: 234px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}

#main h2 {
	clear:both;
	margin: 0 0 20px;
}

#main h2#eiga_syoukai {
	background-image: url(../img/movie/21_movie03-1.png);
	height: 25px;
	overflow:hidden;
	text-indent:-1000px;
}

#main h2#eiga_arasuji {
	background-image: url(../img/movie/21_movie03-2.png);
	height: 25px;
	overflow:hidden;
	text-indent:-1000px;
}

.arasuji .left {
	width: 410px;
	margin: 0 20px 0 0;
	float: left;
}
.arasuji .cha {
	font-weight: bold;
	color: #800000;
}
.arasuji .right {
	width: 425px;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
}

#main h2#ekmattra {
	background-image: url(../img/movie/21_movie03-4.png);
	height: 25px;
	overflow:hidden;
	text-indent:-1000px;
}

#main h3 {
	clear:both;
	color: #800000;
}

.ngo {
	margin: 0;
	padding: 0 300px 0 0;
	background: url(../img/movie/21_movie09.jpg) no-repeat 560px 40px;
}

#main h2#gaiyou {
	background-image: url(../img/movie/21_movie03-5.png);
	height: 25px;
	overflow:hidden;
	text-indent:-1000px;
}

.cha {
	color: #800000;
}

.movie_end {
	margin: 30px 0 10px 0;
}

.gaiyou {
	margin: 0;
	padding: 0 50px 0 0;
	background: url(../img/movie/21_movie10.jpg) no-repeat 460px 0px;
}

#main hr {
	height: 1px;
	border: none;
	border-top: 1px #000000 dashed;
	display: block;
	margin: 20px 0;
}

