@font-face {
	font-family: "helsinki";
	src: url("font/helsinki.ttf") format("truetype"); 
} 
#header {
	font-family: "ms pgothic";	
	margin: 0;
	background-image: url("img/header.png");
	background-position: bottom;
	font-weight: bold;
}
#logo{
	vertical-align: bottom;
	text-align: center;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 300px;
	margin: auto;
}
#navigation {
	font-family: "ms gothic";
	font-size: 159%;
	width: 20%;		
	height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	list-style-type: none;
}
body {
	margin: 0;
	background-image: url("img/astrorunedark.png");
	background-attachment: fixed;
	background-color: #080010;
	background-repeat: no-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: 65% ;
	margin: 8px;
	float: left;
	position:static;
	
}
#contents{
	text-align: left;
	padding: 20px;
	width: 28% ;
	margin:8px;
	background-color: rgba(0, 0, 0, 0.600);
	float: right;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	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;
}
.square {
	list-style-type: square;
	color: yellow;
}
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";
	font-size: 50px;
}
h6{
	font-family:Webdings;
	background-color: black;
	color:black;
	opacity: 0.1;
	margin: 0;
};
h2{
	font-family: "Meiryo", "MS PGothic";
	font-size: 30px;
}	
.icon{
	height: 20px;
	top: 3px;
	position: relative;
}
#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);
}