html{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'Noto Serif JP', serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
		font-family: 'Noto Serif JP', serif;
	*/
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url('../images/comment2_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}




a:link{color : #000; text-decoration:none;}

a:visited,a:active,a:hover
{
  color : #AA1518;
  text-decoration: none;
}



h1{
	font-size: 100%;
}

h2{
	font-size: 100%;
}



.nasi{
display:none;
}
