@charset "Shift_JIS";

html{
	overflow-y:scroll;
}
body{
}
a:link		{text-decoration: none; color:#006699;}
a:visited	{text-decoration: none; color:#006699;}
a:hover		{text-decoration: none; color:#FF8C00;}
a:active	{text-decoration: none; color:#FF8C00;}

/* ---------------------------------------------------------container */
#container{
	margin:0 auto;
}

/* ---------------------------------------------------------parts */
/* game start */
#login_btn_dbb{
	text-align: left;
	width: 241px;
	height: 241px;
	text-indent: -9999px;
	padding:0;
}
#login_btn_dbb a{
	display: block;
	width: 241px;
	height: 241px;
	background:url(../mainimg/gamestart.png) top no-repeat;
}
#login_btn_dbb a:hover{
	background-position:0 -241px;
}

/* new_game */
p#regist_new_game{
	width: 217px;
	height: 69px;
	text-indent: -9999px;
	margin:0 0 0 13px;
	padding:0;
}
p#regist_new_game a{
	display: block;
	width: 217px;
	height: 69px;
	background:url(../mainimg/gamestart.png) 0 -172px no-repeat;
}
p#regist_new_game a:hover{
	background-position:bottom;
}

/*--tb^[------------------------------------------*/

#footer{
	font-size: 10px;
	clear:left;
	color: #fff;
	}
#footer_main{
	width: 960px;
	margin:0 auto 0;
	padding-top:10px;
}
	#footer_main:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}
#footer p{
	margin:0 0 3px 0;
	}
.copyright{
	wiidth:980px;
	height:20px;
	margin:0 auto;
}
.copyright .comp{
	float: left;
	letter-spacing: 1px;
	margin-top:6px;
	height:14px;
	width:300px;
}
.copyright .comp ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.copyright .comp ul li{
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	background: url(../mainimg/footer_arrow.gif) left 2px no-repeat;
}
.copyright .comp ul li a{
	color: #fff;
}
.copyright .comp ul li a:hover{
	color: #ff9900;
	text-decoration: underline;
}
.arr{
	float: right;
	position:relative;
	margin-bottom:5px;
	height:14px;
}
.arr img{
padding:0 0 0 4px;
position:relative;
top:3px;
}
