.main {
	background: rgb(138, 169, 58); padding: 10%; width: 100%; height: 50px; color: rgb(0, 0, 0); text-shadow: none;
}
#globalNavi {
	background: rgb(51, 51, 51); width: 100%;
}
#globalNavi ul li a {
	background: rgb(102, 102, 102); padding: 20px 0px; width: 20%; text-align: center; color: rgb(255, 255, 255); text-decoration: none; border-right-color: rgb(119, 119, 119); border-right-width: 1px; border-right-style: solid; float: left; box-sizing: border-box;
}
#globalNavi ul li a:hover {
	background: rgb(51, 51, 51);
}
.contents {
	background: rgb(255, 255, 255); padding: 10%; width: 100%; height: 1000px;
}
.contents p {
	margin-top: 50px;
}
.bottom {
	background: rgb(58, 165, 169); padding: 10%; width: 100%; height: 200px; color: rgb(0, 0, 0); text-shadow: none;
}
.fixed {
	top: 0px; width: 100%; position: fixed; z-index: 10000;
}
