@charset "Shift_JIS";


/* ********************************************************************************
 * common
 * ******************************************************************************** */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}

/* ********************************************************************************
 * fontsize
 * ******************************************************************************** */
body {
	font-size: 13px;
	line-height: 1.5;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}


/* ********************************************************************************
 * clearfix
 * ******************************************************************************** */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hides from IE-mac */

/* 右へclear */
.clearRight {
	clear: right;
}
/* 左へclear */
.clearLeft {
	clear: left;
}


/* ********************************************************************************
 * layout
 * ******************************************************************************** */
body {
	text-align:center;
}

#container {
	width:768px;
	margin:0 auto 0 auto;
	text-align:left;
}
#header {
	width:768px;
	height:80px;
	margin:0 auto;
	text-align:center;
}

p#copy {
	clear: both;
	margin-top: 15px;
	margin-bottom: 8px;
	text-align: center;
}

p#copy_02 {
	margin-bottom: 0;
	text-align: center;
}

.alignCenter {
	text-align:center;
}

#footer {
	clear: both;
}

#foot_navi {
	text-align: center;
	margin-top: 15px;
}
#foot_navi ul li {
	display: inline;
	letter-spacing: 2px;
	color: #FFFFFF;
}

#foot_navi ul li a {
	color: #FFFFFF;
}

/* ********************************************************************************
 * softinfo
 * ******************************************************************************** */
div#softinfo {
	margin-bottom: 20px;
	font-size: 92%;
}
div#softinfo div#softinfoTop,
div#softinfo div#softinfoBottom {
	width: 758px;
	height: 8px;
	font-size: 0;
	background: url(../img/index/softinfo_top.gif) no-repeat 0 0;
}
div#softinfo div#softinfoBottom {
	height: 5px;
	background: url(../img/index/softinfo_bottom.gif) no-repeat center bottom;
}
div#softinfo div#softinfoContents {
	width: 726px;
	height: 130px;
	padding: 0 15px 3px 15px;
	background-color: #FFFFFF;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	position: relative;
}
div#softinfo div#softinfoContents dl dt {
	float: left;
	width: 10em;
	padding: 8px 0.5em;
	color: #8c8c8c;
	font-weight: bold;
}
div#softinfo div#softinfoContents dl dt span {
	color: #ff418c;
}
div#softinfo div#softinfoContents dl dd {
	margin-left: 0;
	padding: 8px 0.5em 8px 10em;
	background: url(../img/index/dot.gif) repeat-x left bottom;
}
div#softinfo div#softinfoContents dl {
	width: 688px;
	line-height: 1.0;
}
div#softinfo div#softinfoContents dl.column,
div#softinfo div#softinfoContents dl.columnLast {
	width: 344px;
	float: left;
}
div#softinfo div#softinfoContents dl.last dd,
div#softinfo div#softinfoContents dl.columnLast dd {
	background: none;
}
div#softinfo div#softinfoContents p.cero {
	position: absolute;
	top: 92px;
	right: 10px;
	width: 32px;
	height: 40px;
}

div#softinfo div#softinfoContents p#wiiware {
	position: absolute;
	top: 92px;
	right: 55px;
	width: 460px;
	height: 40px;
}


/* ********************************************************************************
 * ul#pagecontents_navi
 * ******************************************************************************** */
table#pagecontents_navi {
	clear: both;
	margin: 0;
}

table#pagecontents_navi td.naviarea {
	width: 550px;
}

table#pagecontents_navi ul {
	clear: both;
}

table#pagecontents_navi ul li {
	float: left;
	width: 166;
	margin-right: 8px;
}

table#pagecontents_navi ul li.guide {
	margin-right: 0;
}

table#pagecontents_navi ul li.now,
table#pagecontents_navi ul li a {
	display: block;
	overflow: hidden;
	width: 166px;
	height: 34px;
	background: top center no-repeat;
	text-indent: -9999px;
}

table#pagecontents_navi ul li a:hover {
	background-position: bottom;
}

table#pagecontents_navi ul li.play a {
	background-image: url(../img_cmn/navi_play.gif);
} 

table#pagecontents_navi ul li.mode a {
	background-image: url(../img_cmn/navi_mode.gif);
} 

table#pagecontents_navi ul li.guide a {
	background-image: url(../img_cmn/navi_guide.gif);
} 


table#pagecontents_navi p {
	width: 81px;
	height: 17px;
	margin: 0;
	padding: 13px 0 8px 432px;
	text-align: left;
}

table#pagecontents_navi p a {
	display: block;
	overflow: hidden;
	width: 81px;
	height: 17px;
	background: url(../img_cmn/navi_top.gif) top left no-repeat;
	text-indent: -9999px;
}

table#pagecontents_navi p a:hover {
	background-position: bottom;
}



/* ********************************************************************************
 * div#footArea
 * ******************************************************************************** */
div#footArea {
	background-color: #FFFFFF;
}

div#foot_navi {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

div#ftr_link1 {
	margin-left: auto;
	margin-right: auto;
}
