@charset "utf-8";
/* CSS Document */


/*----------------------------------------
基本設定
----------------------------------------*/

/*基本フォント--------------------*/

body{
	color:#000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	line-height:1.5em;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

address,em{
	font-style:normal;
}

* html body{
	font-size:90%;
}

*:first-child + html body{
	font-size:90%;
}


/*基本タグ--------------------*/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,from,input,textarea{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	background:#FFFFFF;
}

img,table{
	border:none;
}

ol,ul{
	list-style:none;
}


/*基本テキストリンク--------------------*/

a{
	text-decoration:underline;
	outline:none;
}

a:link{
	color:#006699;
	text-decoration:underline;
}

a:visited{
	color:#006699;
	text-decoration:underline;
}

a:hover{
	color:#006699;
	text-decoration:underline;
}

a:active{
	color:#006699;
	text-decoration:underline;
}


/*----------------------------------------
float解除
----------------------------------------*/

br.clr /*テスト用*/	{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.clearfix:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}
/*\*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/**/


/*----------------------------------------

レイアウト枠

----------------------------------------*/

div#header{
	width:960px;
	height:158px;
	margin:0px auto;
	background:url(../img/header_img.jpg) no-repeat;
}

div#contents_area{
	width:960px;
	margin:0px auto;
	background:#A0A0A0;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	text-align:left;
}

div#contents{
	width:840px;
	margin:0px auto;
	padding:50px 0px;
}

hr{
	border:none;
	border-top:solid 1px #FF0000;
	height:1px;
	color:#FFFFFF;
	margin: 30px 0px;
} 



/*----------------------------------------

内容

----------------------------------------*/

h1#h1_01{
	width:335px;
	height:35px;
	margin:0px 0px 50px;
	background:url(../img/h1_title01.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

h1#h1_02{
	width:75px;
	height:35px;
	margin:0px 0px 50px;
	background:url(../img/h1_title02.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}


div.all_movie{
	float:left;
}

div.all_movie_txt{
	width:400px;
	float:right;
}

table.movie_table01{
	margin:30px 0px;
}