a {
	text-decoration: none;
	color: black;
}
.link {
	color: black;
	background-color: rgba(0,0,255,.1);
}
.homero_navtop {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 5vh;
	top: 0.5vh;
	font-family: monospace, sans-serif;
	text-align: center;
}
.navtop_on {
	display: inline-grid;
	width: 15vw;
	height: 100%;
	background-color: rgba(255,0,0,.25);
	text-align: center;

}
.navtop_off {
	display: inline-grid;
	width: 15vw;
	height: 100%;
	background-color: rgba(255,0,0,.1);
	text-align: center;
}
.pho_nav_l {
	display: inline-block;
	width: 5%;
	background-color: rgba(255,0,0,.1);
	background-image: url(../img/menu/nav_l_a_640.webp);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.pho_nav_r {
	display: inline-block;
	width: 5%;
	background-color: rgba(255,0,0,.1);
	background-image: url(../img/menu/nav_r_a_640.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.homero_main {
	position: absolute;
	text-align: center;
	width: 100vw;
	left: 0;
	top: 10vh;
	height: 85vh;
	overflow-y: scroll;
	z-index: -1;
	font-family: monospace, sans-serif;
}
.homero_main_lalign {
	position: absolute;
	text-align: left;
	width: 100vw;
	left: 0;
	top: 10vh;
	height: 85vh;
	overflow-y: scroll;
	z-index: -1;
	font-family: monospace, sans-serif;
}
.tit_img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	height: 100%;
	object-fit: contain;
}
.menu_art_pic {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	min-height: 25vh;
	max-height: 30vh;
	object-fit: contain;
}
.peo_body {
	position: relative;
	width: 100%;
	height: 25vw;
	text-align: center;
}
.peo_img {
	display: block;
  margin-left: auto;
  margin-right: auto;
	height: 100%;
}
.linebreak {
	border-radius: 250px;
	position: relative;
	height: 5vh;
	width: 100%;
	left: 0;
	background-color: rgba(0,0,255,.05);
	background-image: url(../img/menu/menu_640.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.homero_footer {
	position: absolute;
	text-align: center;
	display: inline-block;
	width: 100%;
	left: 0;
	height: 1em;
	bottom: 0.5vh;
	background-color: rgba(0,0,255,.05);
	font-family: monospace, sans-serif;
}
.cc_icon {
	height: 100%;
}