html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

body {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  color: #090d3e;
  font-family: "Meiryo", sans-serif;
  margin: 0;
  background: #ffffff;
  background-image: url(images/bg.png); }

a {
  display: inline-block;
  font-weight: bold; }
  a:link {
    color: #e06214; }
  a:visited {
    color: #82390c; }
  a:hover {
    color: #f29d68; }
  a:active {
    color: #e06214; }
  a > .button, a > .small-button {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    vertical-align: top;
    text-shadow: -1px -1px 1px #27153e, 1px -1px 1px #27153e, -1px 1px 1px #27153e, 1px 1px 1px #27153e;
    padding: 0.51em 3em 0.35em;
    margin: 0;
    border-width: 3px;
    border-style: outset;
    border-radius: 0.8em;
    border-color: #fff;
    background-color: #5d50b6;
    box-shadow: 5px 5px 5px rgba(69, 32, 6, 0.6); }
    a > .button:hover, a > .small-button:hover {
      color: #ffeb95;
      border-color: #e8e8e6;
      background-color: #c6250e;
      border-style: groove; }
  a > .small-button {
    padding: 0.51em 1.5em 0.35em;
    font-size: 0.8em;
    text-shadow: -1px -1px 1px #421b37, 1px -1px 1px #421b37, -1px 1px 1px #421b37, 1px 1px 1px #421b37;
    background-color: #be5473;
    border-width: 2px;
    border-radius: 0.5em; }
    a > .small-button:hover {
      background-color: #f05f13; }

#header-base-image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	height: 128px;
	width: 100%;
	color: white;
	background-color: #51007f;
	background-color: rgba(81, 0, 127, 0.5) !important;
}

#whole-container {
	position: relative;
  margin: 0;
  border: 0;
  padding: 0 0 0 0;
  background-image: url(images/bgband.png);
  background-repeat: repeat-y;
  background-position: center; }

#container {
	position: relative;
	min-height: 100%;
	width: 750px;
	height: 1470px;
	overflow:hidden;
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/rvr_00.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    vertical-align: top;
}

#console {
	position: relative;
	width: 100%;
	padding: 910px 0px 0px;
	margin: 0px auto 0px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}

#footer, #footer .copyright {
  width: 100%;
  clear: both;
  margin: 0px;
 }
  #footer hr, #footer .copyright hr {
    width: 70%;
    margin-top: 0.8em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-style: dashed; }
  #footer .copyright {
    margin: 0 auto;
    margin-top: 0;
    font-size: 0.5em;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 0;
    color: #cccccc;
    background-color: #0b3383;
    background-color: rgba(97, 93, 124, 0.6) !important; }

#content {
  width: 80%;
  margin: 0 auto;
  padding: 0; }

.spec {
	min-width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
	table-layout: auto;
	caption-side: top; 
	border-collapse: collapse;
	background-color: #f7f7f7;
	background-color: rgba(247, 247, 247, 0.9) !important;
	empty-cells: show;
	box-shadow: 5px 8px 5px rgba(69, 32, 6, 0.6);
}
.spec th { border-width: 2px; border-style: dotted; border-color: #888; margin: 0; padding: 0.2em 0.5em; text-align: right; }
.spec td { border-width: 2px; border-style: dotted; border-color: #888; margin: 0; padding: 0.2em 0.5em; text-align: left; }
.spec td .strong { font-weight: bold; color: #ff0000; }

.section {
  margin: 0;
  clear: both; }

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

.section-title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #3d385d;
  text-align: center;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
  max-width: 80%;
  margin: 0.5em auto;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  border-width: 2px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 5px;
  background-color: #656;
  box-shadow: 5px 8px 5px rgba(69, 32, 6, 0.6); }

.box-separator {
  background-image: url(images/boxicon_green.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 1em auto; }

.box-separator-green {
  background-image: url(images/boxicon_green.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 1em auto; }

.box-separator-yellow {
  background-image: url(images/boxicon_yellow.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 1em auto; }

.box-separator-purple {
  background-image: url(images/boxicon_purple.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 1em auto; }

.box-separator-red {
  background-image: url(images/boxicon_red.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 1em auto; }

.box-separator-blue {
  background-image: url(images/boxicon_blue.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 1em auto; }

p {
  font-size: 1em;
  margin: 0;
  padding: 0.1em 0.5em;
  line-height: 1.3em; }

.centering {
  text-align: center; }

.rvr-image-section {
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
  font-size: 0; }
