.page-content{
	width: 1240px;
	min-height: 1280px;
	height: 100%;
	position: absolute;
	background: var(--active-area);
}
.button{
	color: var(--font-color);
	background: var(--lighter-color);
	height: 38px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 18px;
	border: solid 2px var(--main-color);
}
.button:hover{
	background: var(--main-color);
	border: solid 2px var(--darker-color);
}
.link{
	display: block;
	text-decoration: none;
	width: 390px;
}
.sublink{
	display: inline-block;
	text-decoration: none;
	width: 354.97px/*calc( - 31.03px)*/;
}
.sublink-pointer{
	color: var(--font-color);
	margin: 0 12px 0 12px;
	font-size: 20px;
	display: inline-block;
	line-height: 18px;
}
.subsublink{
	display: inline-block;
	text-decoration: none;
	width: 321.941px;
}
.subsublink-pointer{
	color: var(--font-color);
	margin: 0 12px 0 45.03px;
	font-size: 20px;
	display: inline-block;
	line-height: 18px;
}
.page-content ul{
	margin: 0;
}
.page-content li{
	margin: 5px;
}
.sitemap{
	position: absolute;
	top: 10px;
	left: 50px;
	width: 328px;
	height: 158px;
}
.home{
	position: absolute;
	top: 110px;
	right: 150px;
	width: 408px;
	height: 132px;
}
.art{
	position: absolute;
	top: 230px;
	left: 140px;
	width: 408px;
	height: 132px;
}
.system{
	position: absolute;
	top: 310px;
	right: 150px;
	width: 408px;
	height: 290px;
}
.youtube{
	position: absolute;
	top: 410px;
	left: 140px;
	width: 408px;
	height: 132px;
}
.everything{
	position: absolute;
	top: 600px;
	left: 140px;
	width: 408px;
	height: 226px;
}
.end-bubble{
	position: absolute;
	bottom: 200px;
	right: 150px;
}
.me{
	position: absolute;
	bottom: 0;
	left: 475px;
}
.sitemap-window-content{
	padding: 0 5px 5px 5px;
	font-size: 18px;
}
.arrow{
	position: absolute;
	top: 160px;
	right: 130px;
}
.bubble{
	position: absolute;
	top: 215px;
	right: 50px;
}
.footer{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 370px;
	height: 100px;
	color: #000000;
	font-size: 18px;
}
.footer a{
	color: #000000;
}