﻿@charset "utf-8";

body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.png);
	background-position: center top;
} /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}


/* #main */
#main { 
	width: 675px;
	padding-bottom: 35px;
}


/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* テキスト指定 */
#article {
	font-size: 120%;
	line-height: 1.5;
	margin-top: 10px;
}
#main #article * { background-repeat: no-repeat;}

/* #header */
#main #article #header {
	width: 675px;
	height: 860px;
	background-image: url(../images/main_img.jpg);
	background-position: left top;
	margin-bottom: 16px;
}
#main #article #logo {
	width: 675px;
	background-image: url(../images/header_logo.png);
	height: 858px;
}
#main #article #headerLow, #main #article #headerLow #logo { background: url(../images/header_low_bg.png) no-repeat 0px 0px; }
#main #article #headerLow #logo { height: 223px; position: relative; }
#main #article #headerLow #logo h1 { position: absolute; top: 36px; left: 53px;}
#main #article #headerLow h1 a {
	background: url(../images/header_low_logo.png) no-repeat 0px 0px;
	font-size: 0;
	text-decoration: none;
	text-indent: -99999px; 
	width: 250px;
	height: 150px;
	display: block;
	overflow: hidden;
}
#main #article #headerLow p { display: none; }
#main #article #header h1,
#main #article #header p,
#main #article .substitution *,

#main #article #pr h2,
#main #article #cast h2,
#main #article #cast #txt,
#main #article #cast #copyright,

#main #article #webcast h2,
#main #article #webcast h3,
#main #article #webcast p,
#main #article #past h2,
#main #article #sell h2,
#main #article #sell #lead h3 { font-size: 0; line-height: 0; text-indent: -99999px; }

#main #article #header #attention {
	background-image: url(../images/header_txt.png);
	height: 15px;
	background-position: center top;
}
#nav ul {
	width: 675px;
	height: 110px;
	margin: 0 auto 12px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#nav ul li {
	display: inline-block;
	/display:inline;
	/zoom:1;
	width: 209px;
	margin: 0 24px 5px 0;
}
#nav ul #link-cast, #nav ul #link-past { margin: 0 0 5px 0; }
#nav ul li a {
	background-image: url(../images/nav_btn.png);
	background-position: left top;
	display: block;
	height: 50px;
	width: 209px;
	transition: none;
}
#nav ul li a:hover {
	-moz-opacity:1.0;
	opacity:1.0;
}
#nav ul #link-pr a { background-position: 0 0; }
#nav ul #link-pr a:hover { background-position: 0 -52px; }
#nav ul #link-intro a { background-position: -209px 0px; }
#nav ul #link-intro a:hover { background-position: -209px -52px; }
#nav ul #link-cast a { background-position: -418px 0; }
#nav ul #link-cast a:hover { background-position: -418px -52px; }
#nav ul #link-webcast a { background-position: -627px 0; }
#nav ul #link-webcast a:hover { background-position: -627px -52px; }
#nav ul #link-staff a { background-position: -836px 0; }
#nav ul #link-staff a:hover { background-position: -836px -52px; }
#nav ul #link-past a { background-position: -1045px 0px; }
#nav ul #link-past a:hover { background-position: -1045px -52px; }

#main #article #bnr li { font-size: 0; text-align: center; margin-bottom: 20px; }
#main #article #ebicalcio {
	background-image: url(../images/contents_bg.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFF;
	padding: 15px 0 0;
	border: 1px solid #BC8C8C;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}
#main #article #pr {
	background-image: url(../images/pr_bg.png);
	height: 482px;
}
#main #article #pr h2 { height: 92px; }
#main #article #pr div {
	background-image: url(../images/pr_movie_bg.png);
	margin: 0 auto;
	width: 580px;
	padding: 29px 34px 33px;
	box-sizing: border-box;
}

#main #article #intro {
	background-image: url(../images/intro_img.png);
	height: 720px;
}
#main #article #cast {
	width: 640px;
	margin: 0 auto 0 19px;
	overflow: hidden;
}
#main #article #cast ul { margin-bottom: 10px; }
#main #article #cast ul:after{
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	content: ".";
	display: block;
	visibility: hidden;
}
#main #article #cast h2, #main #article #cast li#copyright {
	background-image: url(../images/cast_tit.png);
	height: 187px;
}
#main #article #cast h2, #main #article #cast li { float: left; width: 155px; display: inline; margin: 0 5px 6px 0; font-size: 0; }
#main #article #cast li#copyright {
	background-image: url(../images/cast_txt.png);
}
#main #article #cast #mc {
	background-image: url(../images/cast_bd.png);
	background-position: left top;
	padding: 32px 0 10px 0;
	text-align: center;
	clear: both;
}


#main #article #webcast {
	background-image: url(../images/webcast_bg.png);
	background-repeat: no-repeat;
	height: 313px;
	margin: 0 auto;
}
#main #article #webcast h2 { height: 84px; }
#main #article #webcast .lead { height: 56px; }
#main #article #webcast #hulu { height: 154px; }
#main #article #webcast #ntv { height: 118px; }
#main #article #webcast #hulu div, #main #article #webcast #ntv div {
	width: 263px;
	height: 42px;
	margin: 0 auto;
	overflow: hidden;
}
#main #article #webcast #hulu div a, #main #article #webcast #ntv div a { transition: none; }
#main #article #webcast #hulu div { margin-top: 86px; }
#main #article #webcast #ntv div { margin-top: 76px; }

#main #article #staff {
	background-image: url(../images/staff_img.png);
	background-repeat: no-repeat;
	height: 452px;
}


/*　過去放送内容　*/
#main #article #past, #main #article #sell {
	width: 649px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}
#main #article #past h2, #main #article #sell h2 {
	background-image: url(../images/past_tit.png);
	background-position: center top;
	height: 74px;
	margin-bottom: 12px;
}
#main #article #past .section, #main #article #sell .section {
	background-image: url(../images/week_bg_btm.png);
	background-position: center bottom;
	margin: 0 auto 8px;
	padding-bottom: 34px;
}
#main #article #past .section h3, #main #article #sell h3 {
	background-image: url(../images/week_bg_top.png);
	background-position: center top;
	height: 75px;
}
#main #article #past .section h3 span, #main #article #sell h3 span {
	/*background-image: url(../images/week_bg_top.png);
	background-position: center top;*/
	font-size: 138.5%;
	line-height: 34px;
	font-weight: bold;
	padding: 20px 0 0 118px;
	display: block;
}
#main #article #past .section div, #main #article #sell .section div {
	background-image: url(../images/week_bg_mid.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 6px 33px 0;
	position: relative;
}
#main #article #past .section p, #main #article #sell .section p {
	font-size: 107.8%;
	padding-top: 12px;
	color: #6B5715;
}

#main #article #sell h2 {
	background-image: url(../images/sell_tit.png);
}
#main #article #sell #lead {
	background-image: url(../images/sell_txt.png);
	background-position: center top;
	height: 184px;
	margin-bottom: 8px;
}
#main #article #sell #lead h3 { background: none; height: auto; }
#main #article #sell .section div {
	overflow: hidden;
}
#main #article #sell .section div .image {
	float: left;
	width: 208px;
	padding: 0;
}
#main #article #sell .section div .detail {
    float: right;
    padding-top: 10px;
    width: 363px;
	padding: 0;
}
#main #article #sell .section div h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9e1c1c;
	margin: 12px 0 -10px;
}
#main #article #sell .section div .atte, #main #article #sell .section div .atteTop {
	font-size: 92.4%;
	color: #000;
}
#main #article #sell .section div .atteTop {
	padding: 0;
	margin-bottom: 6px;
}
#main #article #sell .section div .buy_btn { width: 223px; margin: 45px 0 0 auto; }
/*　ページトップへ　*/

.innerlink-mid, .innerlink-head { margin: 8px auto 16px; }
.innerlink-mid a, .innerlink-head a  {
	background-image: url(../images/pagetop_btn.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0;
	line-height: 0;
	height: 24px;
	width: 215px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}
#topad { padding-bottom: 5px; }


/* sns */
#btn-sbm {
	text-align: left;
	padding: 20px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */ 
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }

#side .ntv-yokatta-widget { margin-bottom: 10px; }


#side div#banner_navimail { width: 100%; }
#side div#banner_navimail a {
	background: url(/basic2011/images/bnr_navimail.png) no-repeat 0px 0px;
	background-size:100% auto;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	min-height: 105px;
	text-indent: -9999px;

}
