html {
	overflow-y: scroll;
}

body {
	background: url(../img/bg_mainarea.gif) 0 148px repeat-x #fff;
	font-size: 87.5%;
	font-family: sans-serif;
	line-height: 1.5;
	text-align: center;
}

header,
#contents,
footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

header {
	height: 148px;
	position: relative;
}

#contents {
}

footer {
	color: #808080;
	font-size: 0.8em;
}

header h1 {
	position: absolute;
	top: 103px;
	left: 0;
}

header p:nth-child(1) {
	position: absolute;
	top: 34px;
	left: 0;
}

header #gnav {
	position: absolute;
	top: 73px;
	left: 470px;
}

header #gnav li {
	display: inline;
}

header #gnav li a {
	padding: 0 3px;
}

header aside nav li:nth-child(1) {
	position: absolute;
	top: 26px;
	right: 138px;
}

header aside nav li:nth-child(2) {
	position: absolute;
	top: 26px;
	right: 0;
}

#contentsInner {
	text-align:center; /*IE‘Î‰ž*/
	overflow: hidden;
}

#main article {
}

#main article section {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#main article #main-area {
	height: 450px;
	position: relative;
}

#main article #main-area h1 {
	position: absolute;
	top: 26px;
	left: 0;
}

#main article #main-area p:nth-child(2) {
	position: absolute;
	top: 236px;
	left: 0;
}

#main article #main-area p:nth-child(3) {
	position: absolute;
	top: 18px;
	right: 10px;
}

#main article section ul {
	margin-bottom: 20px;
	overflow: hidden;
}

#main article section ul li {
	float: left;
}

#main article section ul.list li:nth-child(2) {
	padding: 0 20px;
}

footer ul {
	background-color: #eff1f3;
	overflow: hidden;
}

footer ul li {
	line-height: 23px; 
}

footer ul li a {
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
}

footer ul li a:hover {
	color: #aaa;
	text-decoration: underline;
}

footer ul li a img {
	padding-right: 3px;
	vertical-align: middle;
}

footer ul li:first-child {
	float: left;
	padding-left: 12px;
	background: url(../../../images/nintendopr_index_28.gif) left 0 no-repeat;
}

footer ul li:last-child {
	float: right;
	padding-right: 12px;
	background: url(../../../images/nintendopr_index_31.gif) right 0 no-repeat;
}


footer p {
	clear: both;
	padding: 12px;
	text-align: center;
}

