@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 {
	background-color:#FFF;
	text-align:center;
}
#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}
#wrapper {
	width:768px;
	margin:28px auto 0;
}
#header {
	width:768px;
	height:80px;
	margin:0 auto;
	text-align:center;
}
h2 {
	margin-bottom: 10px;
}
p#copy {
	margin-bottom: 15px;
}

/* ********************************************************************************
 * softinfo
 * ******************************************************************************** */
div#softinfo {
	margin-bottom: 20px;
	font-size: 92%;
}
div#softinfo div#softinfoTop,
div#softinfo div#softinfoBottom {
	width: 758px;
	height: 10px;
	font-size: 0;
	background: url(../img/softinfo_top.gif) no-repeat 0 0;
}
div#softinfo div#softinfoBottom {
	background: url(../img/softinfo_bottom.gif) no-repeat 0 0;
}
div#softinfo div#softinfoContents {
	width: 728px;
	padding: 0 14px;
	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/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 {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 32px;
	height: 40px;
}


/* ********************************************************************************
 * dsiwareInfo
 * ******************************************************************************** */

div#dsiwareInfo {
	margin-bottom: 20px;
}
div#dsiwareInfo div#dsiwareInfoTop {
	width: 758px;
	height: 14px;
	background: url(../img/dsiware_top.gif) no-repeat 0 0;
	font-size: 0
}
div#dsiwareInfo div#dsiwareInfoBottom {
	width: 758px;
	height: 16px;
	background: url(../img/dsiware_bottom.gif) no-repeat 0 0;
}
div#dsiwareInfo div#dsiwareInfoContents {
	width: 756px;
	border-left: solid 1px #ff418c;
	border-right: solid 1px #ff418c;
	position: relative;
}
div#dsiwareInfo div#dsiwareInfoContents p#dsiwareText {
	width: 500px;
	margin-left: 200px;
	font-size: 92%;
}
div#dsiwareInfo div#dsiwareInfoContents p#dsiwareLogo {
	position: absolute;
	top: 2.3em;
	left: 42px;
	width: 119px;
	height: 23px;
}

