@charset "utf-8";

/*以下、全体の設定*/



/*高さ100%に指定*/

BODY {
  font-size: 0.9em;
  font-family: メイリオ, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
  letter-spacing: 0px;
  background-color: #993333;
  position: relative;
}

a:link {
  color: #000080;
}

a:visited {
  color: red;
}

a:active {
  color: #bb0000;
}

/*以下、大まかな段組*/

#wrapper {
  background-color: white;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #993333;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

#header {
  width: 80vw;
  height: 12vw;
  margin: 0;
  background:no-repeat url(index/sky.gif);
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#content {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: silver;
  padding-top: 10px;
  padding-bottom: 0px;
}

#footer {
  width: 70vw;
  margin-top:0 ;
  margin-left: auto;
  margin-right: auto;
  height: 4em;
  color: white;
  background:no-repeat url(index/footer-image.gif);
  background-size: cover;
  line-height: 1.3;
  letter-spacing: 1px;
}

/*以下、headerの中の段組*/

#logo {
  width: 26.25%;
  height: 100%;
  float: left;
}

#root {
  width: 73%;
  height: 10%;
  text-align: right;
  font-size: 1em;
  float:right;
}

#info-back {
  background-image: url(index/sora.gif);
}

/*スペース入力用class*/

.sp{
  margin-right: 1em;
}