@charset "shift_jis";


*{
	padding:0px;
	margin: 0 0 0 0;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
}

BODY{
	background-repeat:no-repeat;
	background-color:#000;
	color:#FFF;
	margin:0 0 0 0;
	line-height: 1.5;
	padding:0px;
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", "Osaka-mono","monospace";*/
	text-align:center;
	width:100%;
}


/*---------------------------- div ----------------------*/
/*   #はid  .はclass  */

div#container{
	width:95%;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:98%;
	}

div#top{
	background:url(image/SPANNER-HEAD-black150h.jpg);
	background-position:50%;
	background-repeat:no-repeat;
	/*background-color:#000;*/
	margin:0;
	height:30%;
	}

div#menu{
	padding:175px 0 19.5px 0;
}

div#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}

div#menu li{
	display:inline;
	padding:0;
	margin:0;
	float:left;
}

div#menu a{
	display:block;
	border-left:8px solid #C97556;
	background-color:#474655;
	font-size:1em;
	padding: 3 10px;
	text-decoration:none;
	color:#E1E2CF;
	width:100px;
	margin: 1 0px;
	text-align:left;
}

div#menu a2{
	display:block;
	border-left:8px solid #990033;
	background-color:#285FCC;
	font-size:1em;
	padding: 3 10px;
	text-decoration:none;
	color:#E1E2CF;
	width:100px;
	margin: 1 0px;
	text-align:left;
}

div#menu a:hover{
	border-left:8px solid #990033;
	background-color:#474655;
}

div#left{
	float:left;
	margin:0% 0% 1% 0%;
	width:18%;
	height:100%;
	background-color:#696969;
	}

div#right{
	float:right;
	margin:0% 0% 1% 1%;
	width:81%;
	height:100%;
	background-color:#696969;
	}

div#main{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	height:100%;
	background-color:#424242;
	width:100%;
	}

div#clear{
	clear:both;
	}
	
div#footer{
	height:30px;
	width:100%;
	background-color:#000;
	text-align:right;
	font-size:0.6em;
	}
/*-------------------------------------------------------*/

table.center{
	width:90%;
	margin-left : auto ;
	margin-right : auto ;
	}

h1{
	font-size: 1.7em;
	font-color:#000;
	text-shadow:3px 3px 5px #000;
	text-align:center;
	padding:20px;
	}
	
h2{
	font-size:1.1em;
}

h3{
	text-align:right;
	font-size:9pt;
	}
	
h4{
	text-align:left;
	}
	
	
/*-------------------------------------------------------*/

hr{
	width:95%;
}