@charset "utf-8";
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,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 {
	width: 1000px;
	background-color: #000;
	height: auto;
}

#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;
}
#contents1 {
	float: left;
	background-color: #000;
	height: 700px;
	width: 1000px;
}
#contents2 {
	height: auto;
	width: 1000px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
}
#image {
	height: 600px;
	width: 1000px;
	margin-top: 30px;
}




#copy{
	line-height:40px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	clear: left;
	background-color: #000;
}

