@charset "Shift_JIS";

/*
	Site Name: ABC WEBNEWS
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: BASE STYLE
	2: INDEX ann news
	3: MAIN CONTENT
	 3-1: news_nv
	 3-2: news index
	 3-3: headline_news


==========================================================
*/

/*
===== 1: BASE STYLE ====================================
*/

/*.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));}*/
.iepngfix { behavior: url("../common/js/iepngfix.htc") }



/*
===== 2: INDEX ann news ====================================
*/


/*===== 2-1: INDEX ann news ===============*/

#ann_index_list {
	clear: both;
	margin-bottom: 50px;
	padding: 0;
}


#ann_index_list h3 {
	margin-bottom: 10px;
}



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

#ann_index_list ul li {
	clear: both;
	margin: 0;
	padding: 0 0 0 80px;
	width: 650px;
	height: 30px;
	overflow: hidden;
	display: block;
	line-height: 1.8;
}

#ann_index_list ul li.pol {
	background: transparent url(../common/img/icon_politics.png) 10px 6px no-repeat;
	height: 30px;
}

#ann_index_list ul li.eco {
	background: transparent url(../common/img/icon_economy.png) 10px 6px no-repeat;
	height: 30px;
}

#ann_index_list ul li.soc { background: transparent url(../common/img/icon_society.png) 10px 6px no-repeat; height: 30px;}
#ann_index_list ul li.wor { background: transparent url(../common/img/icon_world.png) 10px 6px no-repeat; height: 30px;}
#ann_index_list ul li.spo { background: transparent url(../common/img/icon_sports.png) 10px 6px no-repeat; height: 30px;}


#ann_index_list ul li a {
	float: left;
	width: 500px;
	line-height: 2.0;
}

#ann_index_list ul li span {
	width: 140px;
	height: 25px;
	color: #858585;
	background: url(../common/img/icon_movie.png) 90px 6px no-repeat transparent;
	line-height: 2.2;
}


#ann_index_list ul li span.movie_non {
	background: none !important;
}
*/



/*
===== 3: MAIN CONTENT ====================================
*/

/*===== 3-1: MAIN CONTENT news_nv===============*/

#news_nv {
	clear: both;
	margin-top: 30px;
	margin-bottom: 40px;
	height: 26px;
	background: #FAFAFA url(../common/img/nextback_bg.gif) top repeat-x;
}

#news_nv div.back {
	float: left;
	padding-left:10px;
	width: 120px;
	height: 26px;
	background: transparent url(../common/img/nextback_line.gif) right no-repeat;
}

#news_nv div.next {
	float: right;
	padding-right:10px;
	text-align: right;
	width: 120px;
	height: 26px;
	background: transparent url(../common/img/nextback_line.gif) left no-repeat;
}

#news_nv div img { padding-top: 8px;}


/*===== 3-2: MAIN CONTENT news index ===============*/

#news_index {
	clear: both;
	margin-bottom: 40px;
}

#news_index p.abc_bn {
	text-align: right;
	margin-bottom: 10px;
}

#news_index p.ind_headline_title { margin-bottom: 10px;}



/*===== 3-3: MAIN CONTENT headline_news ===============*/

/*#ind_news_wrap {width: 732px; overflow: hidden;}*/

* html ul#ind_headline_news { /* for IE6 */
   margin-right:-8px;
}

ul#ind_headline_news {
	list-style: none;
	/*width: 740px;*/
	width: 650px;
	margin-bottom: 50px;
	overflow: hidden;
}

ul#ind_headline_news li{
	float: left;
	list-style-type: none;
	margin: 0 9px 10px 0;
	padding: 10px 10px;
	width: 132px;
	height: 82px;
	font-size: 93%;
	color: #868686;
	line-height: 1.7;
	background: url(../common/img/headline_bg_off.gif) top no-repeat transparent;
}

ul#ind_headline_news li .more{
	height:2px;
}

ul#ind_headline_news li div {
	color: #39418C;
	text-decoration: underline;
	width: 132px;
}

ul#ind_headline_news li.box_hover{
	background: url(../common/img/headline_bg_on.gif) top no-repeat transparent;
	cursor:pointer;
}

ul#ind_headline_news li.box_hover div{
	text-decoration: none !important;
}


ul#ind_headline_news li p.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
}





/*===== 3-3: MAIN CONTENT headline_news ===============*/

dl#headline_news {
	clear: both;
	margin-bottom: 20px;
}


dl#headline_news dt { margin-bottom: 10px;}

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

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

dl#headline_news dd ul li {
	clear: both;
	margin: 0;
	padding-left: 10px;
	/*width: 740px;*/
	width: 650px;
	height: 30px;
	overflow: hidden;
	display: block;
	line-height: 1.8;
}

dl#headline_news dd ul li a {
	float: left;
	width: 500px;
	line-height: 2.0;
}

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

dl#headline_news dd ul li span.movie_non { background: none !important;}




