@charset "utf-8";
/*======================================
	Top Ticker
=======================================*/
#ticker {
	height: 28px;
	background: url(../images/top_ticker_bg.gif) repeat-x;
}
#ticker .inner {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
#ticker p {
	float: left;
}
#ticker .head {
	padding-top: 3px;
	width: 120px;
}
#ticker .txt {
	width: 880px;
	font-size: 14px;
	line-height: 28px;
}
#ticker .txt a {
	color: #282828;
}

/*======================================
	Top Program Nav
=======================================*/
#top_program_nav {
	text-align: center;
	background: url(../images/top_left_pg_line.gif) repeat-y;
}
#top_program_nav .inner {
	margin: 0 10px;
	padding: 1px;
	background-color: #6ea047;
}
#top_program_nav .inner h4 {
	padding: 3px;
	font-size: 12px;
}
#top_program_nav .inner h4 a {
	color: #fff;
}
#top_program_nav .inner .current {
	padding: 7px;
	font-size: 12px;
	line-height: 1.3;
	background-color: #fff;
	text-align: left;
}
#top_program_nav .inner .current span {
	display: block;
	color: #666;
}
#top_program_nav .foot {
	clear: left;
}
#slider{
	height: 100px !important;
}
#slider ul {
	*width:198px !important;
	*height: 100px !important;
	background: #fff;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:198px;
	min-height: 40px;
	*height: 40px;
	font-size: 12px;
	border-top: 1px dotted #6ea047;
	text-align: left;
	overflow:hidden;
}
#slider li.igo {
	background-color: #dee5ec;
}
#slider li.shogi {
	background-color: #f8e8dc;
}
#slider li .time {
	float: left;
	width: 60px;
	text-align: center;
}
#slider li .time,
#slider li .title {
	display: table-cell;
	padding: 3px 0;
}
#prevBtn, #nextBtn{ 
	display:block;
	float: left;
	height:20px;
	background: #6ea047 url(../images/top_left_pg_btn_bg.gif) no-repeat;
}
#prevBtn{
	width: 98px;
}
#nextBtn{
	width: 100px;
}
#prevBtn a,
#nextBtn a {
	display:block;
	height:20px;
	font-size: 12px;
	text-indent: -9999px;
}														
#prevBtn a {
	background: #6ea047 url(../images/top_left_pg_btn_1.gif) no-repeat 1px 0;	
}	
#nextBtn a {
	background: #6ea047 url(../images/top_left_pg_btn_2.gif) no-repeat 0 0;	
}

/*======================================
	Main
=======================================*/
#top_event {
	margin-bottom: 30px;
}

#top_topics {
	background: transparent url(../images/top_topics_line.gif) repeat-y;
}
#top_topics_info,
#top_topics_igo,
#top_topics_shogi {
	margin: 0 6px;
	padding: 16px 0 16px 25px;
}

#top_topics .list_tbl {
	width: 520px;
}
#top_topics .list_tbl td {
	padding-top: 8px;
	vertical-align: top;
}
#top_topics .list_tbl .date {
	width: 110px;
	font: 0.93em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 14px;
	text-indent: 16px;
}
#top_topics .list_tbl .link {
	font-size: 1.08em;
	line-height: 1.3;
}

#top_topics_igo {
	background-color: #dee5ec;
}
#top_topics_shogi {
	background-color: #f8e8dc;
}
#top_topics_info .date {
	background: url(../images/top_topics_info_icon.gif) no-repeat 0 11px;
}
#top_topics_igo .date {
	background: url(../images/top_topics_igo_icon.gif) no-repeat 0 11px;
}
#top_topics_shogi .date {
	background: url(../images/top_topics_shogi_icon.gif) no-repeat 0 11px;
}
.top_topics_feature {
	float: right;
	margin-right: 12px;
	width: 152px;
	background: #fff;
	text-align: center;
}
.top_topics_feature h3 {
	padding: 3px;
	font-size: 0.93em;
}
.top_topics_feature .current {
	padding: 7px;
	font-size: 0.93em;
	line-height: 1.3;
	background-color: #fff;
	text-align: left;
}
.top_topics_feature .current span {
	display: block;
	color: #666;
}

/*======================================
	Foot Banner
=======================================*/
#top_banner {
	margin-top: 30px;
	clear: both;
}
#top_banner .inner {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
#top_banner .inner a {
	display: block;
	float: left;
	margin: 6px 3px 0px 3px;
}