@charset "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
}

#wrapper {
    width: 1200px;
    height: 960px;
    margin: 0px auto;
    position: relative;
}

h1 {
    position: absolute;
    z-index: +10;
    left: 0px;
    top: 0px;
}

#leftContents {
    float: left;
    width: 220px;
    padding: 145px 20px 0px;
}

#centerContents {
	position: relative;
	float: left;
	width: 700px;
	height: 960px;
	background: #FFF url(../../images/bg.jpg) no-repeat center top;
}

#centerContents a {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
}

#rightContents {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 10px;
}

#leftContents .bnBluray a:hover img {
  filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

#leftContents .btnOnair {
  width: 220px;
  height:  34px;
  margin: 0px 0px 15px;
  background: url(../../images/btn_onair.png) no-repeat 0px -34px;
}

#leftContents .btnOnair a {
  width: 220px;
  height: 34px;
  background: url(../../images/btn_onair.png) no-repeat 0px 0px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

#leftContents .btnOnair a:hover {
  background: url(../../images/btn_onair.png) no-repeat 0px -34px;
}

#leftContents .btnBddvd {
  width: 220px;
  height:  70px;
  margin: 10px 0px 15px;
  background: url(../../images/btn_bddvd.png) no-repeat 0px -70px;
}

#leftContents .btnBddvd a {
  width: 220px;
  height: 70px;
  background: url(../../images/btn_bddvd.png) no-repeat 0px 0px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

#leftContents .btnBddvd a:hover {
  background: url(../../images/btn_bddvd.png) no-repeat 0px -70px;
}

#leftContents #navi {
  border-top: 1px solid #ddd;
}

#centerContents .btnEvent {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 150px;
	margin: 0px;
	background: url(../../images/btn_event.png) no-repeat 0px -150px;
}

#centerContents .btnEvent a {
	width: 150px;
	height: 150px;
	background: url(../../images/btn_event.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#centerContents .btnEvent a:hover {
	background: url(../../images/btn_event.png) no-repeat 0px -150px;
}



#rightContents .txtCopy {
    margin: 0px;
}

#rightContents #topics {
	width: 220px;
	height: 170px;
	margin: 0px 0px 10px;
}

#rightContents #topics h2 {
	width: 220px;
	height: 36px;
	background: url(../../images/ttl_topics.jpg) no-repeat left top;
	text-indent: -9999px;
}

#rightContents #topics .boxMain {
	width: 200px;
	height: 119px;
	padding: 5px 9px;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	overflow-y: scroll;
}

#rightContents #topics .boxMain ul {
	width: 180px;
}

#rightContents #topics .boxMain li {
	font-size: 12px;
	margin: 0px 0px 5px;
}

#rightContents #topics .boxBottom {
	width: 220px;
	height: 5px;
	background: url(../../images/bottom_topics.gif) no-repeat left top;
	overflow: hidden;
}

#rightContents #twitter {
    width: 220px;
    height: 250px;
    margin: 0px 0px 10px;
}
