@charset "utf-8";

body {
	background-color: #000033;
	color: #ffffff;
	font-size: 80%;
	font-family: Verdana, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS UI Gothic", Arial, sans-serif;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	border-style:none;
}
html{
  border-style:none;
}

img{
	border: 0;
}
.clear{
	clear: both;

}
.right{
	text-align: right;
}
/* LINK ----------------------- */
a:link{
	color: #cccccc;
	text-decoration: underline;
}
a:visited{
	color: #cccccc;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}

/* FONT ----------------------- */
h1{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ffffff;
}

/* CONTAINER ----------------------- */
.container{
	width: 800px;
	background-color: #040b19;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	border: 10px solid #000000;
}

/* HEADER ----------------------- */
.header{
	width: 800px;
	height: 138px;
	margin: 0;
	padding: 0;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
.logo{
	margin: 0;
	padding: 50px 20px 0 150px;
}
.description{
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: bold;
	color: #f5f5f5;
	font-size: 110%;
}
/* CONTENT ----------------------- */
.content{
	margin: 0;
	padding: 0 20px 20px 20px;
}
.leftbox{
	width: 525px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.rightbox{
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 120%;
	font-weight: bold;
}
.movie{
	text-align: center;
	margin: 0;
	padding: 20px 0 40px 0;
}
object {
	border-style: none;
}
.area{
	width: 525px;
	height: 200px;
	margin: 0;
	padding: 30px 0 0 0;
	background-image: url("../img/message_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

/* FOOTER ----------------------- */
.footer{
	margin: 0;
	padding: 20px;
	text-align: right;
}
