@charset "utf-8";

body {
  background-color:#000;
  background-image:url(img/top2.jpg);
  background-repeat:no-repeat;
  color:#fff;
  font-size:110%;
}

a:link {
  background:#000;
  color:#7fd2ff;
}

a:hover {
  background:#000;
  color:#ff6f90;
}

a:visited {
  background:#000;
  color:#ecafff;
}

h1 {
  font-size:300%;
  color:#fff;
  width: 100%;
  filter: shadow(color=#ff6666,direction=135);
  text-shadow:4px 4px 8px #f66;
}

.header {
  height:167px;
}

.contents {
  margin-top:2em;
  margin-left:3em;
}

.footer {
  text-align:center;
}

.content {
  margin-left:120px;
}

.photo {
  text-align:center;
}

.navi li {
  display:inline;
  margin-right:2em;
}

strong {
  color:#ff6f6f;
  background:transparent;
}

dl {
  margin-left:2em;
}

strong {
  font-size:120%;
  text-decoration:underline;
}
