@charset "UTF-8";

.clr {
	content:"";
	clear:both;
}
header {
background:#cfc;
padding-bottom:5px;
}
.toplink {
background:#dfd;
font-size:0.8rem;
}

header p {
text-align:center;
font-weight:bold;
margin: 10px 0;
font-size:1.2rem;
}
#navi ul {
	font-family: "Times New Roman", times, serif;
	font-size: 1.05rem;
	margin:0;
	padding:0;
	list-style-type:none;
        behavior: url("csshover.htc");/* IE6 */
	display:table;
}
#navi > ul {
	margin:10px auto;
}

#navi ul li {
	/* display: table-cell; */
	width: 170px;
	font-weight: bold;
	float: left;
	border:1px solid #000;
	margin-right:2px;
}

#navi ul li ul li {
        margin: 0;
        font-weight: normal;
        border-left:1px solid #000;
        position:relative;
        left:-1px;
        float: none;
}

#navi ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #fff;
	text-decoration: none;
	background: #00630b;
	line-height: 1.2em;
}

#navi ul .active > a {
	/* display: block; */
	background: #634000;
	border:1px solid #fff;
	height:100%;
}

#navi ul li a {
	min-height:1.908rem;
	padding:0.4rem 0;
	box-sizing: border-box;
}
#navi ul li ul li a {
	min-height:1.5rem;
	padding:0.25rem 0;
}

#navi ul a:hover,
#navi ul a:focus {
        background: #fff;
        color:#00630b;
}

#navi ul li ul li:nth-child(n+2){
	border-top: none;
}

#navi ul li a {
	display: block;
	height: 100%;
	font-size:80%;
	text-align: center;
}

#navi ul li ul li a {
	font-size:80%;
	border-top:none;
	background:#2F595E;
}
#navi ul .active ul li a {
	background:#2F595E;
}
#navi ul li ul li a:hover,
#navi ul li ul li a:focus {
	color:#2F595E;
	background:#fff;
}

/* OFF */
#navi ul li ul {
        display: none;
}

/* ON */
#navi ul li:hover ul {
        display: block;
        position: absolute;
        z-index: 2;
}

#navi ul li:focus-within ul{
        display: block;
        position: absolute;
        z-index: 2;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #006600;
  opacity: 0.5;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  font-size:0em;
}
#page_top a span{
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 18px 14px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

footer {
margin-top: 10px;
padding: 10px 0;
background : #dfd;
width:100%;
}
footer div {
font-size:0.8rem;
}
html{
background : #dfd;
}
body {
overflow-y: scroll;
height:auto!important;
}
