@charset "shift_jis";
 html{
	margin: 0px;
	padding: 0px;
	width: 100vw;
	height: 100vh;
}

body{
	font: 100% 'Noto Sans Japanese', serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100vw;
	height: 100vh;
}


table,tr,td{

}
 


a:link{color : #ffffff; text-decoration:none;}
a:visited{color : #ffffff; text-decoration:none;}
a:active{color : #ffffff; text-decoration:none;}
a:hover	{color : #ffffff; text-decoration:none;}


h1{
	font-size: 100%;
}

h2{
	font-size: 100%;
}



.nasi{
display:none;
}