@charset "Shift_JIS";

/* Reset browser */
 * {
	list-style: none;
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* BaSE */
html,body {
	height: 100%;
	overflow: auto;	/* Opera 9.51対策*/
	margin: 0px auto;
	color: #333;
	background: #fff url(../img/gate_bg.gif) repeat-x; 
	font-family: "Verdana", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	text-align: center;
}
* html body {
	font-size: 100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Sans-Serif;
}
div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}

.clear {
	clear: both;
}
hr {
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Structure */
#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
body > #container {
	height: auto;
}

#header {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

/* Layout */
#contents {
	width: 760px;
	height: auto;
	margin: 50px auto 0 auto;
	padding: 0 0 100px 0;
	text-align: left;
}
.rabelname {
	margin: 0;
	padding: 0;
	text-align: right;
}
.logo {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 82.5%;
	line-height: 160%;
}
h2 {
	float: left;
	width: 260px;
	height: 100px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	background: #eee;
}
h2 a {
	display: block;
	width: 260px;
	height: 100px;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 100px;
	vertical-align: middle;
	border: 1px solid #dcd;
}
h2 a:hover {
	border: 1px solid #ff6600;
}

.releaseday {
	clear: both;
	margin: 20px 0 2px 0;
	padding: 0;
	color: #cc0000;
	font-size: 75%;
	border-bottom: 1px solid #264EB9;
}
.newmovie {
	height: 120px;
	background: url(../image/new/new_lineup.jpg) no-repeat left;
}
.movie-title {
	margin: 0;
	padding: 0 0 0 90px;
	font-size: 75%;
	line-height: 160%;
}

/* Sorry */
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 82.5%;
	line-height: 160%;
}
h4 {
	margin: 20px 0;
	padding: 0;
	font-size: 75%;
	line-height: 160%;
}

/* Footer */
#footer {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	background: #264EBA url(../img/gate_footer_bg.gif) repeat-x;
}
#copyright {
	margin: 0;
	padding: 28px 0 0 0;
	color: #fff;
	font-size: 62.5%;
}