html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  overflow-y: scroll;
  background-image: url("../img/back.png")
}

* {
  line-height: 1.3em;
}

p {
  margin: 1em;
}

#container {
  margin: 0px auto;
  width: 800px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  text-align: left;
  background-color:#fff0f4;
}

header {}

main {
  padding-bottom: 60px;
  background-color:#fff0f4;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background-color: #ff6080;
  text-align:center;
}

div.logo {
  width: 600px;
  height: 200px;
  margin: 10px auto;
  background-image: url("../img/logo.png")
}

div.banner {
  width: 800px;
  height: 200px;
  margin: 10px auto;
  background-image: url("../img/banner.png");
}

h1, h2, h3 {
  margin: 0;
  text-indent: 0.3em;
}

h1, h2 {
  color: #fff;
  font-weight: bold;
  background-color: #ff6080;
}

h1 {
  font-size: 1.3em;
  font-style: italic;
}

h2, h3 {
  font-size: 1em;
  margin-bottom: 1em;
}

h2:before {
  content: "";
}

h3 {
  font-weight: normal;
  border-left: solid 8px #ff6080;
  border-bottom: solid 1px #ff6080;
}

dl {
  width: 600px;
  margin: 1em;
}

dl dt, dl dd {
  margin: 4px 4px 0 0;
}

dl dt:first-child {
  margin: 0 4px 0 0;
}

dl dt {
  width: 100px;
  float: left;
  color: #fff;
  font-weight: bold;
  text-align: center; 
  background-color: #ff6080;
}

dl dd {
  text-align:left;
  border-bottom: solid 1px #ff6080;
}

section {
  margin: 1em;
  margin-bottom: 2em;
}

img.character-image {
  float: left;
}

div.character-image-area {
  height: 320px;
  margin-left: 240px;
}

div.character-image-area:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
