
body { text-align: left;}

img.bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.8;
}

#menu {
	width: 600px;
        height: 30px;
	padding: 0px;
	text-align: right;
	position: fixed;
	bottom: 20px;
	right: 0px;
	z-index: 5;
	opacity: 0.65;
}
#menu h3 {
	padding-right: 3.5em;
	font-size: 18;
	color: #ffffff;
	font-family: "Meiryo", "Meiryo UI", san-serif;
	
}
#menu p {
	font-size: 13;
	margin-right: 6.0em;
	color: #ffffff;
	font-family: "Meiryo", "Meiryo UI", san-serif;
}
#menu a:link { color: #ffffff; text-decoration: none; }
#menu a:visited { color: #ffffff; text-decoration: none; }
#menu a:hover { color: #a0a0a0; text-decoration: none; opacity: 0.6; }
#menu a:active { color: #a0a0a0; }
#menu a:link img { border-style: none; }


/* ヘッダー部 */

#header {
	padding-top: 20px;
	margin-bottom: 20px;
	height: 100px;
	width: 100%;
}
#header h1 {
	font-size: 50;
	color: #a0a0a0;
	font-family: "Meiryo", "Meiryo UI", san-serif;
	margin-left: 1.5em;
	margin-right: 1.5em;
	opacity: 0.7;
}
#header a:link { color: #494949; text-decoration: none; }
#header a:visited { color: #494949; text-decoration: none; }
#header a:hover { color: #a0a0a0; text-decoration: none; }
#header a:hover img { opacity: 0.7; }



#wrapper {
	width: 700px;
	margin: 80 auto;
	text-align: center;
}

/* 内容 */

#contents {
	background-color: rgba(255,255,255,0.65);
	text-align: left;
	width: 700px;
	margin: auto auto 200px auto;
	padding: 20px;
	opacity: 0.999;
}
#contents h2 {
	font-color: #000000;
	font-family: "Meiryo", "Meiryo UI", san-serif;
	margin: 0 0 20px;
	opacity: 0.7;
}
#contents p {
	font-color: #000000;
	font-family: "Meiryo", "Meiryo UI", san-serif;
}
#contents p { margin: 0 0 20px; }
#contents a:link { color: #000000; text-decoration: none; }
#contents a:visited { color: #000000; text-decoration: none; }
#contents a:hover { color: #777777; text-decoration: none; }
#contents a:active { color: #777777; text-decoration: none; }



/* フッター */

#footer {
	background: #000000;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0.65;
}
#footer p {
	font-size: 14;
	margin-left: 5.0em;
	color: #ffffff;
	font-family: "Meiryo", "Meiryo UI", san-serif;
}
#footer a:link { color: #ffffff; text-decoration: none; }
#footer a:visited { color: #ffffff; text-decoration: none; }
#footer a:hover {color: #a0a0a0; text-decoration: none; }
#footer a:active {color: #a0a0a0; text-decoration: none; }
h2 { margin: 0 0 20px; }


/* ページトップバナー */

#page-top {
	visibility: hidden;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	opacity: 0.65;
}
#page-top a:hover img { opacity: 0.70; }


/* 忍者アナライズ */

#analyze {
	visibility: hidden;
	bottom: 5px;
	left: 5px;
}