@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: meiryo,'Hiragino Mincho Pro',tahoma;
}
#header {
	background-color: #282;
}
#header-content {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 40px;
	padding-right: 40px;
	color: #FFF;
}
#header-content h1 {
	font-size: 100%;
}
#header-content p {
	font-size: 100%;
	font-weight: bold;
}
#header-content a:link {
	color: #FFF;
}
#header-content a:visited {
	color: #FFF;
}
#sub-content {
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 20px;
}
#sub-content #title-logo {
	width: 450px;
	height: 225px;
	float: left;
	position: absolute;
	z-index: 1;
}
#sub-content #character {
	float: right;
	width: 469px;
	height: 526px;
	position: relative;
	z-index: 2;
}
#sub-content #character #nijiko {
	float: right;
	text-align: right;
	height: 210px;
	width: 470px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#sub-content #character #leftblock {
	float: left;
	width: 259px;
	position: absolute;
	bottom: 0px;
}
#sub-content #character #leftblock #fukidashi {
	float: right;
	width: 259px;
	height: 82px;
}
#sub-content #character #leftblock #nizilla {
	float: right;
	width: 140px;
	height: 212px;
}
#sub-content #download {
	float: left;
	position: absolute;
	z-index: 3;
	margin-top: 330px;
	margin-left: 0px;
}
#sub-content #download a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#sub-content #download #button {
	height: 115px;
	width: 315px;
	background-image: url(download.png);
	background-repeat: no-repeat;
	line-height: 1.0em;
}
#sub-content #download #button .version {
	color: #060;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 77px;
	padding-left: 125px;
}
#sub-content #download #button .size {
	color: #060;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 125px;
}
#sub-content #download #comment {
	font-size: 80%;
	color: #222;
	padding-left: 1.50em;
	padding-top: 0.5em;
}

#main-contents {
	clear: both;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 0em;
	padding-bottom: 2em;
}

#main-contents h2 {
	border-left-style: solid;
	border-left-width: 10px;
	padding-left: 5px;
	border-color: #282;
	margin-top: 0.8em;
	padding-top: 0.1em;
	font-size: 130%;
}

#main-contents h3 {
	border-left-style: solid;
	border-left-width: 0px;
	padding-left: 5px;
	border-color: #FFF;
	margin-top: 0.8em;
	padding-top: 0.1em;
	font-size: 110%;
}

#main-contents p {
	padding-left: 15px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
div.figure {
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #e8e8e8;
}
div.figure div.caption {
	font-weight: bold;
	font-size: 95%;
	margin-top: 0.35em;
}

blockquote {
	background-color: #e0f8ff;
	color: #000;
	margin-left: 2em;
	margin-right: 0em;
	padding-right: 0.5em;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
}
blockquote cite {
	font-size: 90%;
}
blockquote p.cite {
	text-align: right;
	padding-right: 0.5em;
}
ul {
	padding-left: 1.0em;
}
dl {
	margin-left: 1.0em;
}
dt {
	font-weight: bold;
	margin-top: 1.0em;
}
dd {
	font-weight: normal;
	margin-top: 0.2em;
	margin-left: 1.0em;
}
