*{
	margin:0;
	padding:0;
}

body{
	background-color:#004F7A;
	font-family:sans-serif;
	color: #ffffff;
}

.bg{
	/* background-image: url("../image/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top; */
}

a{
	color: #ffffff;
}

a:hover{
	opacity: 0.7;
}

a:visited{
	color: #ffffff;
}

h1{
	font-size: 32px;
	text-align: center;
	margin-bottom:5px;
	background-color:#000000;
}

h2{
	font-size: 20px;
	text-align: left;
}

.wrapper{
	width:1000px;
	margin:auto;
	/* background-color: #dce5ec; */
	/* background-image: url("../image/bg.jpg"); */
	/* background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top; */
}

.menu{
	width:1000px;
	height:65px;
	background-color:#000000;
	list-style-type:none;
	position:fixed;
	margin: auto;
}

.menu-btn{
	width:250px;
	height:65px;
	background-color:#829AcB;
	font-weight:bold;
	font-size:20px;
	float:left;
	display:inline;
	background-repeat:no-repeat;
	text-align:center;
	line-height:70px;
}

.menu-btn:hover{
	width:250px;
	height:65px;
	background-color:#DCE5EC;
	font-weight:bold;
	font-size:20px;
	float:left;
	display:inline;
	background-repeat:no-repeat;
	text-align:center;
	line-height:70px;
	color: #ffffff;
}

#first-view{
	padding-top: 65px;
	width:1000px;
	height:707px;
	margin: auto;
}


footer{
	/* width:1000px; */
	height:40px;
	background-color:#000000;
	text-align:center;
	line-height:40px;
}


.contents{
	/* background-color: rgba(122,138,147,0.6); */
	width:800px;
	margin:auto;
	padding:  25px 100px;
}

.scroll{
	width:800px;
	margin:auto;
	padding: 15px 100px;
	/* background-color: rgba(122,138,147,1); */
}

.first-view{
	width:800px;
	height:600px;
	margin:auto;
	margin-left:100px;
	padding-top:100px;
}

#story{
	/* background-color: rgba(205,101,159,0.5); */
}

#chara{
	/* background-color: rgba(130,154,201,0.5); */
}

#info{
	/* background-color: rgba(130,194,185,0.5); */
}

.detail{
	width:600px;
	list-style-type:none;
	padding: 5px;
	margin: auto;
}

.whats-new{
	width:784px;
	max-height:150px;
	border:solid #000000;
	background-color:#DCE5EC;
	overflow:auto;
	list-style-type:none;
	margin-bottom:30px;
	padding: 5px;
	color:#000000;
}

/* span{
	background-color:#000000;
	font-family:cursive;
	padding-right:306px;
	padding-bottom:2px;
} */

/*
.movie{
	width:650px;
	margin:auto;
} */
