@charaset "utf-8";

*{
	padding: 0;
	margin: 0;
	font-family:"Helvetica","Noto Sans SC", sans-serif;
	background-color: #eae5e3;
}



header{
	width: 100%;
}
.menu_1{
	text-align: center;
	margin:100px auto 100px auto;
	font-size:100px;
}
.menu_1 a{
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	color: #0d0015;
}
.menu_2{
	text-align: center;
	margin:0 auto 100px auto;
	font-size:30px;
	line-height: 1.5;
}
.menu_2 a{
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	color: #0d0015;
}

.index-main {
  width: 1200px;
  min-height: 1px;
}

.omake{
	text-align: center;
	margin:800px auto 100px auto;
	font-size:15px;
}

.omake a{
	font-weight: normal;
	width: 100px;
	text-decoration: none;
	color: #0099ff;
}
footer{
	width: 100%;
}

p{text-align: center;
}