@charset "UTF-8";


/* ●ブラウザリセット */

body,div,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

body{
	zoom:1;
	line-height: 1;
}

img{
	border:0;
	vertical-align:top;
}

address,em,th,dt{
	font-style:normal;
	font-weight:normal;
}


/* ●レイアウト */

body {
	background-color: #ffd277;
	text-align: center;
}

#header {
	background: url(../img/title_bg.gif) repeat-x;
	text-align: center;
	display: table;
	width: 100%;
}

#header_inner {
	margin:0 auto;
	text-align: left;
	width: 890px;
	height: 112px;
	position:relative;
}

#header_inner #titleMovie {
	position: absolute;
	top: 14px;
	left: 5px;
}

#header_inner #title_right {
	position: absolute;
	top: 46px;
	left: 715px;
}

#main {
	background: #f4a936 url(../img/main_bg.gif) top repeat-x;
	text-align: center;
	display: table;
	width: 100%;
}

#main_inner {
	width: 890px;
	margin: 0 auto;
}

#footer {
	display: table;
	width: 100%;
	border-top: 2px solid #f58557;
}

#footer_inner {
	width: 878px;
	margin: 0 auto;
	padding: 14px 0;
	text-align:right;
}

