
* { 
	font-size: 15px; 
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	/* font-family: -apple-system, BlinkMacSystemFont, meiryo, arial, sans-serif; */
}

a {
	color: #0000AA;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

input, 
textarea, 
select { 
	padding: 3px;
	border: 1px solid #888888;
}

input[type="submit"] {
  padding: 0.25em 0.5em;
  border-style: none; /* for safari */
  background-color: #224488;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}

html { 
	margin: 0; 
	padding: 0; 
}

body { 
	position: relative; 
	background: #F8F8F8; 
	text-align: center; 
}

header dl {
	position: fixed;
	top:  0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
	line-height: 175%;
	height: 68px;
	background: rgba(100, 100, 100, 0.90);
}

header a {
	text-decoration: none;
	font-weight: bold;
}

header *,
header * a { 
	color: #FFFFFF;
}

header span {
	color: #E8E8E8;
}

header a:hover {
	text-decoration: underline;
	color: #FFFFDD;
}

header dt { 
	float: left;
	display: inline;
	text-align: left;
	padding: 10px 0 0 20px;
}

header dt span {
	padding: 0px 20px 0px 0px;
}

header dd { 
	float: right;
	text-align: right;
	padding: 10px 20px 0 0;
}

main {
	display: block;
	margin: 78px auto 0px auto;
	text-align: left;
}

footer {
	clear: both;
	margin:  20px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #888888;
	font-size: 12px;
}

footer a {
	color: #000000;
	text-decoration: none;
}

footer a:hover {
	color: #000000;
	text-decoration: underline;
}
