/* INO (www.ino.net) 2025 All Rights Reserved  */
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #909090;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#navigation {
	position: fixed;
	top: 0;
	width: 100%;
	color: #000000;
	height: 18px;
	text-align: center;
	padding-top: 1px;
	background-color: rgba(255, 255, 255, 0.9);
        z-index:999999999;
}

#navigation a {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	color: #999999;
}

img {
	border: none;
}

#img-container {
	width: 100%;
	height: auto;
	margin: 10;
	padding: 10;
	align-content: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}

.select:hover {
	opacity: 0.6;
	filter: alpha(opacity=50);
}

.resize_horizontal {
	max-width: 100%;
}