/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body{
	background:#CCCCCC url(../images/back.png) repeat-y center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック";
	margin:0px;
	padding:0px;
	font-size:small;
	color:#CCCCCC;
}

a{color:#CCCCCC;}
a:hover{color:#FFFFFF;}
a:visited{color:#CCCCCC;}

h1{
	font-size:x-small;
	color:#CCCCCC;
	margin:25px 0 5px 0;
}
h2{
	background-color:#000000;
	font-size:small;
	color:#CCCCCC;
	padding: 3px;
}

#wrapper{
	background-color:#000000;
	width:800px;
	margin: auto;
}
#inner-wrapper{
	width:800px;
	margin:auto;
}
#headder{
	height:80px;
	border-bottom:#333333 3px solid;
	margin:auto;
}
#headder a{
	display:block;
}
#headbuttons{
	margin-left:400px;
	margin-top:50px;
}
ul#headder-menu{
	margin-left:400px;
	margin-top: 50px;
	position:static;
	float: left;
}
li.headbutton{
	width:100px;
	float:left;
}
ul#headder-nav{
	margin:0px auto;
	width:800px;
	padding-left: 1px;
}
ul#headder-nav li{
	float:left;
	width:133px;
	height:33px;
	overflow:visible;
}
.contentsbanner{
	float:left;
	width: 133px;
	height: 33px;
	overflow: visible;
}
#container{
	width:100%;
	height:100%;
	float:left;
	background-color: #333333;
	clear: both;
}
#content{
	width:100%;
	height:100%;
	background-color: #333333;
	float:left;
	clear:both;
	margin:0px auto;
	text-align:left;
	color:#CCCCCC;
	padding-bottom: 5px;
}
#indexcontents{
	background-color: #333333;
	float: left;
	width: 100%;
}
	
#flash{
	border:0px;
}
#leftcontents,#rightcontents{
	background:#CCCCCC;
	color:#CCCCCC;
	height:215px;
	margin-top:5px;
}
#leftcontents{
	float:left;
	margin-left:5px;
	width: 390px;
}

#rightcontents{
	float:right;
	margin-right:5px;
	width: 390px;
}

/* -- leftcontents -- */

ul#news li{
	margin-top:5px;
	margin-left:10px;
	color:#333333;
	font-size:x-small;
}

#history{
	margin:0px;
}


/* -- leftcontents end -- */


/* -- rightcontents -- */
#innner-contents{
	padding:10px;
}

table#contents-banner{
	text-align:center;
	width:100%;
}
table#contents-banner td{
	height:56px;
}
/* -- rightcontents end -- */




.banners{
	margin-top:5px;
	width:100%;
	clear: both;
	margin-bottom: 5px;
	text-align:center;
	float:left;
}
.banner{

	height:90px;
	margin-top:10px;
	width: 728px;
	margin:auto;
}




div#footer{
	background:#000000;
	margin:0px auto;
	height:100%;
	float: left;
	clear: both;
	width: 800px;
}

ul#footer-menu{
	margin-top:10px;
}
ul#footer-menu li{
	float:left;
	margin-left:2em;
	font-size: x-small;
}

ul#footer-menu-sub{
	clear:left;
}
ul#footer-menu-sub li{
	float:left;
	margin-left:2em;
	font-size:x-small;
}

div#get_flashplayer{
	width:112px;
	height:33px;
	float:right;
	margin-right:20px;
}


div#footlinks{
	margin-right:10px;
	margin-top:30px;
	width:10em;
}
div#copyright{
	font-size:x-small;
	width:auto;
	clear:both;
	text-align:right;
	margin-top:5px;
	padding-right:20px;
}



/*---------Prepare---------*/
#prepare{
	text-align:center;
	letter-spacing:1em;
	margin-top:10em;
	margin-bottom:10em;
	font-size:medium;
	color:#FFFFFF;
}
