@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: #000000;
	padding-top: 10px;
}
h6 {
	display: none;
}

.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.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 h1 {
	margin-right: auto;
	margin-left: 0px;
	width: 131px;
	float: left;
}
div#header #path {
	width: 290px;
	margin-left: auto;
	margin-right: 0px;
	height: auto;
}
h2#topimg {
	margin-top: 1em;
	margin-bottom: 1em;
}
p#coution {
	height: auto;
	width: 200px;
	margin-right: 0px;
	margin-left: auto;
	font-size: 11px;
	color: #FF0000;
}
ul#navi {
	width: 295px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul#navi li {
	float: left;
	width: auto;
	margin-right: 1em;
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F06;
	color: #F06;
}
a:link {
	color: #F06;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #099;
	text-decoration: underline;
}
a:active {
	color: #099;
	text-decoration: underline;
}
/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
div#content {
	height: 100%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-image: url(../img/shadow.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}
div#select {
	padding: 1em;
}
div#cd_voice {
	margin-top: 1em;
	margin-bottom: 1em;
}
p#video {
	border: 1px solid #FFFFFF;
}
div#shop {
	padding: 1em;
}
div#shop ul {
	clear: both;
	width: 618px;
	margin-right: auto;
	margin-left: auto;
}
div#shop ul li {
	float: left;
	padding: 3px;
}
div#introduction {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
div#introduction .text {
	width: 100%;
	line-height: 250%;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 3em;
}
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: #969;
	padding: 3px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}
table#outline .category {
	background-color: #906;
	width: 150px;
	font-weight: bold;
	color: #FFF;
}
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: auto;
	width: auto;
	background-color: #996699;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: auto;
	margin-bottom: 0px;
}
