*{ margin:0; padding:0; }

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #FFF;
	color: #000;
	font-size: 0.9em;
	line-height: 180%;
	color: #000022;
}

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;
}
span.bold {
	font-weight: bold;
}
span.bold2 {
	font-weight: bold;
	font-size: 1.3em;
}
span.bold3 {
	font-weight: bold;
	font-size: 1.5em;
}
em {
	font-weight: bold;
}
pre  {
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    font-size: 14px;
    line-height: 1.2;
}
h2 {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	padding: 0.2em;
	background-color: #000066;
	color: #ffffff;
}
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;
}
