@charset "shift_jis";
/* CSS Document */


/*===== MAIN CONTENT headline_news ===============*/

#headline_news {
	clear: both;
	margin-bottom: 20px;
	/*width:740px;*/
	width: 650px;
}

#headline_news p.headline_title { margin-bottom: 10px;}

#headline_news table,
#ann_index_list table{
	margin: 0;
	padding: 0;
	/*width: 740px;*/
	width: 650px;
	background: url(../common/img/list_bg.gif) repeat-y transparent;
	font-size: 93%;
	text-align:left;
}


#headline_news table tr,
#ann_index_list table tr {
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
}

#headline_news table th,
#ann_index_list table th {
	margin: 0;
	padding-left: 10px;
	width: 470px;
	height: 30px;
	font-weight: normal;
	text-align: left;
}

#ann_index_list table th { padding-left: 80px; width: 380px; text-align: left;}


#ann_index_list table th.pol { background: transparent url(../common/img/icon_politics.png) 10px 6px no-repeat; height: 30px;}
#ann_index_list table th.eco { background: transparent url(../common/img/icon_economy.png) 10px 6px no-repeat;height: 30px;}
#ann_index_list table th.soc { background: transparent url(../common/img/icon_society.png) 10px 6px no-repeat; height: 30px;}
#ann_index_list table th.wor { background: transparent url(../common/img/icon_world.png) 10px 6px no-repeat; height: 30px;}
#ann_index_list table th.spo { background: transparent url(../common/img/icon_sports.png) 10px 6px no-repeat; height: 30px;}

#headline_news table td,
#ann_index_list table td{
	margin: 0;
	padding: 0;
	width: 150px;
	height: 30px;
	color: #858585;
	background: url(../common/img/icon_movie.gif) 90px 6px no-repeat transparent;
}

#headline_news table td.movie_non,
#ann_index_list table td.movie_non {
	background: none !important;
}

#headline_news p.more {
	margin-top: 10px;
	border-top: 3px #FD8226 solid;
	text-align: right;
}


/*

#headline_news dl dd { margin: 0; padding: 0;}



#headline_news dl dd ul {
	margin: 0;
	padding: 0;
	width: 740px;
	background: url(../common/img/list_bg.gif) repeat-y transparent;
}

#headline_news dl dd ul li {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	width: 730px;
	height: 30px;
	overflow: hidden;
	display: block;
}


#headline_news dl dd ul li a {
	float: left;
	width: 580px;	line-height: 1.8;
	display: block;
	background-color: #3CC;
	overflow: hidden;
}

#headline_news dl dd ul li span {
	float: right;
	display: block;
	width: 140px;
	height: 25px;
	color: #858585;
	background: url(../common/img/icon_movie.png) 90px 6px no-repeat transparent;
	line-height: 2.2;
	overflow: hidden;
}

#headline_news dl dd.open ul li span {
	width: 140px;
	height: 25px;
	color: #858585;
	line-height: 2.2;
	background-color: #36C;
	overflow: hidden;
}


#headline_news dl dd.more {
	clear: both;
	margin-top: 10px;
	border-top: 3px #FD8226 solid;
	text-align: right;
}
*/


