 @charset "utf-8";

/* -------------------------------------------------------------
	サブページ共通
-----------------------------------------------------------------*/
body {
	background: url(../img/bg01.jpg) 50% 0 no-repeat,
	url(../img/bg02.jpg) 50% 200px no-repeat,
	url(../img/bg03.jpg) 50% 429px repeat-y;
	background-color: #313129;
}
#main {
	width: 1110px;
	margin: 0 auto;
	position: relative;
}

/* ヘッダー
-------------------- */
header {
	width: 1110px;
	height: 429px;
	position: relative;
}
header h1 {
	position: absolute;
	top: 144px;
	left: 617px;
	z-index: 10;
}
header #header_date {
	position: absolute;
	top: 81px;
	left: 468px;
	z-index: 10;
}

/* ナビ */
nav li:nth-child(1) {
  position: absolute;
	top: 6px;
	left: 207px;
	z-index: 10;

}
nav li:nth-child(2) {
  position: absolute;
	top: 3px;
	left: 374px;
	z-index: 10;

}
nav li:nth-child(3) {
	position: absolute;
	top: 6px;
	left: 649px;
	z-index: 10;
}

/* フッター
-------------------- */
footer {
	background: url(../img/bg_sub_footer02.png) 50% 0 repeat-x,
	url(../img/bg_sub_footer01.jpg) 50% 0 repeat;
	width: 100%;
	height: 200px;
	position: relative;
}
footer:before {
	content: "";
	width: 100%;
	height: 70px;
  background: url(../img/bg_main_bottom.png) 50% 0 repeat-x;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 1;
}

	
footer .inner {
	width: 1110px;
	position : relative;
	margin: 0 auto;
}
#top_notice {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 97px;
	right: 0;
	z-index: 11;
}
#footer_logo {
	position: absolute;
	top: 117px;
	right: 7px;
	z-index: 11;
}


/* コンテンツ
-------------------- */
#contents {
	background: url(../img/bg_sub_contents.jpg) 50% 0 no-repeat,
	url(../img/bg_sub_contents_02.jpg) 50% 211px repeat-y;
	width: 1100px;
	margin: 0 4px 0 6px;
	position: relative;
}
#contents h2 {
	position: absolute;
	top: -109px;
	left: -50px;
	z-index: 10;
}


/* -------------------------------------------------------------
	番組概要
-----------------------------------------------------------------*/
.outline #contents {
	background: url(../../img/bg_sub_contents_outline.jpg) 50% 0 no-repeat,
	url(../img/bg_sub_contents_02.jpg) 50% 211px repeat-y;
}

#outline {
	width: 1100px;
	position: relative;
	padding-top: 411px;
	padding-bottom: 96px;
}

/* キャッチコピー */
#ol_catch {
	position: absolute;
	top: 57px;
	left: 57px;
	z-index: 5;
}

/* スタッフ */
#ol_staff {
	width: 338px;
	height: 197px;
	background: #181816;
	border: solid 1px #272727;
	margin-left: 69px;
}
#ol_staff p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
#ol_staff p span {
	font-weight: bold;
}
#ol_staff .ttl01 {
	margin-top: 15px;
	margin-left: 8px;
}
#ol_staff .txt01 {
	margin-top: 6px;
  margin-left: 24px;
}
#ol_staff .ttl02 {
	margin-top: 10px;
	margin-left: 6px;
}
#ol_staff .ttl02 span {
	display: inline-block;
	margin-right: 16px;
}

#ol_pic {
	position: absolute;
	bottom: 0;
	right: 1px;
	z-index: 10;
}

/* -------------------------------------------------------------
	あらすじ・放送内容
-----------------------------------------------------------------*/
.story #contents {
	background: url(../img/bg_sub_contents.jpg) 50% 0 no-repeat,
	url(../../img/bg_sub_contents_story.jpg) 50% bottom no-repeat,
	url(../img/bg_sub_contents_02.jpg) 50% 211px repeat-y;
}

#story {
	width: 1040px;
	padding: 0 31px 0 29px;
	margin: 0 auto;
}
#story .story_arasuji {
	position: relative;
	width: 1040px;
}

/*-- list内XMLの内容が表示されるエリア --*/
#story #list { 
}

/* プルダウンメニュー */
#story .backnum {
	position: absolute;
	top: 66px;
	right: 22px;
	z-index: 10;
}

/*-- date内XMLの内容が表示されるエリア --*/
#story #date { 
	overflow: hidden;
}

/* 放送日 */
#story .story_date {
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	position: absolute;
	top: 107px;
	right: 22px;
	z-index: 10;
}

/* 画像 */
#story .story_photo {
	width: 364px;
	float: right;
	margin-right: 11px;
	margin-bottom: 319px;
}
#story .story_photo img {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #999999;
}

/* サブタイトル */
#story .story_roll {
	background: url(../../img/ttl_story_sub.jpg) 50% 0 no-repeat;
	width: 1040px;
	height: 40px;
	line-height: 45px;
	color: #10100b;
	font-size: 16px;
	font-weight: bold;
	text-indent: 23px;
	margin: 56px 0 36px 0;
}

/* テキスト */
#story .story_txt {
	width: 606px;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	float: left;
	margin: -5px 0 319px 19px;
}

/* “～が表示されるエリア”が表示されないようにする */
p.xml_text {
	display: none;
}


/* -------------------------------------------------------------
	人物相関図
-----------------------------------------------------------------*/
#chart {
	padding-top: 56px;
}

