@charset "Shift_JIS";
*{
     margin: 0 ;
}
div#ttop{
	height: 5px;
	background-color: blue;
}
div#top{

	background-color: green;
border-width : 5px;border-style : ridge;
}
div#top_in{
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
div#top_in img{
	float: left;

	font-family: "AR Script3 Bold";
}

div#top_in h1{
	float: left;
	margin-left: 0px;
	font-family: "AR Script3 Bold";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

div#oowaku{
	width: 900px;
	height: 610px;
	margin-left: auto;
	margin-right: auto;


  background-image : url(../img/ginga.jpg);
  background-repeat : no-repeat;
}
div#waku1{
	background-image: url(../img/kyokujitu.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	z-index: 1;
}
div#waku1a{
	margin-left: 400px;
}
div#waku2{
	width: 900px;
	height: 600px;
	position: relative;
	top: -600px;
	z-index: 2;
	background-image : url(../img/us2a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#waku3{
	background-image: url(../img/hokusai2.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	position: relative;
	top: -1200px;
	z-index: 3;
}

div#waku3:hover{
	background-image: url(../img/hokusai3.png);

}

div#waku3a{

	width: 900px;
	height: 300px;
}
div#waku3b{

	width: 900px;
	height: 300px;
}
div#footer{
	height: 150px;
	background-color: green;
border-width : 10px;border-style : ridge;
  font-family : "AR Script3 Bold";
}
div#help{
	width: 300px;
/*
	height: 300px;
*/
	top: 100px;
	right: 50px;
	color: black;
	position: fixed;
	background-color: white;
	z-index: 5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-width: 5px;
	border-style: groove;
}

div#help li{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.off{
	visibility: hidden;
}
.on{
	visibility: visible;
}

div#kuji{
	background-color: maroon;
	width: 100px;
	height: 180px;
	text-align: center;
	border-width: 5px;
	border-style: groove;
	border-color: black;
	position: fixed;
	top: 90px;
	right: 50px;
	z-index: 4;
}

