/*---------------------   all   ---------------------*/
*{
	margin:0;
	padding:0;
	border:0;
}

body {
	background:url(../image/body_bg.gif) repeat-x;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", MS PGothic,  Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	color:#eee;
	width:100%;
	font-size:80%;
	background-color: #000;
}

a {
	color: #cccc99;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #cccc99;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #cccc99;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #cccc99;
}


ul,li{
	list-style:none;
}
/*--------------------- flash  ---------------------*/


/*----------------- noflash header -----------------*/
#header{
	width:100%;
	height:68px;
	padding:0 0 150px 0;
	text-align:center;
}

#header ul{
	width:800px;
	height:68px;
	margin:0 auto;
}

#header ul li{
	float:left;
}

#sega{
	padding:16px 0 0 21px;
}

#st{
	padding:16px 0 0 21px;
}

#st{
	padding:19px 0 0 550px;
}


/*----------------- noflash contents -----------------*/

#flashcontent{
	margin:0 auto;
	text-align:center;
}

#flashcontent h1{
	padding:0 0 50px 0;
}

#flashcontent p{
	padding:0 0 1em;
}

p#copyright{
	clear:both;

	padding:150px 0 0 0;
	text-align:center;
}

