body {
  width: 850px;
  margin: 0 auto;
  line-height: 1.5;
}

#logo {
  background-image: url('/top/img/notfound/YotsuyaLogo.png');
  background-repeat: no-repeat;
  margin: 39px 24px 0 0;
  padding: 37px 24px 15px 25px;
  width: 800px;
  color: #FFF;
  font-size: 10px;
  text-decoration: none;
}

#content {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #F6F6F6;
  box-shadow: 1px 1px 3px;
  padding: 20px 0;
  border-radius: 10px;
  text-align: center;
}

#notfound {
  border-bottom: 1px dotted #999999;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  padding-bottom: 8px;
  width: 80%;
}

p {
  font-size: 12px;
}

.red {
  color: #933;
}

#copyright {
  color: #999999;
  font-size: 10px;
  margin: 35px 0;
  text-align: right;
}
