

/*============================================================menu*/
/*-------NEWS & TOPICSページ*/
	div.newstopics div.menu h2{
		background:url(/img/newstopics/m_title_newstopics.jpg) no-repeat;
	}

/*============================================================main*/
/*-------ニュース＆トピックス - タイトル一覧ページ*/
	div.newstopics div.main ul li{
		height:23px;
		width:524px;
		font-size:13px;
		display:block;
		border-bottom:1px solid #868689;
		padding:12px 0 0 16px;
		background:url(/img/nt_indent.gif) no-repeat left 16px;
	}
	div.newstopics div.main ul li a{
		color:#9296B0;
		text-decoration:none;
		letter-spacing:1px;
	}

/*-------ニュース＆トピックス - エントリーページタイトル*/
	div.newstopics div.main h2{
		width:540px;
		font-size:14px;
		color:#F5DBCC;
		border-bottom:2px solid #868689;
		margin-bottom:40px;
		padding-bottom:5px;
		}

/*-------ニュース＆トピックス テキスト*/
	div.newstopics div.main p.text{
		clear:both;
		width:539px;
		color:#F5DBCC;
		font-size:12px;
		line-height:170%;
		letter-spacing:1px;
	}



	div.pagenavi{
		margin-top:30px;
		width:539px;
	}
	div.pagenavi a{
		display:block;
		width:107px;
		height:20px;
		text-indent:-10000px;
		float:right;
		background:url(/img/newstopics/back.jpg) no-repeat 0 0;
		/* \*/overflow:hidden;/* */
	}
		div.pagenavi a:hover{
			background-position:0 -20px;
		}
