@charset "utf-8";

/* -------------------------------------------------------------
	サブページ共通
-----------------------------------------------------------------*/

body {
	color: #111;
	background:
	url(../img/bg_sub_02.jpg) 50% 0 no-repeat,
	url(../img/bg_sub.png) 50% 0 repeat-y;
	background-color: #ffb0b0;
}

#main {
	width: 1110px;
	position: relative;
	background: url(../img/bg_contents_04.png) 50% 100% no-repeat;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

header {
	width: 1110px;
	height: 460px;
	position: relative;
}
header #header_main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
header #header_date {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 3;
}
header h1 {
	position: absolute;
	top: 123px;
	left: 27px;
	z-index: 3;
}

nav li {
	position: absolute;
	z-index: 1;
}
nav li:nth-child(1) {
	top: 87px;
	left: 14px;
}
nav li:nth-child(2) {
	top: 47px;
	left: 150px;
}
nav li:nth-child(3) {
	top: 37px;
	left: 386px;
}
nav li:nth-child(4) {
	top: 10px;
	left: 545px;
}

/*.j01,
.j02 {
	position: absolute;
	z-index: 100;
	
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
}
.j01 {
	top: 70px;
	left: 180px;
	width: 180px;
	text-align: center;
}
.j02 {
	top: 37px;
	left: 400px;
	width: 120px;
	text-align: center;
}*/

#contents {
	width: 1110px;
	position: relative;
	background:
	url(../img/bg_contents.jpg) 50% 0 no-repeat,
	url(../img/bg_contents_01.png) 50% 0 repeat-y;
	margin: 0 auto;

}
#contents h2 {
	position: absolute;
	top: -87px;
	left: 669px;
	z-index: 10;
}

footer {
	background-color: #f3ede3;
	background: url(../../img/bg_footer.jpg) 50% 0 repeat-x;
	height: 200px;
}
footer .inner {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	padding-top: 20px;
}

/* ご了承ください */
#top_notice {
	font-size: 12px;
	color: #000;
	position: absolute;
	top: 38px;
	right: 23px;
	z-index: 10;
	line-height: 1.4;
}

#copyright {
	margin-top: 22px;
}


/* -------------------------------------------------------------
	番組概要
-----------------------------------------------------------------*/
#outline {
	padding: 75px 44px 40px;
	background: url(../img/bg_contents_02.jpg) 0 881px no-repeat,
	url(../img/bg_contents_03.jpg) 100% 1802px no-repeat;
}
#outlineh h2 {
	top: -87px;
	left: 669px;
}

#ol_catch {
	text-align: center;
	margin-bottom: 25px;
}

#ol_arasuji {
	width: 1022px;
	height: 950px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
#ol_arasuji h3 {
	margin-right: 30px;
}
#ol_arasuji p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
#ol_arasuji p.txt01 {
	width: 460px;
	margin-top: 46px;
	margin-left: 550px;
}
#ol_arasuji p.txt02 {
	width: 540px;
	margin-top: 275px;
	padding-left: 10px;
}
#ol_arasuji p.txt03 {
	width: 540px;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 45px;
}
#ol_arasuji img.pic01 {
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 5;
}
#ol_arasuji img.pic02 {
	position: absolute;
	top: 270px;
	right: 31px;
	z-index: 5;
}

#outline #ol_line {
	background: url(../../img/line.png) 50% 0 no-repeat;
	width: 1022px;
	height: 10px;
	border: none;
	margin: 30px 0;
	clear: both;
}

#ol_staff dt {
	font-weight: bold;
}
#ol_staff dt,
#ol_staff dd {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
#ol_staff dd {
	margin-bottom: 8px;
}


/* -------------------------------------------------------------
	あらすじ・放送内容
-----------------------------------------------------------------*/
#story {
	padding: 75px 44px 200px;
	background: url(../img/bg_contents_02.jpg) 0 350px no-repeat;
	overflow: hidden;
}
#story h2 {
	top: -98px;
	left: 587px;
}

/*-- list内XMLの内容が表示されるエリア --*/
#story #list {
	width: 1022px;
	position: relative;
	margin: 0 auto;
	text-align: right;
}

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

/*-- date内XMLの内容が表示されるエリア --*/
#story #date {
	width: 1022px;
	position: relative;
	margin: 0 auto;
}

/* 放送日 */
#story .story_date {
	text-align: right;
	color: #583126;
	position: absolute;
	top: 28px;
	right: 10px;
	z-index: 10;
}

/* 画像 */
#story .story_photo {
	width: 356px;
	float: right;
	margin-top: 40px;
}
#story .story_photo img {
	padding: 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

/* サブタイトル */
#story .story_roll {
	width: 1022px;
	/*height: 54px;
	line-height: 41px;*/
	font-size: 18px;
	font-weight: bold;
	color: #583126;
	background: url(../../img/ttl_story_sub.png) 50% 100% no-repeat;
	text-indent: 10px;
	padding: 40px 0 20px;
}

/* テキスト */
#story .story_txt {
	margin-top: 40px;
	padding-left: 10px;
	width: 610px;
	float: left;
	line-height: 1.8em;
	color: #333;
}

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


/* -------------------------------------------------------------
	人物相関図
-----------------------------------------------------------------*/
#chart {
	padding: 75px 44px 100px;
	background: url(../img/bg_contents_02.jpg) 0 810px no-repeat,
	url(../img/bg_contents_03.jpg) 100% 1802px no-repeat;
}
#chart h2 {
	top: -88px;
	left: 655px;
}


