@charset "UTF-8";
/* CSS Document */


.home {
	font-family:'superbastoneregular';
	position: fixed;
	left: 20px;
	top: 25px;
}

.info {
	font-family: 'superbastoneregular';
	position:fixed;
	left: 20px;
	bottom: 15px;
}

.CV {
	font-size:12px;
	position: fixed;
	left: 20px;
	top: 45px;
}

.IM {
	font-size:12px;
	position: fixed;
	left: 20px;
	top: 65px;
}

.ED {
	font-size:12px;
	position: fixed;
	left: 20px;
	top: 85px;
}

.SP {
	font-size:12px;
	font-family: 'uglyface';
	position: fixed;
	left: 10px;
	top: 105px;
}

.SP a:link {
	color: #15171C;
	text-decoration: none;
	background-color: #FFD800;
}

.SP a:hover {
	color: #00317A;
	text-decoration: none;
	background-color: #344148;
}
.SP a:visited {
	color: #FE006D;
	text-decoration: none;
	background-color: #FFD800;
}
