@charset "Shift-JIS";
/**********************************************************************
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

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

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
				background:#EEB711;
				height:100%;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
 text-decoration:none;
	color:#EECCBD;
}

a:hover {
 text-decoration:underline;
}


/* -----------------------------------------------
コンテンツ
------------------------------------------------- */
div#wrapper {
	background:url(../img/movie/content_bg1.jpg) left top repeat-x;
	color:#EECCBD;
	height:100%;
	font-size:93%;
}

div#container {
	background:url(../img/movie/contents_bg2.jpg) center 36px no-repeat;
}

div#news {
	background-color:#000;
	height:25px;
	color:#D2D2D2;
	line-height:100%;
	padding-top:11px;
}

div#news p {
	width:998px;
	margin:0 auto;
}

div#news p span {
	color:#EAB91D;
}

div#contents {
	width:1000px;
	height:854px;
	position:relative;
	margin:0 auto;
}

div#contents div#title h1 {
	position:absolute;
	left:71px;
	top:23px;
}

div#contents div#title p {
	position:absolute;
	left:57px;
	top:152px;
}

/* 動画 \*/

div#contents div#movie p {
	position:absolute;
}

div#contents div#movie p#movie1 {
	left:13px;
	top:261px;
}
div#contents div#movie p#movie2 {
	left:357px;
	top:261px;
}
div#contents div#movie p#movie3 {
	left:700px;
	top:261px;
}
div#contents div#movie p#movie4 {
	left:13px;
	top:543px;
}
div#contents div#movie p#movie5 {
	left:357px;
	top:543px;
}
div#contents div#movie p#movie6 {
	left:700px;
	top:543px;
}

div#contents div#top_btn{
	position:absolute;
	left:414px;
	bottom:28px;
}


div#footer {
	border-top:1px #BE8A15 solid;
	padding:20px 0px;
}

div#footer div {
	width:992px;
	color:#5E361C;
	position:relative;
	margin:0 auto;
}

div#footer a {
	color:#5E361C;
}

div#footer p#copy {
	float:right;
}
