@charset "utf-8";
/* CSS Document */
/*clear:bothからはじめる*/
body{
	clear:both;
	background:url(../other/movie_side.gif) repeat-x #FFF;
	}
/*両端の色を追加したところ↑*/


#wrapper{
	height:998px;
	background-image:url(../other/movie_back_2.gif);
	}


#movie{
	margin-top:160px;
	margin-left:180px;
	width:700px;
	height:450px;
	}

h2{
	font-size:10pt;
	background-image:url(../other/movie_fukidashi.png);
	background-repeat:no-repeat;
	width:110px;
	height:60px;
	padding-top:17px;
	margin-left:10px;
	text-align:left;
	}


#movie li{
	padding:0 auto;
	float:left;
	padding-right:50px;
	margin-top:20px;
	}

#other{
	clear:both;
	width:450px;
	margin-left:280px;
	padding-top:50px;
	}

h4{
	font-size:21pt;
	}

#other ul{
	padding-top:10px;
	}

#other li{
	float:left;
	padding-right:20px;
	}
	
h5{
	font-size:10pt;
	}


/*↓ほぼ共通。footer*/	
#footer{
	/*clear: both;*/
	
	position: absolute;
	/*margin-top:210px;*/
	top: 928px;/*←背景-70px*/
	margin-left: 10px;
	width: 930px;
	height: 70px;
	}

#adress{
	margin-top:40px;
	float:right;
	}