*{ margin:0; padding:0; }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

body {
/*	font-family: 'Noto Sans JP', sans-serif;*/
/*	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
	
	background-color: #FFF;
	color: #000;
}

h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 1em;
	margin-bottom: 3em;
}

h2 {
	font-weight: bold;
	line-height: 100%;
}

div.midashi {
	margin-bottom: 2em;	
	font-size: 1.2em;
	font-weight: bold;
}
div.honbun {
	padding-right: 1em;
	margin-bottom: 5em;	
	line-height: 180%;
	font-size: 1em;
}

ul {
	list-style-type: square;
	font-size: 0.8em;  
	line-height: 130%;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
}

p {
	margin-bottom: 1em;
}


a {
	text-decoration: none;
	color: #000;
}
a:hover { color:red; }
a:visited{
}

#footer a { text-decoration:none; color:#666666; }
#footer a:hover { color:red; }
