@charset "Shift_JIS";

/*------------------------------------------------------------------------------
  RESET
------------------------------------------------------------------------------*/
* {
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	display: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px;
}

h1, h2, dl, dt, dd, ul, li, p {
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
	float: left;
}

img {
	border-style: none;
}

/*------------------------------------------------------------------------------
  COMMON
------------------------------------------------------------------------------*/

div.inner_contents {
	position: relative;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.OutlineFix {
	overflow: hidden;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*------------------------------------------------------------------------------
  HEADER
------------------------------------------------------------------------------*/

#header {
	position: absolute;
	z-index: 1002;
	left: 0px;
	width: 100%;
	min-width: 960px;
}

#header div.inner_contents{
	margin: 0 13px;
}

#header_nintendo {
	position: absolute;
	top: 17px;
	left: 0px;
}

#header_wiiu {
	position: absolute;
	top: 20px;
	right: 0px;
}

/*------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------*/

.push{
	height: 23px;
}

#footer {
	position: relative;
	z-index: 999;
	width: 100%;
	min-width: 960px;
	height: 23px;
	background: url("../img/common/footer_bg_luigi.png");
	background-color: #19A333;
}

#footer div.inner_contents {
	margin: 0 13px;
}

#footer_link1 {
	position: absolute;
	top: 6px;
	left: 0;
	width: 98px;
	height: 16px;
	background: url("../img/common/footer_line.png") 97px -3px no-repeat;
}

#footer_link2 {
	position: absolute;
	top: 6px;
	left: 105px;
}

#footer_copyright {
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -45px;
}

#footer_pagetop{
	position: absolute;
	top: -11px;
	right: 0;
	cursor: pointer;
}

/*------------------------------------------------------------------------------
  MODAL
------------------------------------------------------------------------------*/

#modalbg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9100;
	width: 100%;
	height: 100%;
	background: url("../img/common/lightbox_bg.png") repeat;
}

#modal {
	display: none;
	position: absolute;
	z-index: 9200;
	width: 774px;
	left: 50%;
	top: 70px!important;
}