@charset "UTF-8";
/* CSS Document */
*{margin:0; padding:0;}

html,body{
	
height:100%;
	width:964px;
	
	margin: 0 auto;	
}

body{
	background-image: url(images/base.png);
	background-repeat:repeat-x;
		
	background-color:#f6f4e8;
	height:3000px;
	}
	
/* IE7でpadding指定 */
*:first-child+html body {padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {padding-left: 1px;}
/*A*/
a{color:#000000;}
a:hover{color:#333333;}
a:active{:#333333;}

div#container{
	position:relative;
	
	width:964px;
		
    margin: 0 auto;  
}

div#header{
	
	position: relative;

	height:550px;
	width:964px;
		
}

div#header_b{

	height:215px;
	
	background-image: url(images/title.png);
	background-repeat:no-repeat;
		
	padding-top:170px;
	padding-left:520px;
		
}

div#event{
	
	position: relative;
	width:498px;
	
}

div#area .title{}
.exp img{margin:10px;}

div.clear{clear:both;}


div#area{
	
	position: relative;
	width:964px;
	
	padding-left:5px;
	padding-top:110px;
	
}


.banner{
	
	float:right;
	border:0;
	margin-right:43px;
	
}

.banner img:hover{opacity:0.7;}


div#area .title{}
.exp img{margin:5px;}



div.clear{clear:both;}


#main{
	width:964px;
	height:700px;
	
	padding:50px;

}

#box {
overflow: auto;
width: 300px;
height: 160px;
}
#box iframe {
width: 295px; /*PC版の幅－5pxくらい*/
height: 160px;
}

#contents1{
	
	background-image: url(images/game.png);
	background-repeat:no-repeat;

	margin:0 auto;	
	width:964px;
	height:254px;
}
.txt {
	
	width: 600px;
	height:100px;

	padding-top:175px;
	padding-left:100px;
	
	font-size:13.5px;
	line-height:150%;

}

#contents2{
	
	background-image: url(images/game2.png);
	background-repeat:no-repeat;

	margin:0 auto;	
		width:964px;
	height:288px;
}
.txt2 {
	
	width: 600px;
	height:200px;

	padding-top:155px;
	padding-left:100px;
	
	font-size:13.5px;
	line-height:150%;
	
}

#contents3{
	
	background-image: url(images/game3.png);
	background-repeat:no-repeat;

	margin:0 auto;	
	width:964px;
	height:254px;
}
.txt3 {
	
	width: 600px;
	height:200px;

	padding-top:115px;
	padding-left:100px;
	
	font-size:13.5px;
	line-height:150%;


}

#contents4{
	
	background-image: url(images/game4.png);
	background-repeat:no-repeat;

	margin:0 auto;	
	width:964px;
	height:270px;
}
.txt4 {
	
	width: 800px;
	height:330px;

	padding-top:140px;
	padding-left:100px;
	
	font-size:13.5px;
	line-height:150%;
}


#contents5{
	
	background-image: url(images/game5.png);
	background-repeat:no-repeat;

	margin:0 auto;	
	width:964px;
	height:480px;
}
.txt5 {
	
	width: 800px;
	height:300px;

	padding-top:150px;
	padding-left:95px;
	
	font-size:13.5px;
	line-height:150%;
}

#footer{	
	height:20px;	

	position:relative;
	width:100%;
	margin:0 auto 0;

	font-size:80%;
	line-height:170%;
	text-align:center;
	color: #627bc7;

	padding:3% 0 1%;
}

</style>
