@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;
  margin-top:4em;
}

.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;
}

.sig {
  margin-left:23em;
}

.date {
  text-align:right;
}

.yuushi dt{
  position:absolute;
  width:8em;
}

.yuushi dd{
	padding-left:8em;
}

.caption {
font-size:80%;
font-weight:bold;
margin-top:1.5em;
text-align:center;
}

