@charset "utf-8";
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}

body{
	color:#cccccc;
	background-image: url(imge/background.png);
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

#head {
	height: 100px;
	width: 1000px;
}

#menu {
	height: 50px;
	width: 1000px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: none;
	clear: left;
}

#menu li {
	float: left;
	width: 200px;
	text-align: center;
	display: block;
	height: 50px;

}	

#menu li a{
	display:block;
	width:100%;
	height:50px;
	background:url(imge/menu/m2.jpg) no-repeat;
	text-decoration:none;
	padding-top:10px;
	color: #CCCCCC;

}

#menu li a:hover{
	display:block;
	width:100%;
	background:url(imge/menu/m01_on.jpg) no-repeat;
	color: #999999;
}

#contents {
	width: 1000px;
	float: left;
	height: 800px;
}

#history {
	width: 1000px;
	float: left;
	text-align: center;
	list-style-type: disc;
}

#history2009 {
	width: 500px;
	height: 250px;
	text-align: center;
	list-style-type: disc;
	float: left;
	margin-top: 30px;
}

#history2008 {
	width: 500px;
	height: 250px;
	text-align: center;
	list-style-type: disc;
	float: left;
	margin-top: 30px;
}

#history2007 {
	width: 500px;
	height: 400px;
	text-align: center;
	list-style-type: disc;
	float: left;
	margin-top: 30px;
}

#history2006 {
	width: 500px;
	height: 400px;
	text-align: center;
	list-style-type: disc;
	float: left;
	margin-top: 30px;
}

.left {
	width: 400px;
	float: left;
	text-align: center;
	height: auto;
}

.rireki {
	overflow:auto;
	width:350px;
	height:600px;
	border:4px ridge #333333;
	color:#e8e8e8;
	line-height:2em;
	background: #666666;
	margin-top: 30px;
}

.left  li  {
	list-style: square;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #F6F6F3;
}

.right {
	width: 400px;
	height: auto;
	float: left;
}
.right_img {
	margin-top: 30px;
}


#copy{
	font-size:16px;
	color:#FFFFFF;
	float: none;
	clear: left;
	background-color: #000;
	width: 1000px;
	height: 30px;
	text-align: center;
}

