@charset "utf-8";
/* CSS Document */


body {
	background-color: #f8f1f5;
	margin: 0px;
	padding: 0px;	

}

.container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1280px;
}


.contents{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main_contents{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 960px;
}

.main_contents p{
	text-align: center;
	color: #999;
	font-size: 80%;
}

.menu_area{
	height: 60px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*背景ふわふわ画像1枚*/

#main-img {
	width: 1194px;
	height: 100%;
	background-image: url(../images/img_main.png);
	/*animation: fuwafuwa 10s infinite;*/
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
/* @keyframes fuwafuwa {
 0% {
	background-position: 0 0;
}
 50% {
	background-position:  0 20px;
}
 100% {
	background-position: 0 0;
}
}*/

.top_menu{
	width: 920px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}
.menu_box{
	padding-top: 396px;
}

#menu_btn01{
	width: 265px;
	height: 118px;	
	background-image: url(../images/menu_btn_01_off.png);
	background-repeat: no-repeat;
	float: left;
}

#menu_btn01:hover{
	background-image: url(../images/menu_btn_01_on.png);
	background-repeat: no-repeat;
}

#menu_btn01_on{
	width: 265px;
	height: 118px;	
	background-image: url(../images/menu_btn_01_on.png);
	background-repeat: no-repeat;
	float: left;
}

#menu_btn02{
	width: 265px;
	height: 118px;
	background-image: url(../images/menu_btn_02_off.png);
	background-repeat: no-repeat;
	float: left;
}

#menu_btn02:hover{
	background-image: url(../images/menu_btn_02_on.png);
	background-repeat: no-repeat;
}

#menu_btn02_on{
	width: 265px;
	height: 118px;	
	background-image: url(../images/menu_btn_02_on.png);
	background-repeat: no-repeat;
	float: left;
}

#top_btn{
	background-image: url(../images/top_btn_off_.png);
	background-repeat: no-repeat;
	float: left;
	background-position: bottom;
	height: 68px;
	width: 143px;
	padding-top: 50px;
}

#top_btn:hover{
	background-image: url(../images/top_btn_on_.png);
	background-repeat: no-repeat;
	float: left;
	background-position: bottom;
	height: 68px;
	width: 143px;
	padding-top: 50px;
}

h1{
	height: 132px;
	width: 960px;
	overflow: hidden;
	text-indent:-9999px;
	white-space: nowrap;

}
#title_01{
	background-image: url(../images/title_01.png);
	clear: left;
}

#title_02{
	background-image: url(../images/title_02.png);
	clear: left;
}

#title_03{
	background-image: url(../images/title_03.png);
	clear: left;
}

#first_title_01{
	background-image: url(../images/first_title_01.png);
	clear: left;
}

#second_title_01{
	background-image: url(../images/second_title_01.png);
	clear: left;
}

.event_box{
	border-radius: 10px;
	background-color: rgba(197,202,220,0.7);
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border: 2px solid #9fa7c5;
}
.event_box2{
	border-radius: 10px;
	background-color: rgba(197,202,220,0.7);
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	border: 2px solid #9fa7c5;
}

#copyright{
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;

}

#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: left;
	display: block;
	border-radius: 5px;
	background-color: #6CF;
	background-image: url(../images/top_btn_off.png);
	background-repeat: no-repeat;
	background-position: 40px;
	width: 90px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #0FF;
	background-image: url(../images/top_btn_on.png);
	background-repeat: no-repeat;
	background-position: 40px;
	width: 90px;
}


#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}

.game_logo{
	width: 961px;
	height: 131px;
	background-image: url(../images/official_btn_off.png);
	background-repeat: no-repeat;
}

.game_logo:hover{

	background-image: url(../images/official_btn_on.png);
	background-repeat: no-repeat;
}

.footer_img{
	background-image: url(../images/footer_img.jpg);
	height: 80px;
	min-width: 1280px;
	background-repeat: repeat-x;
	
}
