@charset "utf-8";

/*========================================
* news
*=======================================*/

.news_con {
	margin: 15px 10px;
}
/* 一覧 */
.news_dl {
	margin:10px auto 15px auto;
	padding:0;
	border-top-style:dotted;
	border-top-color:#C8C8C8;
	border-top-width:1px;
}
	
.news_dl dt {
	margin:1px 0 0 0;
	padding:5px;
	background-color:#E5E5E5;
}	
.news_dl dt img {
	margin:-2px 0 0 5px;
}
	
.news_dl dt.icon_g {
	background: url(../images/icon_g.gif) right center no-repeat;
}
.news_dl dt.icon_y {
	background: url(../images/icon_y.gif) right center no-repeat;
}
.news_dl dt.icon_b {
	background: url(../images/icon_b.gif) right center no-repeat;
}
.news_dl dt.icon_r {
	background: url(../images/icon_r.gif) right center no-repeat;
}
	
.news_dl dd {
	margin:0;
	padding:10px 5px 15px 5px;
	border-bottom-style:dotted;
	border-bottom-color:#C8C8C8;
	border-bottom-width:1px;
}
	
	
.detailed_dl {
	border: #E5E5E5 1px solid;
	padding: 2px 2px 8px 2px;
	overflow: hidden;
	zoom: 1;
}
	
.detailed_dl dt {
	padding: 3px 5px;
	background-color:#E5E5E5;
}
.detailed_dl dt img {
	margin:0 0 0 3px;
	vertical-align:middle;
}
	
.detailed_dl dt.icon_g {
	background: #E5E5E5 url(../images/icon_g.gif) 75px center no-repeat;
}
.detailed_dl dt.icon_y {
	background: #E5E5E5 url(../images/icon_y.gif) 75px center no-repeat;
}
.detailed_dl dt.icon_b {
	background: #E5E5E5 url(../images/icon_b.gif) 75px center no-repeat;
}
	
.detailed_dl dd {
	margin-top: 10px;
	font-weight: bold;
	padding-left: 10px;
}
	
.news_text {
	padding: 10px;
}

.mt_10 {
	margin-top: 10px;
}

/* 前へ次へナビ */
div.pnNavi {
	margin:0 auto 10px auto;
	padding:10px;
	border: #E5E5E5 1px solid;
	zoom:1;
	}
div.pnNavi:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
div.pnNavi p.prevN {
	margin:0;
	padding:0;
	float:left;
	}
div.pnNavi p.nextN {
	margin:0;
	padding:0;
	float:right;
	}