@charset "iso-8859-1";


*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #000000;
	text-align: center;
}
img{
	border-style: none;
}
div#header{
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
div#header #harea{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 870px;
	height: 90px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
div#header h1{
	width: 84px;
	margin-top: 25px;
	margin-left: 35px;
	float: left;
	display: inline;
}
div#header ul{
	width: 256px;
	margin-top: 25px;
	margin-right: 18px;
	float: right;
	display: inline;
}
div#header #harea li{
	width: 128px;
	float: left;
}
div#contents{
	background-color: #ffffff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
div#movie{
	width: 820px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/flashbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#movie p{
	padding-top: 10px;
}
div#footer{
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 45px;
}
div#footer #farea{
	position: relative;
	width: 800px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
div#footer ul.outlink{
	position: absolute;
	right: 0px;
	bottom: 5px;
}
div#footer ul.outlink li{
	float: left;
	margin-left: 15px;
}
div#footer p.link{
	margin-bottom: 17px;
}
/* clear element */
.clear:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clear{display:inline-block;}
/* Hides from IE-mac \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */