body{
	background-color:#666666;
	margin: 0px;
	padding : 0px;
}

img{
	border : 0px;
}

#waku{
	width : 900px;
	margin: 0 auto;
	padding:20px 20px 5px 20px;
	background-color:#333333;
	text-align : left;
}

#header{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px dotted #666666;
}

#main{
	margin : 40px 0px;
	background-color:#000000;
	width : 100%;
	text-align:center;
}

.ad_right{
	float : right;
}

.explain1{
	float : left;
	padding-left : 20px;
	width:260px;
	height : 440px;
	color:#FFFFFF;
	font-size:80%;
	letter-spacing:0.1em;
	line-height:1.1em;
}

.explain2{
	float : left;
	padding-left : 20px;
	width:360px;
	color:#FFFFFF;
	font-size:80%;
	letter-spacing:0.1em;
	line-height:1.1em;
}

.explain1 table{
	border-spacing:5px;
}

.explain1 td{
	border-bottom: 1px solid #666666;
	padding : 2px;
}

h3{
	padding : 0px;
}

.explain div,h3{
}

.explain1 div{
	padding-left:1em;
}

.explain2 div{
	padding-left:1em;
	padding-bottom : 40px;
}

#footer_button{
	clear : both;
	margin:0 auto;
}

#footer{
	margin:20px 0px;
	text-align:center;
}

/* link */
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/* other game */
#other_game{
	margin : 20px auto;
	background-color : #000000;
	width : 600px;
	color : #FFFFFF;
	text-align : left;
	font-size : 80%;
}
#other_game td.sumbnail{
	width : 10%;
}
#other_game td.caption{
	width : 40%;
}
