@charset "Shift_JIS";
*{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
body{
  border-top-width: 15px;
  border-top-style: solid;
  border-top-color: black;
}
a{
  text-decoration: none;
  border-radius: 6px;
}
#zentai{
  width: 700px;
}
#top{
	height: 30px;
	display: none;
}
#top a{
  color: black;
  background-color: olive;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-width: 3px;
  border-style: ridge;
  border-color: white;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#top a:hover{
  background-color: lime;
}
#logo{
	position: absolute;
	top: 0px;
	right: 0px;
       writing-mode: tb-rl; /* IE“ÆŽ©Žd—l */
       writing-mode: vertical-rl;
       -moz-writing-mode: vertical-rl;
       -o-writing-mode: vertical-rl;
       -webkit-writing-mode: vertical-rl;
	display: block;
}

#logo h1{
	text-align: center;
	font-size: 30px;
	font-family: "‚l‚r –¾’©";
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	border-width: 5px;
	border-style: ridge;
	border-color: black;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: black;
}
#logo h1 a{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  display: block;
  color: olive;
}
#logo h1 img{
  float: right;
}
#logo h1:hover{
	background-color: white;
}

#menu{
	text-align: center;
	float: left;
}
#menu h1 a{
	height: 50px;
	color: white;
	background-color: black;
	text-align: left;
	font-size: 25px;
	font-family: "‚l‚r –¾’©";
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	line-height: 1.5;
	border-width: 5px;
	border-style: ridge;
	border-color: blue;
}
#menu h1 a:hover{
  background-color: lime;
}
#footer{
	border-width: 5px;
	border-style: ridge;
	border-color: black;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: white;
	width: 430px;
	clear: both;
}
#footer:hover{
	background-color: white;
	color: black;
}

#footer p{
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
