* {
	margin: 0;
	padding: 0;
	font-size: 12px ;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


html, body {
	background: #fff;
	color: #000;
	height: 100%;
}
* html body {
	font-size: 100%;
}
*:first-child+html body {
	font-size: 100%;
}


#wrapp {
	width: 978px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}
#content {
	background: url(../template/bg.gif) repeat-y center top;
	width: 978px;
	margin: 100px auto 0;
}
#contentB {
	background: url(../template/bg.gif) repeat-y center top;
	width: 978px;
	margin: 50px auto 0;
}
#header {
	background: url(../template/header.jpg) no-repeat center top;
	width: 978px;
	height: 777px; /*703px*/
	margin: 0 auto 20px;
	position: relative;
}
#headerB {
	background: url(../template/header-b.jpg) no-repeat center top;
	width: 978px;
	height: 777px; /*703px*/
	margin: 0 auto 20px;
	position: relative;
}
#whatsNew {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 320px;
	color: #fff;
}
#whatsNewB {
	position: absolute;
	top: 180px;
	right: 20px;
	width: 260px;
	color: #fff;
}

#whatsNew dl {
	margin: 5px 0 0 0;
	text-align: left;
}
#whatsNew dl dt {
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	line-height: 1.1;
}
#whatsNew dl dd {
	font-size: 90%;
	margin: -2em 0 0 0;
	padding: 8px 0 4px 7em;
	border-bottom: 1px dashed #333;
	line-height: 1.1;
}
#whatsNew dl dd a {
	font-size: 100%;
}


#whatsNewB dl {
	margin: 5px 0 0 0;
	text-align: left;
}
#whatsNewB dl dt {
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	line-height: 1.1;
}
#whatsNewB dl dd {
	font-size: 90%;
	margin: -2em 0 0 0;
	padding: 8px 0 4px 7em;
	border-bottom: 1px dashed #333;
	line-height: 1.1;
}
#whatsNewB dl dd a {
	font-size: 100%;
}


img.iniHeader {
	position: absolute;
	top: 530px;
	left: 40px;
}
#cdInc {
	position: absolute;
	top: 610px;
	left: 36px;
}
#dvdInc {
	position: absolute;
	top: 610px;
	left: 496px;
}
#cdInc ol,#dvdInc ol {
	margin: 10px 0 0 70px;
	color: #fff;
}
* html #cdInc ol,
* html #dvdInc ol {
	margin: 0 0 0 70px;
}
*:first-child+html #cdInc ol,
*:first-child+html #dvdInc ol {
	margin: 0 0 0 70px;
}



#cdInc ol li strong,
#dvdInc ol li strong {
	color: #fff;
	font-size: 120%;
}
#header img.dragonLogo {
	position: absolute;
	top: 455px;
	right: -30px;
}
#header img.teamLogo {
	position: absolute;
	top: -70px;
	left: -5px;
}
#header img.teamMember {
	position: absolute;
	top: -15px;
	left: 407px;
}
#headerB img.dragonLogo {
	position: absolute;
	top: 455px;
	right: -30px;
}
#headerB img.teamLogo {
	position: absolute;
	top: 35px;
	right: 10px;
}
#headerB img.teamMember {
	position: absolute;
	top: -15px;
	left: 27px;
}

a {
	text-decoration: none;
	outline: 0;
}


a:link,
a:visited {
	font-weight: bold;
	font-size: inherit;
	color: #03c;
	}
a:hover {
	font-weight: bold;
	font-size: inherit;
	color:#8893b4;
	}
a:active {
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	color: #6d2ea2;
	}


img {
    border: 0;
}



h1 {
	color: #1997e0;
	font-weight: bold;
	line-height: 1;
	font-size: 120%;
	margin: 0.5em 0 0.3em 0;
	padding: 0;
}

h2 {
	color: #1997e0;
	background: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0.5em 0 0.4em 0;
	padding: 2px 3px;
	border-bottom: 1px solid #dae9f7;
	border-left: 6px solid #1997e0;
	border-top: 1px solid #dae9f7;
	border-right: 1px solid #dae9f7;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	color: #5cc300;
	margin: 1em 0 6px 0;
	border-bottom: 1px dashed #5cc300;
	padding: 0 2px;
}
h4 {
	color: #1997e0;
	font-weight: bold;
}

b {
	font-weight: bold;
}

hr {
	height: 0;
	border: 0;
	width: 100%;
	display: block;
	clear: both;
	visibility: hidden;
}
hr.blueLine {
	height: 1px;
	border-bottom: 1px solid #8dccf1;
	border-top: none;
	border-left: none;
	border-right: none;
	visibility: visible;
	margin: 20px 0;
}

p {
	margin: 0.5em 0 2em 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.hidari {
	float: left;
	margin: 0 1em 0 0;
}
.migi{
	margin: 0 0 0 1em;
	float: right;
}

/*mainContent ----------------------------------*/
#mainContent {
	width: 912px;
	margin: 0 auto;
}
* html #mainContent {
	width: 888px;
	padding: 0 0 0 24px;
}


#mainContentBottom {
	background: url(../template/bottomBg.gif) no-repeat center bottom;
	width: 978px;
	height: 40px;
	margin: 0 auto;
}
/*ディスク-----------------------------------------------------------------*/

img.version {
	margin: 0 0 -7px 0;
}



.discSpace {
	width: 888px;
	background: url(../template/discBg.gif) repeat-y;
	padding: 12px 12px 0 12px;
}
.discCdSpace {
	width: 452px;
	height: 180px;
	background: url(../template/discCdBg.gif) repeat-y;
	padding: 12px 12px 0 12px;
}
.discBottom {
	width: 912px;
	height: 25px;
	background: url(../template/discBottom.gif) no-repeat;
}
.discCdBottom {
	width: 452px;
	height: 25px;
	background: url(../template/discCdBottom.gif) no-repeat;
}


.discSpace table{
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 696px;
}
.discSpace table tr {
	vertical-alg: top;
}
.discSpace table td {
	padding: 2px;
	width: 232px;
}
.COZAdragonBall {
	margin: 0 0 0 190px;
	width: 696px;
	height: 180px;
}
.discSpace table td.bottom {
	border-bottom: 1px solid #8dccf1;
}
.discSpace table td.right {
	border-right: 1px solid #8dccf1;
}
table img.migi {
	margin: 0 5px 0 5px;
}
.discSpace ul{
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}
.discSpace ul li {
	line-height: 1.1;
	margin: 5px 0;
}
#COCAteamDragon {
	float: left;
	width: 452px;
}
#COCAdragonBall {
	margin: 0 0 0 460px;
	width: 452px;
}
* html #COCAdragonBall {
	margin: -264px 0 0 460px;
}


.attention {
	font-weight: bold;
	color: #f33;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #f33;
}

/*footer ----------------------------------*/
#footer {
	background: url(../template/footerBg.jpg) no-repeat;
	width: 978px;
	margin: 0 auto;
	font-size: 90%;
	position: relative;
}
#footer, .push {
	height: 80px;
}



#copyright {
	font-size: 90%;
	position: absolute;
	bottom: 15px;
	left: 20px;
}
#copyright img{
	margin: 0 0 3px 0;
}
#return {
	font-size: 90%;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#copyright a,
#return a {
	font-weight: bold;
}
* html #copyright a,
* html #return a {
	font-size: 90%;
}
*:first-child+html #copyright a,
*:first-child+html #return a {
	font-size: 90%;
}

