h3{font-size: 120%;}
ol{font-size:8pt;color:#009;}

#footer {
	font-family: palatino, georgia, times new roman, serif;
	color:#cfc;
	font-size:x-small;
	padding:10px;
	border-top:2px solid #040;
	text-align:center;
	background:#093;
}

body {
	margin: 20px 0px 20px 0px;
	padding: 0 0 0 0;
	text-align: center;
	background: #b7bcc3;
}

#header {
	margin: 0px 0px 0px 0px;
	width:793px;
	}

#container {
	margin: 0 auto;
	border: 1px solid #557;
	width: 793px;
	text-align:left;
	background: #fff;
	}

#content {
	margin: 10px 30px 30px 20px;
	text-align: left;
	padding: 0px;
	line-height:150%;
		font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Lucida Grande, sans-serif;
}

.text {
	color:#335;
	margin-bottom:20px;
	}


img.left { float: left; border: 1px solid; margin-left:0; margin-right:10px; margin-top:2px; margin-bottom:5px}
img.right { float: right; border: 1px solid; margin-left:10px; margin-right:0; margin-top:2px; margin-bottom:5px}
img.across { border: 0px none; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px}

#content a { text-decoration: none; }
#content a:link { color: #00f; }
#content a:visited { color: #00267f; }
#content a:hover, #content a:active { text-decoration:underline; color: #00f; }

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

blockquote{font-size:10pt;color:#009;
	line-height: 20pt;
	margin: 0 0 20 0;
	padding: 10px;
	color: #003;
	background: #ffd;
	border: 1px solid #c00;
}

.wrapper1 {
			margin: 40 0;
}
.wrapper1 .button {
			color: #ffffff;
			text-decoration:none;
			font-family: メイリオ, Meiryo, ヒラギノ角ゴ ProN W6, Hiragino Kaku Gothic ProN;
			padding: 16px;
			background: #55d;
			border: 1px solid #000;
			border-radius: 10px;
}
.wrapper1 .button:hover {
					color: #ff0 !important;
}
