@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{
	background-color:#000000;
	color:#cccccc;
}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	height: 100px;
	width: 800px;
}

#menu {
	height: 50px;
	width: 800px;
}

#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 {
	width: 800px;
	float: left;
	height: auto;
}
#contents2 {
	height: auto;
	width: 800px;
	float: left;
}

#shugo {
	height: 295px;
	width: 350px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
}
#kowa {
	height: 295px;
	width: 350px;
	float: right;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 40px;
}
#Yyamada420 {
	height: 295px;
	width: 350px;
	float: left;
	padding-left: 40px;
}
#miki {
	height: 295px;
	width: 350px;
	float: right;
	padding-right: 40px;
}



#copy{
	line-height:40px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	clear: right;
}
