@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : home.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

	
/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */

a:link {
	text-decoration: underline;
}
/* a:active */
a:active {
	text-decoration: underline;
}
/* a:visited */
a:visited {
	text-decoration: underline;
}
/* a:hover */
a:hover {
	text-decoration: none;
}


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

.clearfix:after,
div.section:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
div.section {
	display: inline-block;
}
* html .clearfix,
* html div.section {
	height: 1%;
}
.clearfix,
div.section {
	display: block;
	clear:both;
}


/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */
html {
	height: 100%;
	overflow: auto;
}


/* body */
body {
	/*text-align: center; /* for IE6 */
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background:#050406;
}


/* div#container
 * ******************************************************************************** */
div#container {
	margin: 0 auto;
	position: absolute;
	top: 40px;
	left: 0px;
	height: 100%;
	width: 100%;
	line-height: 0;
}

/* div#screen
 * ******************************************************************************** */
div#screen {
	height: 100%;
	margin: 0 auto;
}

/* div#flashContent
 * ******************************************************************************** */
div#flashContent {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 72px;
	left: 2px;
	height: 100%;
	width: 99%;
	line-height: 0;
}

/* div#contents
 * ******************************************************************************** */
div#contents {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

/* div#columnBox
 * ******************************************************************************** */
div#columnBox {
	width: 960px;
	text-align: center;
	margin:0 auto;
}

/* div#nocontent
 * ******************************************************************************** */
div#nocontent {
	background:#050406 url(../images/top/bg_body.jpg) no-repeat top center;
	width: 768px;
}

/*ヘッダーエリア*/
div#nocontent #header {
	width: 728px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

div#nocontent #header .corplogo {
	position: absolute;
	top: 17px;
	left: 0px;
}

div#nocontent #header .wiilogo {
	position: absolute;
	top: 10px;
	right: 0px;
}

div#nocontent #imgarea {
	width: 728px;
	height: 304px;
	margin: 0 auto;
}

div#nocontent #menuarea {
	width: 728px;
	height: 28px;
	margin: 0 auto;
}

div#nocontent #news {
	width: 728px;
	margin: 0 auto;
	text-align: left;
}




/*フッターエリア*/
div#nocontent #footer {
	width: 728px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}

div#nocontent #footer .release {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:left;
}

div#nocontent #footer .release .date {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#nocontent #footer .release .rpg {
	position: absolute;
	top: 26px;
	left: 0px;
}

div#nocontent #footer .release .wii {
	position: absolute;
	top: 45px;
	left: 0px;
}

div#nocontent #footer .cero {
	position: absolute;
	top: 0px;
	left: 380px;
}

div#nocontent #footer .cero2 {
	position: absolute;
	top: 0px;
	left: 421px;
}

div#nocontent #footer .book {
	position: absolute;
	top: 60px;
	left: 381px;
}

div#nocontent #footer .talk {
	position: absolute;
	top: 35px;
	left: 521px;
}

div#nocontent #footer .illust {
	position: absolute;
	top: -27px;
	left: 521px;
}

div#nocontent #footer .waraimeshi {
	position: absolute;
	top: 39px;
	left: 521px;
}

div#nocontent #footer address {
	position: absolute;
	top: 95px;
	left: 0px;
}



/* topicsのテキスト
 * ******************************************************************************** */
dl.topicsTxt {
	padding-top: 16px;
	padding-bottom: 10px;
}

dl.topicsTxt dt {
	float: left;
	width: 53px;
	line-height: 1em;
}

dl.topicsTxt dd {
	float: left;
	width: 660px;
	line-height: 1em;
	color: #ffffff;
	font-size: 12px;
	vertical-align:bottom;
}


#wiiudlbanner{
	width: 100%;
	height: 60px;
	background: #FFF;
}

#wiiudlbanner a{
	width: 960px;
	height: 60px;
	margin: 0 auto;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#wiiudlbanner a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
