@charset "utf-8";

@import "reset.css";

/*---------------------------------------------------
基本のスタイル
---------------------------------------------------*/
html {
	height: 100%;
}
body {
	background-color: #000;
	height: 100%;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
table {
	font-size: 12px;
}
/*---------------------------------------------------
フォントのスタイル
---------------------------------------------------*/
.style1 {
	font-weight: bold;
	color: #FF0000;
}
.style2 {
	color: #F00;
}
.style3 {
	color: #FF0066;
}
.indent {
	padding-left: 1em;
}
a:link {
	color: #FF3399;
	text-decoration: underline;
}
a:visited {
	color: #993366;
	text-decoration: underline;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
a:active {
	color: #FFFF99;
	text-decoration: underline;
}
/*---------------------------------------------------
ブロックのスタイル
---------------------------------------------------*/
div#container {
	height: 100%;
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}
* html div#container {
	height:100%;
}
body > #container {
	height: auto;
}
div#content {
	height: auto;
	width: 100%;
	padding-bottom: 31px;
	padding-top: 3em;
	text-align: center;
}
div#header {
	height: 26px;
	width: 100%;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
}
div#footer {
	width: 100%;
	height:15px;
	color: #000000;
	position:absolute;
	bottom:0px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
}
div.text {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	background-image: url(../img/bg_story.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.text2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.sale {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	color: #FF339A;
	padding-top: 1em;
	padding-bottom: 2em;
}
div.sale table {
	margin-right: auto;
	margin-left: auto;
}
div.sale table td {
	padding: 3px;
}
div.staff {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	color: #FF339A;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.ev {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	color: #FF339A;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.voice {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	color: #FF339A;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.voice table {
	margin-right: auto;
	margin-left: auto;
}
div.voice table td {
	padding: 5px;
}
div.voice .mirror {
	width: 350px;
}
div.voice .mirror td {
	padding: 2px;
	text-align: left;
}
div.text2 table {
	margin-right: auto;
	margin-left: auto;
}
div.text2 table td {
	padding: 5px;
}
div.text2 .mirror {
	width: 350px;
}
div.text2 .mirror td {
	padding: 2px;
	text-align: left;
}
div.ev table {
	margin-right: auto;
	margin-left: auto;
}
div.ev table td {
	padding: 5px;
}
div.spec {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	color: #FF339A;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.spec table {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
div.spec table td {
	border: 1px solid #000;
	font-size: 12px;
	vertical-align: top;
}
*html div.spec table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.subject_a {
	background-color: #FF339A;
	font-weight: bold;
	color: #000;
	width: 7em;
	text-align: center;
}
.subject_b {
	background-color: #FF93C9;
	font-weight: bold;
	color: #000;
	width: 7em;
	text-align: center;
}
.content_a {
	background-color: #FFE6F2;
	color: #F39;
	text-align: left;
	padding-left: 0.5em;
}
.content_b {
	color: #F39;
	background-color: #FFF;
	text-align: left;
	padding-left: 0.5em;
}
div.banner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	color: #FF339A;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.banner div {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.url {
	width: 446px;
	color: #000;
	background-color: #FF339A;
	font-weight: bold;
	padding: 2px;
	margin-top: 0.5em;
}

