@charset "utf-8";
/*--------------------------------
　共通部分
--------------------------------*/
#wrapper {
	padding-top: 10px;
	background: url(../../images/background_second.jpg) center 0 no-repeat #000;
	position: relative;
}

#navigation {
	margin-bottom: 14px;
}

#onair {
	position: absolute;
	text-indent: -9999px;
}

#contents {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/*--------------------------------
　お知らせ バックナンバー
--------------------------------*/

#info #contents h2 {
	background: url(../images/h2_story.gif) 0 0 no-repeat;
	height: 58px;
	text-indent: -9999px;
}
#info #contents_inner {
	overflow: hidden;
	margin-bottom: 40px;
}
/* leftCnt */
#info #contents_inner #leftCnt {
	width: 245px;
	float: left;
	margin:0px 0 0 0px;
	padding: 0px 0px 0px 32px;
	}
#info #contents_inner #leftCnt p.chara {
	position: absolute;
	top: 106px;
	left: -20px;
	z-index: 60;
}
#info #contents_inner #leftCnt ul {
	width: 213px;
	background: url(../images/navi_wrap.gif) repeat-y;
	padding:2px 0 4px 0;
	margin:0 0 -6px 0;
}
#info #contents_inner #leftCnt ul li {
	width: 150px;
	padding: 6px 16px 0px 40px;
}
#info #contents_inner #leftCnt ul li span.date{
	background: url(../images/info_icon.png) no-repeat 4px 5px;
	display: block;
	font-size: 88%;
	padding:0 0 0 18px;
	color: #eb5f04;
}
#info #contents_inner #leftCnt ul li em{
	padding:0 0 0 0;
	font-size: 88%;
	color: #ffea00;
	float:right;
}
#info #contents_inner #leftCnt ul li span.text{
	background: url(../images/navi_line.gif) repeat-x;
	background-position: bottom;
	margin: 0px 4px 0px 4px;
	padding:1px 0 4px 0;
	display: block;
	color: #00ccff;
}
/* rightCnt */
#info #contents_inner #rightCnt {
	width: 662px;
	float: right;
	padding: 30px 0px 0px 0px;
	margin:0 10px 0 0;
}
#info #contents_inner #rightCnt .sectionWrp{
		margin:0 0 40px 0;
}
#info #contents_inner #rightCnt .bottomImg{
	height: 100%;
	line-height: 1;
}
#info #contents_inner #rightCnt .section .storyHead{
	background: url(../images/back_head.gif) no-repeat;
	padding:0px 0px 32px 0px;
}
#info #contents_inner #rightCnt .section{
	width: 630px;
	height:100%;
	background: url(../images/navi_line.gif) repeat-x;
	background-position: bottom;
	}
#info #contents_inner #rightCnt .section p.story {
	font-size: 90%;
	font-weight: bold;
	color: #f06103;
	padding:16px 0px 0px 12px;
	float: left;

}
#info #contents_inner #rightCnt .section p.date {
	font-size: 90%;
	font-weight: bold;
	color: #f06103;
	padding:2px 4px 0px 50px;
	
}
#info #contents_inner #rightCnt .section h3 {
	font-size: 146%;
	padding:0px 0 4px 50px;
	color:#00ccff;
	}
	
#info #contents_inner #rightCnt .section .textArea .imgArea{
	float: right;
	padding:0 0 8px 8px;
	}
#info #contents_inner #rightCnt .section .textArea {
	padding:12px 0 4px 0;
	color: #FFFFFF;

	}
#info #contents_inner #rightCnt p.pageTop {
	float: right;
	padding:8px 34px 0px 0px;
	
}
