body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #999999;
	background: #1ebdf1 url(../img/shared_img/bg.gif) repeat-x;
	scrollbar-base-color: #ffd500;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #efefef;
}

#header {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 11px;
}
#header .nintendo {
	width: 80px;
	height: 21px;
	float: left;
	text-align: left;
	padding-top: 1px;
	
}
#header .nds {
	width: 640px;
	height: 21px;
	float: right;
	text-align: right;
}

#navi {
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 38px;
}
#navi .logo {
	width: 186px;
	text-align: left;
	float: left;
	margin-bottom: 7px;
}
#navi .btn01 {
	height: 64px;
	padding: 5px 0px 0px 0px;
	margin-top: -2px;
	float: left;
}
#navi .btn02 {
	height: 64px;
	padding: 5px 0px 0px 10px;
	margin-top: -2px;
	float: left;
	text-align: left;
}
#navi .btn03 {
	height: 64px;
	padding: 5px 5px 0px 0px;
	margin-top: -2px;
	float: left;
}
#navi .btntop {
	background: url(../img/shared_img/header_line.gif) no-repeat 0px 0px;
	float: left;
	padding-left: 4px;
}

#title {
	clear: both;
	width: 720px;
	height: 81px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background: #000000 url(../img/shared_img/contents_bg.gif) repeat-y;
	position: relative;
	text-align: left;
}
#contents .pagetop {
	clear: both;
	text-align: right;
	padding: 18px 46px 30px 0px;
}

#footer {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px 50px 0px;
	background: url(../img/shared_img/footer_bg.gif) no-repeat;
	text-align: center;
	color: #666666;
}
#footer a {
	color: #1ebdf1;
	text-decoration: none;
}
#footer a:hover {
	color: #1ebdf1;
	text-decoration: underline;
}

	
