* { font-family: "Meiryo", "Meiryo UI", san-serif; }
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;
}

img.bg-koushi {
	position: fixed;
	top: 0;
	left: 0;
}


#menu{
	width: 600px;
        height: 40px;
	text-align: right;
	position: fixed;
	bottom: 50px;
	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; }


/* 内容1 */

#contents {
	width: auto;
	margin: auto ;
	padding-top: 50px; 
	text-align: center;
}
#contents h2 {
	color: #494949;
	font-family: "Meiryo", "Meiryo UI", san-serif;
	margin: -5px;
	padding-top: 0px;
	padding-bottom: 30px;
	opacity: 0.7;
}
#contents p {
	color: #494949;
	font-family: "Meiryo", "Meiryo UI", san-serif;
}
#contents p { margin: 0 0 20px; }
#contents a:link { color: #494949; text-decoration: none; }
#contents a:visited { color: #494949; text-decoration: none; }
#contents a:hover { color: #a0a0a0; text-decoration: none; }
#contents a:active { color: #a0a0a0; text-decoration: none; }
#contents a:hover img { opacity: 0.8; }

/* 内容2 */

#container {
	margin: 50px auto 140px;
	padding: 20px 0px;
	background-color: rgba(255,255,255,0.65);
	opacity: 0.999;
}
#container a:link img { border-style: none; }
#container a:hover img { opacity: 0.8; }

.item {
	width: 300px;
	margin: 9px;
	float: ;
}


/* フッター */

#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: 90px;
	opacity: 0.65;
	z-index: 2;
}
#page-top a:hover img { opacity: 0.70; }


/* 忍者アナライズ */

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