@charset "utf-8";

@import "reset.css";


/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
	background-color: #FF0000;
}
h1 {
	display: none;
}
h6 {
	display: none;
}

.clear {
	clear: both;
}
.style1 {
	font-weight: bold;
	color: #FF0000;
}
.style2 {
	font-weight: bold;
	color: #FF0066;
}
/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
div#header {
	background-image: url(../img/bgHead.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: auto;
}
div#header #path {
	float: right;
	width: auto;
	padding-right: 2.8em;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}
/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
div#content {
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-image: url(../img/shadow.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}
div#introduction {
	text-align: left;
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 2em;
}
div#download {
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	text-align: left;
}
table#outline {
	width: 632px;
	margin-top: 1em;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
table#outline td {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}
table#outline .category {
	background-color: #FF0000;
	width: 150px;
	font-weight: bold;
	color: #000000;
}
p#character {
	padding-top: 1em;
	padding-bottom: 2em;
}
table#ecg {
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
table#ecg td {
	padding: 1em;
	width: 33%;
}
div#link {
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	text-align: left;
}
p.URL {
	width: 494px;
	border: 1px solid #FF0000;
	margin-top: 1em;
	padding: 3px;
	margin-bottom: 1em;
	color: #FF0000;
}
p#demo {
	margin-bottom: 2em;
}
table#banner {
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}
table#banner td {
	padding: 5px;
}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#foot {
	height: 43px;
	width: 100%;
	background-color: #FF0000;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 1em;
}
