@charset "UTF-8";
body {
  background-color: #000;
  text-align: center;
  margin: 0px;
  padding: 0 0 120px;
  font-size: 11px;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.8;
  color: #fff;
  background-image: url(images/bg2.gif);
  background-repeat: repeat-y;
  background-position: center;
}
body#top {
  background-color: #232522;
  background-image: url(images/bg.gif);
}
#content #artist {
  margin: 0px 0px 10px 10px;
  float: right;
}
#content h2 {
  font-size: 16px;
  color: #A29642;
  margin: 0px 0px 1em;
  padding: 0px;
}
img {
  vertical-align: top;
  border-width: 0px;
}
h3 {
  margin: 0 0 16px;
  padding: 0 0 5px;
  font-size: 14px;
  border-bottom: 2px solid #EC1C24;
}
#content {
  width: 720px;
  margin: 30px auto;
  text-align: left;
}
#content #jacket {
  margin: 0px 0px 10px 0px;
}
#content ol {
  padding: 1em 0 1em 2em;
  color: #EC1C24;
  font-weight: bold;
}
#content .pv {
  margin-left: 235px;
  margin-bottom: 30px;
}
#navi {
  width: 800px;
  margin: 0px auto;
  text-align: left;
}
#footer {
  clear: both;
  width: 720px;
  margin: 30px auto;
  text-align: left;
}
.article {
  margin: 0 0 40px;
}
#campaign {
  background: #231f20;
  height: 35px;
  margin: 0;
  padding: 0px 0 0px;
  width: 100%;
  height: 35px;
  position: fixed;
  bottom: 0;
  left: 0;
  clear: both;
  text-align: center;
}
#content ol li strong {
  color: #FFF;
}
#content p #artist_photo {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}
#content p #artist_photo2 {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
#content ol li .play {
  color: #252523;
  background-color: #EC1C24;
  text-decoration: none;
  font-size: 10px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
#content ol li .play:hover {
  background-color: #FFF;
}

