/*発売記念ラジオページ*/
#contents{
  padding-top : 200px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 700px;
  background-image : url(images/title_radio.jpg);
  background-repeat : no-repeat;
  background-position : center top;
}
#radio{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(images/radio_main.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  width : 700px;
  height : 500px;
  text-align : right;
}
#radio IMG.play{
  margin-top : 280px;
  margin-right : 10px;
}
#radio P{
  font-size : 12px;
  line-height : 15px;
  color : #7b9acf;
  text-align : right;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 690px;
}
#radio p span{
  font-size : 12px;
  font-weight : bold;
}
