
body{
  font-family: Arial;
  font-size: 12px;  
  color: rgb(0,0,0);
}

.title {
  font-size: 1.4em;
  font-weight: bold;
}

.headline {
  font-size: 1.2em;
  font-weight: bold;
}

.movie {
  margin-top: 30px;
  margin-bottom: 12px;
}

.indent {
  margin-left: 12px;
}

.logo {
  margin-top: 0px;
  margin-right: 24px;
  vertical-align: middle;
}
.contents {
  position: absolute;
  left: 47%;
  top: 100px;
  margin: 10px 0 0 0;
  width: 480px;
}

.gallery {
  overflow: visible;
  margin-top: 40px;
}

.thumb_row {
  margin-right: 20px;
}

.portrait {
  float: left;
  width: 80px;
}

.standard {
  display: table;
  margin-top: 0;
  margin-bottom: 12px;
}

.navigate {
  margin: 100px 0 0 0;
  text-align: center;
}

.mail {
  margin: 2px 0 2px 0;
}

img {
  border: 0 none;
}

a:link, a:visited {
  color: rgb(30,30,30);
  text-decoration: none;
  border: 0 none;
}

a:hover {
  color: rgb(30,30,30);
  text-decoration: underline;
}

