html {
	background-color: #FFFFFF;
	font-family: "Hannari","ipaexm"
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.menu {
	position: absolute;
	margin-top: -225px;
	margin-left: -400px;
	list-style-type: none;
	height: 330px;
	width: 220px;
	float: left;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
	font-size : 125%;
	text-decoration : none;
	color: #333333;
}
.title{
	position: absolute;
	margin-left: 90px;
	margin-top: 140px;
	width: 310px;
	float: left;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
}
img{
	border-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
@font-face {
  font-family: "Hannari";
  src: url("font/Hannari.woff");
}
@font-face {
  font-family: "ipaexm";
  src: url("font/ipaexm.ttf");
}