@charset "Shift_JIS";

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

			すべてのニュースを見る

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

#newsList {
	margin: 0;
	padding-top: 4px;
	background: url(/sitemap/img/bg_sitemap.gif) repeat-y;
}

#newsList div.pseudo-bottom{
	width: 940px;
	height: 10px;
	background: url(/sitemap/img/bg_sitemap_foot.gif) no-repeat;
	margin-top: 10px;
}


#newsList h3 {
	margin: 0 20px;
	margin-top: 10px;
	font-size: 123.1%;
	font-weight: bold;
	
	border-bottom: 1px solid #2a8808;
	border-left: 4px solid #2a8808;
	padding-left: 6px;
	padding-bottom: 2px;
	line-height: 1.4;
}


#newsList p.dateLine {
	font-weight: bold;
	margin: 0 20px;
	margin-top: 20px;
	/*font-size: 138.5%;*/
	
	font-size: 123.1%;
	font-size: 108%;
	
	color: #444;
	padding-bottom: 4px;
	border-bottom: 1px dotted #bbb;
}



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

#newsSearchBody {
	position: absolute;
	text-align: right;
	
	left: 560px;
	top: 10px;
}


#newsSearchBody form input {
	vertical-align: middle;
}


/*----- [すべて表示 body] -----*/
table#allNewsList {
	margin: 0 18px;
	margin-top: 10px;
	border-collapse: collapse;
}

table#allNewsList td {
	border: 1px solid #d3d3d3;
	background-color: #f3f3f3;
	padding: 10px 16px;
	padding-top: 0;
	padding-bottom: 16px;
	width: 418px;
	vertical-align: top;
}

table#allNewsList td table td {
	border: none;
	padding: 0;
	padding: 2px;
	width: auto;
	
	font-size: 93%;
}

table#allNewsList td table td a {
	color: #333;
	text-decoration: none;
}

table#allNewsList td table td a:hover {
	text-decoration: underline;
}


/*----- [ニュース日付ブロック] -----*/
div.newsDayUnit {
	margin-top: 20px;
}

div.newsDayUnit h4 {
	font-weight: bold;
	font-size: 108%;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 2px;
	color: #333;
}

div.newsDayUnit h4.sun { color: #da0000; }/*--- 日曜 ---*/
div.newsDayUnit h4.sat { color: #0000aa; }/*--- 土曜 ---*/

div.newsDayUnit ul { margin-top: 6px; }

div.newsDayUnit ul li {
	line-height: 1.4;
	font-size: 93%;
	margin-bottom: 2px;
	
	padding-left: 76px;
	padding-left: 80px;
	color: #222;
}

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

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


div.newsDayUnit ul li a {
	color: #222;
	text-decoration: none;
}

div.newsDayUnit ul li a:hover {
	text-decoration: underline;
}


/*----- [過去のニュース（抜粋）ブロック] -----*/
#pastNewsBlock { margin-top: 20px; }

#pastNewsBlock h3 {
	
}

#pastNewsBlock div.newsDayUnit {
	margin: 20px;
	margin-top: 10px;
}


/*----- [過去のニュースリンクブロック] -----*/
#pastNewsList { margin-top: 20px; }

table#pastNewsLinks {
	margin: 0 20px;
	margin-top: 10px;
	border-collapse: collapse;
}

table#pastNewsLinks th {
	background-color: #eae7e2;
	border: 1px solid #d3d3d3;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 108%;
}

table#pastNewsLinks td {
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 8px;
	vertical-align: middle;
}

table#pastNewsLinks td ul li {
	float: left;
	margin-right: 8px;
	font-weight: bold;
}

table#pastNewsLinks td ul li a {
	color: #333;
	text-decoration: none;
	line-height: 1;
	border: 1px dotted #bbb;
	/*padding: 6px 8px;*/
	padding: 6px 10px;
	display: block;
}

table#pastNewsLinks td ul li a:hover {
	text-decoration: underline;
	background-color: #eee;
}

img.pickup {
	margin-left: 2px;
	margin-bottom: -2px;
}

