@charset "utf-8";
/* CSS Document */

LI	{list-style:none;}

.title2{
margin-top:29px;
margin-bottom:20px;
}

/* 詳細 */

.box_chapter_news {
	width:100%;
	height:55px;
	position:relative;
	margin:0;
	padding:0;
	background:url(../news/images/bg_chapter.jpg) top left repeat-x;
}
.box_chapter_news .yymmdd {
	position:absolute;
	top:6px;
	left:12px;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}.box_chapter_news .maintxt {
	position:absolute;
	top:28px;
	left:12px;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}

.img_left{
	padding:0 15px 15px 0;
	float:left;
}

.navigation {
	width:100%;
	border-top:1px dashed #c6c6c6;
	text-align:center;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	font-size:12px;
}
/* ニュース一覧 */

.pagelinks {
	float:right;
	margin:10px 0 10px 0;
	text-align:center;
}

.pagelinks ul {
	list-style:none;
	margin:0;
	padding:0;
}

.pagelinks ul li {
	width:20px;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}
	
.pagelinks ul li a {
	display:block;
	line-height:20px;
	background:url(../news/images/icon_pagenumber.gif) no-repeat;
}

.pagelinks ul li a:hover {
	background:url(../news/images/icon_pagenumber_on.gif) no-repeat;
}
.pagelinks ul li.here {
	background:url(../news/images/icon_pagenumber.gif) no-repeat;
}

.pagelinks ul li.next10 {
	font-weight:normal;
	width:70px;
}
.pagelinks ul li.next10 a {
	background-image:none;
}

.navigation_2 {
	width:100%;
	height:40px;
	margin-top:10px;
}

.box_news {
	padding:10px;
	border-top:1px dashed #c6c6c6;
	border-bottom:1px dashed #c6c6c6;
}

.img_thumb {
	float:left;
	padding-right:15px;
	height:100px;
}

.box_news p{
	margin:0;
	padding:0;
}

.box_news dl{
	margin:0;
	padding:0;
}
.box_news dt{
	margin:0;
	padding:0;
	font-size:90%;
}
.box_news dd{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.box_news dd a{
	text-decoration:none;
	color:#454545;
}
.box_news dd a:hover{
	text-decoration:none;
	color:#454545;
}
.bl-hover{
	background-color:#F7F7F7;
	border-top:1px dashed #c6c6c6;
	border-bottom:1px dashed #c6c6c6;
}