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 #080348, 1px -1px 1px #080348, -1px 1px 1px #080348, 1px 1px 1px #080348;
    padding: 0.51em 3em 0.35em;
    margin: 0;
    border-width: 3px;
    border-style: outset;
    border-radius: 0.8em;
    border-color: #fff;
    background-color: #2776d3;
    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 {
    font-size: 0.8em;
    text-shadow: -1px -1px 1px #710d0d, 1px -1px 1px #710d0d, -1px 1px 1px #710d0d, 1px 1px 1px #710d0d;
    background-color: #f89c3f;
    border-width: 2px;
    border-radius: 0.5em; }
    a > .small-button:hover {
      background-color: #f05f13; }

table {
	border:0px;
	padding:0px;
	margin:0px auto;
}

td {
	color:black;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
}

#header-base-image {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  background-image: url(images/header_bg.png);
  height: 392px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: left; }

#whole-container {
  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;
  width: 750px;
  min-height: 100%;
  padding: 1em 0px 8px;
  margin: 0px auto 0px;
  background-image: url(images/fs_02bg.png);
  background-size:auto 100%;
  }

#header {
  width: 100%; }
  #header #logo {
    background-image: url(images/fsp_00.png);
    width: 750px;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: top;
    margin: 0px auto 20px auto; }
  #header #introduction {
    margin: 0 auto; }

#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(11, 51, 131, 0.7) !important; }

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

.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: #dd4f10;
  border-radius: 5px;
  background-color: #fc9235;
  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; }

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