@charset "utf-8";
/* base
---------------------------------------------*/
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	clear: both;
	height: 100%;
}
#flashcontent a{
	padding: 0px 0 0px 0px;
	font-weight:normal;
	color:#dd0093;
}
#flashcontent a:hover{
	color:#FF00A2;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	font-family:sans-serif;
	font-size:40em;
}

a {	
	color:#cccccc;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 150%;
	text-align:center;
}
ul, ol, dl {

	list-style-type: none;
}

a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	}
	/* body
---------------------------------------------*/
#wrapper{
	height: 100%;
	margin: 0 auto;
}
/* contents
---------------------------------------------*/
.contents {
    width: 762px;
	margin: 0 auto;
	text-align:center;
}
.contents h1 {
    width: 762px;
	height: 55px;
	clear: both;
    margin: 0px 0px 0px 0px;
	padding:0px 0 0px 0;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
	display:block;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.35em;
	line-height:1.4em;
	font-weight:normal;
	}
.contents h1 span {
    width: 762px;
	height: 55px;
	text-align: left;
	display:block;
	background-image:url(../../img/logo01.gif);
	position: absolute;
	top:0px;
	left:0px;
}
.contents p {
	width:762px;
	clear: both;
	float:left;
	text-align:left;
	font-size: 0.8em;
	line-height: 1.8em;
	color:#FFFFFF;
    margin: 0px 0px 0px 0px;
	padding:0px 0 0px 0;
}
.contents p a{
	font-weight:bold;
	color:#fff;
}
.contents p a:hover{
	color:#FF00A2;
}
/* p about
---------------------------------------------*/
.contents p.about {
	width:762px;
	float:right;
	text-align:right;
	font-size: 1em;
    margin: 0px 0px 0px 0px;
	padding:0px 0 0px 0;
}
.contents p.about a{
	font-weight:normal;
	color:#dd0057;
}
.contents p.about a:hover{
	color:#FF00A2;
}
/* footer
---------------------------------------------*/
.footer {
	clear: both;
	width: 762px;
    margin: 0 auto;
	padding:0px 0 0px 0;
}
.footer p {
	text-align: left;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
}