*{ 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: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
/*	font-family: 'Noto Sans JP', serif;*/
	background-color: #FFF;
	color: #000;
	font-size: 1.1em;
	line-height: 180%;
	color: #000022;
}

table {
	width:50%;
	margin-top:1em;
	margin-bottom:1em;
	float:right;
	margin-left: 1em;
}



container {
	width:60px;
}

div.cover{
	margin-top: 30px;
	background-color: #000;
}
div.cover-pic{
	margin: 0 auto;
	width: 500px;
	background-color: #000;
	float: left;
}
div.cover-toc{
	padding-left: 15px;
	padding-top: 50px;
/*	width: 330px;*/
	color: #eee;
	/*
	font-family:sans-serif;
	*/
	font-size:1.2em;
	line-height:220%;
	background-color: #000;
	float: left;
}
a.cover{
	font-weight:normal;
	text-decoration: none;
	color: #eeeeee;
}
a.cover:hover { 
	color: #eeeeee;
}
a.cover:visited{
	color: #eeeeee;
}
div.cover-footer{
	height:100px;
	padding-top: 30px;
	background-color: #000;
	clear: both;
	text-align: right;
}
a.cover-footer{
	font-weight:normal;
	text-decoration: none;
	color: #eeeeee;
}




#header {
	background-color: #FFF;
	text-align: center;
}

#header h1 {
	padding-top: 50px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	color: #000;
	font-size: 32px;
	font-weight: normal;
	line-height: 100%;
}
#header h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}
#header img {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

content {
	line-height: 180%;
}


#content_container table.imgleft {
margin-right: 20px;
margin-bottom: 20px;
float: left;
}
#content_container table.imgright {
margin-left: 20px;
margin-bottom: 20px;
float: right;
}
#content_container table td {
	font-size: 12px;
	color: #000022;
	padding: 5px;
	text-align: center;
}

#footer {
	clear: both;
	height: 100px;
	background-color: #FFF;
	text-align: right;
	padding: 10px;
	margin-top:2em;
}
#footer p {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 160%;
	margin: 10px;
}

p {
	margin-bottom: 1.0em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1.0em;
	margin-top: 1.5em;
}
h2.saisho {
	font-size: 1.5em;
	margin-bottom: 1.0em;
	margin-top: 0.5em;
}
ul {
list-style-type: square;
margin-left:2em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

hr{
height: 1px;
border: none;
border-top: 1px #888888 solid;
}
hr.cover{
height: 1px;
border: none;
border-top: 1px #888888 solid;
}

a {
	text-decoration: none;
	color: #0000FF;
}
a:hover { color:red; }
a:visited{
	color: #9392B8;
}
#footer a { text-decoration:none; color:#666666; }
#footer a:hover { color:red; }
#container #content_container table tr td h3 a {
	font-family: ＭＳ Ｐ明朝, MS PMincho,ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, serif;
}
