/* Top CSS */
div#hbkWrapper { position: relative; top: 0px; width: 950px; margin: 0 auto 0 auto; padding: 0px; }
div#hbkLeftColumn { width: 255px; background-image: url(../images/descriptionpage/sub_leftbg.jpg); background-position: 0px -3px; float: left; }
div#hbkRightColumn { left: 255px; width: 695px; background: white;  float: left; overflow:hidden; }
div#hbkFooter { width: 950px; height: 53px; background-image: url(../images/descriptionpage/sub_footer.gif); background-repeat: repeat-x; background-position: 0 20px; clear: both; }
div#hbkCopyright { width: 950px; height: 68px; background: white; }

/* right side of Top */
div#hbkBar { height: 50px; width: 695px; background-image: url(../images/descriptionpage/sub_header.jpg); }
div#hbkProgramContents { width: 695px; background: white; background-image: url(../images/toppage/contents_bg.jpg); background-position: 0px 0px; background-repeat: no-repeat; }


/* ページ内リンク */
.hbkProgramPageLink a {
  color: #3c2a1c;
/*  text-decoration: none; */
}

/* 番組表示 */
.hbkProgramTable {
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
  background-image: url(../images/descriptionpage/more/bg.gif);
}
.hbkProgramTitle {
  margin-top: 5px;
  width: 178px;
  height: 31px;
  padding: 2px 10px 3px 10px;
  font-size: 12px;
  text-align: center;
  background-color: #ecebd9;
}

.hbkProgramTable a {
  color: #55432d;
/*  text-decoration: none; */
}


/* 詳細 */
a.hbkProgramDescription {
  display: block;
  width: 60px;
  height: 17px;
  background-image: url(../images/program/prgmore_btn.gif);
}
a.hbkProgramDescription:hover {
  display: block;
  width: 60px;
  height: 17px;
  background-image: url(../images/program/prgmore_btn_ro.gif);
}

