#Layertop {
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	width: 100%;
	font-weight: 300;
	color: #FFF;
	background-color: #FFF;
	z-index: 9999;
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 3px 15px silver;
	padding-top: 20px;
	padding-left:20px;
}
#Layertop ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#Layertop li {
	float: left;
	color: #666;
}
#Layertop li a {
	display: block;
	color: #666;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	border-radius: 0.5em 0.5em 0em 0em;
	border: 0;
}
#Layertop li a:hover:not(.active), #home #navi01 a {
	color: #0c819a;
	background-color: #FFF;
}
#Layertop .active {
	color:#000;
	background-color: #FFF;
}
#Layertop li:last-child {
	border-right: none;
	border-left: none;
	color: #FFF;
}