html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	/*font-family: "Bebas Neue", sans-serif;*/
	/*
	font-family: 'Noto Sans JP', sans-serif;
		font-family: 'Noto Serif JP', serif;
	*/
	font-weight: 400;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}


table,
tr,
td {}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
}


a:hover {
	color: #950000;
	text-decoration:underline;
}



h1 {
	font-size: 100%;
}

h2 {
	font-size: 100%;
}



.nasi {
	display: none;
}
