/* 全体の設定 */

body {
  color: #000000;
  background-color: #FFFFFF;
  background-image: url(../img/backg.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-attachment: fixed;
}

p {
  color: #000000;
  text-align: left;
  font-size: medium;
}

a {
  text-decoration: none;
  color: #FE2E64;
}

a:visited {
  color: #FA58D0;
}

img {
  border-width: 0;
}

/* 中身の設定 */

div.main {
  position: absolute;
  top: 30px;
  left: 50px;
  line-height: 1.2;
}

div.anna {
  position: relative;
  left: 40px;
  line-height: 1.3;
  height: 300px;
  width: 500px;
  display: inline-block;
}

p.pre {
  font-weight: bold;
  font-size: x-large;
}

p.smal {
  font-size: small;
}

p.tibi {
  font-size: x-small;
  height: 30px;
}

p.hon {
  word-wrap: break-word;
}

p.twi {
  position: absolute;
  bottom: 0px;
  white-space: pre;
}

p.kai{
  white-space: pre;
}

s {
  text-decoration: line-through;
}
