@charset "UTF-8";
body {
  text-align: center;
  margin: 0px;
  padding: 0 0 50px;
  font-size: 10px;
  line-height: 1.6;
  color: #fff;
  background-color: #171005;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  background-position: center;
}
img {
  vertical-align: top;
  border-width: 0px;
}
h3 {
  margin: 0 0 16px;
  padding: 0 0 5px;
  font-size: 14px;
  border-bottom: 1px solid #2f200b;
}

a {
  color: #2F200B;
  font-weight: bold;
}

#navi {
  width: 760px;
  margin: 0px auto 20px;
  text-align: left;
}

#content {
  width: 700px;
  margin: 20px auto;
  text-align: left;
}

#content h2 {
  font-size: 16px;
  color: #A29642;
  margin: 0px 0px 1em;
  padding: 0px;
}

#content #artist {
  margin: 0px 20px 10px 0px;
  float: left;
}

#content #jacket {
  margin: 0px 20px 10px 0px;
  float: left;
}
#content ol {
  padding: 1em 0 1em 2em;
  margin-left: 255px;
  color: #fff;
  font-weight: bold;
}
#content ol a {
  padding: 2px 3px;
  color: #e42a11;
  background-color: #2F200B;
  font-size: 9px;
  text-decoration: none;
}
#content .pv {
  margin-bottom: 30px;
}

.article {
  margin: 0 0 40px;
}
#content #release-text {
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#content #profile {
  clear: both;
  padding-top: 20px;
}
#content #profile p {
  margin-top: 30px;
}

#top {
  width: 760px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

#top #news {
  position: absolute;
  top: 275px;
  left: 28px;
  height: 48px;
  overflow: hidden;
}

#top #news .article {
  margin: 0 0 0px;
}

#news img {
  border: 1px solid #2F200B;
}

#campaign {
  background: #2f200b;
  margin: 0;
  padding: 0px 0 0px;
  width: 100%;
  height: 35px;
  position: fixed;
  bottom: 0;
  left: 0;
  clear: both;
  text-align: center;
}

#footer {
  clear: both;
  width: 700px;
  text-align: left;
  margin: 30px auto;
  padding: 20px 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #2F200B;
}

