#title H1 {
  width: 1240px;
  height: 130px;
  margin: 0 auto;
  background: url(images/panrolling_channel_1240_130.jpg) top left no-repeat;
  text-indent: -5000px;
}

._menu {
    margin: 0 1px 0 0; 
    width: 265px; 
}

._menu a, .__menu a {
    width: 265px; 
}


.schedule {
  margin: 10px;
}

#contents TABLE TH.bgBlue {
  background: #6495ed;
  text-align: center;
}

.video_container_left {
  float: left;
  width: 200px;
}

.video_container_add {
  clear: both;
}


#botton {
  height: 70px; 
  padding: 10px 0 10px 20px;
  display: flex;
  }


/* チャンネル登録ボタン ここから */

#to_subscr {
  width: 250px; height: 50px;
  margin-right: 20px;
  background: #dcdcdc;
}

#to_subscr A {
    display: block; width: 250px; height: 50px; 
    background: url(images/subscr_btn.gif) 0 0 no-repeat; 
    text-indent: -5000px;
}

#to_subscr A:hover {
    background: url(images/subscr_btn.gif) -250px 0 no-repeat;
}

/* ここまで */

/* メルマガ登録ボタン ここから */

#to_mailmag {
  width: 250px; height: 50px;
  background: #dcdcdc;
}

#to_mailmag A {
    display: block; width: 250px; height: 50px; 
    background: url(images/mailmag_btn.gif) 0 0 no-repeat; 
    text-indent: -5000px;
}

#to_mailmag A:hover {
    background: url(images/mailmag_btn.gif) -250px 0 no-repeat;
}

/* ここまで */