@charset "utf-8";

@import "reset.css";


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

.clear {
	clear: both;
}
.style1 {
	font-weight: bold;
	color: #FF9900;
}
.style2 {
	font-weight: bold;
	color: #FF0066;
}
/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
div#header {
	background-image: url(../img/bgHead.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: auto;
}
div#header ul {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
div#header li {
	float: left;
	height: auto;
	width: auto;
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3366FF;
	padding-left: 1em;
}
div#header .end {
	float: left;
	height: auto;
	width: auto;
	padding-right: 1em;
	padding-left: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
div#content {
	height: auto;
	width: 652px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	min-height: 100%;
}
.catch {
	padding-bottom: 2em;
}
.staff {
	padding-top: 4em;
	padding-bottom: 4em;
}
div#down {
	font-weight: bold;
	color: #FF0066;
	text-align: center;
	height: auto;
	width: auto;
}
div#down table {
	margin-right: auto;
	margin-left: auto;
}
div#down table td {
	padding: 5px;
}
.banner {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4em;
}
.banner img {
	margin-bottom: 0.5em;
}
.URL {
	border: 1px solid #3399FF;
	width: auto;
	font-weight: bold;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
div#navi {
	height: auto;
	width: auto;
	text-align: center;
}
div#navi ul {
	padding-top: 1em;
	height: auto;
	width: 652px;
}
div#navi li {
	float: left;
}
/*----------------------------------------------------
ストーリー紹介
----------------------------------------------------*/
.story {
	text-align: left;
	padding-top: 1em;
	width: auto;
	line-height: 170%;
	font-weight: bold;
}
.midasi {
	padding-bottom: 2em;
	padding-top: 2em;
}
.storyFooter {
	background-image: url(../img/bgStory.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: auto;
	margin-top: 4em;
	padding-bottom: 4em;
}
/*----------------------------------------------------
キャラクター紹介
----------------------------------------------------*/
.chara {
	height: auto;
	width: auto;
}
.chara img {
	padding-top: 1em;
	padding-bottom: 1em;
}
/*----------------------------------------------------
サンプルCG
----------------------------------------------------*/
.sample {
	height: auto;
	width: auto;
	padding-bottom: 2em;
}
.sample ul {
	height: auto;
	width: auto;
}
.sample li {
	float: left;
	width: 216px;
	padding-bottom: 1em;
}
/*----------------------------------------------------
製品情報
----------------------------------------------------*/
.spec {
	text-align: left;
	height: auto;
	width: auto;
}
.spec dl {
	height: auto;
	width: auto;
}
.spec dt {
	float: left;
	width: 10em;
	padding: 0.25em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6FB7FF;
	border: 1px solid #FFFFFF;
}
.spec dd {
	margin-left: auto;
	width: auto;
	padding: 0.25em;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #EEF7FF;
}
.specFooter {
	background-image: url(../img/bgSpec.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: auto;
	margin-top: 2em;
	padding-bottom: 2em;
}
/*----------------------------------------------------
カウントダウンボイス
----------------------------------------------------*/
.voice {
	text-align: center;
	padding-top: 1em;
	width: auto;
	line-height: 170%;
	font-weight: bold;
}
.midasi {
	padding-bottom: 2em;
	padding-top: 2em;
}
.voiceFooter {
	background-image: url(../img/bgStory.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: auto;
	margin-top: 4em;
	padding-bottom: 4em;
}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#foot {
	background-image: url(../img/bgFoot.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}
