@font-face {
	font-family: "helsinki";
	src: url("font/helsinki.TTF") format("truetype"); 
} 
#header {
	font-family: "ms mincho"; 	
	margin: 0;
	background-image: url();
	background-color: #08001069;
	background-position: bottom;
	font-weight: bold;
}
#logo{
	vertical-align: bottom;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0px;
	height: auto;
	margin: auto;
}
#navigation {
	font-family: "ms gothic";
	font-size: 159%;
	width: 100%;		
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0;
	text-align: center;
	list-style-type: none;
	font-size: 0px;
}
#navigation li{
	float: left;
	text-align: center;
	padding: 3%;

}
body {
	margin: 0;
	background-image: url("img/title2.png");
	background-attachment: fixed;
	background-color: #080010;
	background-repeat:repeat ;
	background-size: cover;
	color: azure;
	font-family: "MS PGothic", "Meiryo";
	font-stretch: extra-expanded;
	height: 100%
}
#stuff{
	text-align: center;
	padding: 10px;
	width: 80% ;
	margin: auto;
}
#stuff2{
	text-align: center;
	padding: 10px;
	width: 100% ;
	margin: 8px;
	float: none;
	
}
#contents{
	text-align: center;
	padding: 20px;
	width: 100% ;
	margin:8px;
	background-color: rgba(0, 0, 0, 0.600);
	float: none;
	position:relative; /* Safari */
	
	top: 0;
}
a {
	color: cyan;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}
.column{
	float: left;	
	width: 50%;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: upper-roman;
}
h1{
	text-emphasis: bold;
	font-style: bold;
	background-size: bold;
	text-justify: bold;
	font-style: italic;
	font-family: "Meiryo", "MS PGothic";
}
h6{
	font-family:Webdings;
	background-color: black;
	color:black;
	opacity: 0.1;
	margin: 0;
}
h2{
	font-size: 50px;
}
.icon{
	height: 30px;
	top: 3px;
	position: relative;
	margin: 5%;
}
#footer{
	background-color: black;
	background-position: top;
	text-align: center;
	width: 100%;
	background-size: cover;
	padding-top: 20px;
	margin: 0;
	padding-bottom: 20px;
	
}
#footerheader{
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translateY(5px);
}