@charset "utf-8";

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,table,tr,th,td,
span,a,img,strong {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	background:url("../image/bg.gif") repeat-x;
	background-color:#000000;
}

.clearfix{
	zoom:1;
}

#container{
	width: 890px;
	height: 860px;
	margin: 0 auto;
}

#container_game{
	width: 890px;
	height: 860px;
	margin: 0 auto;
	background:url("../image/game1.jpg") center top ;
}

#container_game{
	width: 890px;
	height: 860px;
	margin: 0 auto;
	background:url("../image/game/bg.jpg") right top no-repeat;
}

#container_game2{
	width: 890px;
	height: 860px;
	margin: 0 auto;
	background:url("../image/game2.jpg") center top;
}

#footer{
	width: 890px;
	margin: 0 auto;
}

/*#footer img{
	display:block;
	float:left;
	}*/
#footer ul {
	clear:both;
	padding-top: 10px;
	margin-left: 69px;
}
#footer ul li{
	float:left;
	margin-left:5px;
	padding-top:3px;
	display:inline;
}

#foot_wrap{clear:both;padding-top: 10px;}
#caution{float:left;padding-top: 8px;}
#bandai{float:right;margin-bottom: 5px;}

#copy{
	margin-right:10px !important;
}


/*
=============================================
 game 
=============================================
*/

#menu_box{float:left;width:240px;height:858px;}

#game #main_box {float:right;width:650px;height:858px;}

#game #main_box #head_box{padding-bottom:15px;}
#game #main_box #head_box h1{margin:33px 0 0 25px;}
#game #main_box #head_box p{margin:3px 0 0 30px;}
#game #main_box #game_box{
	margin:auto;
	width:500px;
	height:370px;
}

#game2 #main_box {float:right;width:650px;height:858px;}
#game2 #main_box #head_box h1{margin:33px 0 0 25px;}
#game2 #main_box #head_box p{margin-left:30px;}

#scroll_area{margin-left:10px;width:625px;height:716px;overflow:auto;/*background:#f00;*/}
#scroll_area .wp_box{clear:both;margin:20px auto 0;width:540px/*270px*/;}
#scroll_area .wp_box dl{float:left;padding:0 10px 20px;width:250px;color:#fff;list-style:none;}
#scroll_area .wp_box dt{height:57px;font-size:16px;font-weight:bold;}
#scroll_area .wp_box dt.height1{height:70px;font-size:16px;font-weight:bold;}
#scroll_area .wp_box dt span.date{line-height:1.5em;font-size:13px;font-weight:bold;color:#0f0;}
#scroll_area .wp_box dd{padding-top:5px;text-align:center;}
#scroll_area .wp_box dd  a img{margin-right:2px;}
#scroll_area .wp_box li{float:left;}

#txt_box{margin:20px auto 0 ;width:500px;background:#000;border:1px solid #333;}
#txt_box h2{padding:10px 0 0 5px;}
#txt_box ul{color:#fff;font-size:13px;padding-left:10px;padding-bottom:15px;list-style:none;}
#txt_box ul li{padding: 10px 0 10px 22px ;background:url('../image/game/icon.jpg') 0 0.5em no-repeat;}
#txt_box ul strong{color:#f00;font-weight:bold;}

#txt_box2{
	clear:both;
	margin:0 auto 30px;
	width:560px;
	background:#000;
	border:1px solid #333;
}
#txt_box2 h2{padding:10px 0 0 5px;}
#txt_box2 dl{padding:10px 0 15px 12px;color:#fff;font-size:13px;list-style:none;}
#txt_box2 dl dt{font-weight:bold;}
#txt_box2 dl dd{padding: 4px 0 17px 0;}
#txt_box2 dl span{color:#f00;}


/* clear */
.clearfix:after{content: "."; display: block; clear: both; height: 0; }
