

body {
  background-color: rgb(255,255,255);

  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.img-responsive-centering {
  margin:0 auto;
}

.toptitle {
  background-color: rgba(0,0,0,0.3);
}

.toptitle img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 93%;
}


.jumbotron {
  height:  500px;
  background: url("../img/top.jpg") center 0 no-repeat;
  background-size: cover;
}

.jumbotron h1{
  color: rgb(255,255,255);
}


.footer {
  background-color: rgba(200,200,200,0.8);
}

.profileimage {
  text-align: center;
  padding: 10px;
}

.discimage {
  padding:  10px;
}

h1.main_title {
  border-top: medium double;
  border-bottom: medium double;
  padding: 10px;
}

.align_center {
  text-align: center;
  margin: auto;
}

.black_bg {
  background-color: #0F0F0F;
}

.white_bg {
  background-color: #EFEFEF;
}

.sideline {
  border-right: medium solid;
  border-left: medium solid;
}

hr.section_border {
  height: 1px;
  border: none;
  border-top: 1px #333333 solid;
}

.trackinfo {
  line-height: 1.5em;
}

img.jacket_border {
  border: 1px solid;
  border-color: #666666;
}
