@charset "utf-8";
html,body{
	height:100%;
}
body {
	background-image: url(../images/logo.gif);
	background-position:top 50px center;
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	color:#000000;
}
h1 {
	padding:0px;
	padding-right:0.5em;
	margin:0px;
	margin-bottom:250px;
	width:100%;
	text-align:right;
	color:#ffffff;
	line-height:30px;
	font-size:16px;
	background-color:#8000a0;
}
footer {
	width:100%;
	text-align:center;
	color:#ffffff;
	line-height:30px;
	font-size:16px;
	background-color: #8000a0;
	margin-top:1em;
}

h2 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #8000a0;
  border-bottom: solid 2px #8000a0;
  margin:0.5em;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #8000a0;
}
h2:before {
  left: 7px;
}
h2:after {
  right: 7px;
}
p {
	padding: 0 1em;
}
dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
dl dt {
	padding: 0.2em 1em;
	width: 9em;
}
dl dd {
	padding: 0 0.5em;
	width: calc(100% - 9em);
}
.history {
	font-size:14px;
}
ul {
	padding:0;
	list-style :none;
}