@charset "Shift_JIS";


/* ********************************************************************************
 * ブラウザスタイルの初期化
 * ******************************************************************************** */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a img {
	border:none;
	text-decoration:none;
	outline:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type:none;
}

/* ********************************************************************************
 * デフォルトスタイル
 * ******************************************************************************** */

hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
object,
param {
	border: 0;
	vertical-align: bottom;
}
input{
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight: bold;
	text-decoration: none;
}	
	
/* ********************************************************************************
 * リンク
 * ******************************************************************************** */

a {
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/* ********************************************************************************
 * 凡庸クラススタイル
 * ******************************************************************************** */
.stx {
	font-size: 85%;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
/* 右へfloat */
.alignRight {
	float: right;
}
	
/* 左へfloat */
.alignLeft {
	float: left;
}
/* floatをクリア　ここから */
.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 */
/* floatをクリア　ここまで */



/* ********************************************************************************
 * フォントサイズ
 * ******************************************************************************** */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: Helvetica,"MS P Gothic",Osaka,"Hiragino Kaku Gothic Pro",Verdana,Arial,Meiryo,sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
};
select,
input,
textarea {
	font-size: 99%;
}

/* ********************************************************************************
 * layout
 * ******************************************************************************** */

body {
	text-align:center;
}
div#container {
	width:100%;
	background: url(../images/bg.jpg) repeat top center;
}
div#containerInner {
	width:100%;
	background: url(../images/container_inner_bg.jpg) no-repeat top center;
}
div#contents {
	width:768px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
p#wiiWareLogo {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 28px;
}
/* ********************************************************************************
 * #flashContent 
 * ******************************************************************************** */

#flashContent {
 	outline: none;
}

/* ********************************************************************************
 * div#menu 
 * ******************************************************************************** */

div#menu {
	width: 768px;
	height: 83px;
	background: url(../images/menu_bg.jpg) no-repeat 0 0;
	position: relative;
}
div#menu h1 {
	padding: 14px 17px 0 14px;
}
div#menu ul {
	position: absolute;
	top: 14px;
	left: 192px;
	font-size: 0;
	line-height: 0;
}
div#menu ul li {
	float: left;
	margin-right: 10px;
	width: 208px;
	height: 58px;
}

/* ********************************************************************************
 * div#title 
 * ******************************************************************************** */
div#title {
	position: relative;
}
div#title p#btnTotop {
	position: absolute;
	top: 0;
	right: 17px;
	width: 79px;
	height: 34px;
}

/* ********************************************************************************
 * btnNext,btnBack
 * ******************************************************************************** */
div#main02 ul {
	margin-left: 265px;
}
div#main02 ul li {
	float: left;
}
div#main02 ul li.btnBack {
	margin-right: 12px;
}

/* ********************************************************************************
 * p#copyright 
 * ******************************************************************************** */
 	
p#copyright {
	margin: 20px 0 20px 243px;
}

/* ********************************************************************************
 * ul#footerLink
 * ******************************************************************************** */
ul#footerLink {
	width: 768px;
	margin: 20px auto;
	text-align: center;
	font-size: 100%;
}
ul#footerLink li {
	display: inline;
}
ul#footerLink li {
	color: #ffffff;
}
.current,.current a {
	color: #00f000;
}

/* ********************************************************************************
 * softinfo
 * ******************************************************************************** */
div#softinfo {
	margin-top: 2px;
	font-size: 92%;
	position: relative;
}
div#softinfoTop,
div#softinfoBottom {
	width: 768px;
	height: 10px;
	font-size: 0;
	background: url(../images/softinfo_top.gif) no-repeat 0 0;
}
div#softinfoTop {
	height: 20px;
}
div#softinfoBottom {
	background: url(../images/softinfo_bottom.gif) no-repeat 0 0;
}
div#softinfoContents {
	width: 738px;
	padding: 0 14px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	position: relative;
	background-color:#FFFFFF;
	z-index: 0;
}
div#softinfoContents dl dt {
	float: left;
	width: 10em;
	padding: 8px 0.5em;
	color: #555555;
	font-weight: bold;
}
div#softinfoContents dl dt span {
	color: #00d200;
}
div#softinfoContents dl dd {
	margin-left: 0;
	padding: 8px 0.5em 8px 10em;
	background: url(../images/dot.gif) repeat-x left bottom;
}
div#softinfoContents dl dd img {
	vertical-align: middle;
}
div#softinfoContents dl {
	width: 738px;
	line-height: 1.0;
}
div#softinfoContents dl.column,
div#softinfoContents dl.column2,
div#softinfoContents dl.columnLast {
	width: 430px;
	float: left;
}
div#softinfoContents dl.column2 {
	width: 308px;
}
div#softinfo ul {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 1;
}
div#softinfo ul li {
	display: inline;
}
div#btnArea {
	padding: 10px 10px 0 0;
	float: right;
}
div#btnArea p.btnCero {
	margin-right: 10px;
	float: left;
}
div#btnArea p.btnPdf {
	float: left;
}
div#btnArea p.btnPdf img {
	vertical-align: middle;
	
}
