@charset "Shift_JIS";

/* ----------------------------------------

		すべてのニュースを見る
		(for IE 6 〜 8)

---------------------------------------- */


/*----- ニュース内検索 -----*/
#newsSearch {
	position: relative;
}

#newsSearchBody {
	position: absolute;
	/*text-align: right;*/
	
	left: 572px;
	top: 8px;
}


/*----- [IE6] -----*/
* html #newsSearchBody {
	left: 566px;
}


/*----- [IE7] -----*/
*:first-child+html #newsSearchBody {
	left: 566px;
}


/*----- [カテゴリーアイコン] -----*/
div.newsDayUnit ul li.cat1 { background: url(/news/img/icon_news-category1.gif) no-repeat left 0.12em; }
div.newsDayUnit ul li.cat2 { background: url(/news/img/icon_news-category2.gif) no-repeat left 0.12em; }
div.newsDayUnit ul li.cat3 { background: url(/news/img/icon_news-category3.gif) no-repeat left 0.12em; }

* html div.newsDayUnit ul li.cat1p { background: url(/news/img/icon_news-category1_a.gif) no-repeat left 0.12em; }
* html div.newsDayUnit ul li.cat2p { background: url(/news/img/icon_news-category2_a.gif) no-repeat left 0.12em; }
* html div.newsDayUnit ul li.cat3p { background: url(/news/img/icon_news-category3_a.gif) no-repeat left 0.12em; }

*:first-child+html div.newsDayUnit ul li.cat1p { background: url(/news/img/icon_news-category1_a.gif) no-repeat left 0.12em; }
*:first-child+html div.newsDayUnit ul li.cat2p { background: url(/news/img/icon_news-category2_a.gif) no-repeat left 0.12em; }
*:first-child+html div.newsDayUnit ul li.cat3p { background: url(/news/img/icon_news-category3_a.gif) no-repeat left 0.12em; }

