/* CSS Document */
/*CSS*/
#topics_title{
	background-image:url(../images/dtl_title.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	line-height:38px;
	font-size:18px;
	padding:0 7px;
	color:#474747;
}

.topics_disp{
}
.topics_disp li{
	border-bottom:1px dotted #6fc7fe;
	background-position:left bottom;
	padding:10px 5px;
	position:relative;
}
.news_img{
	width:40%;
	border:2px solid #42b6fe;
	overflow:hidden;
	float:left;
}
.news_data{
	width:55%;
	float:right;
  }
.news_date{
	line-height:19px;
	margin:0 0 5px;
}
#news_ichiran{
	position:absolute;
	top:0px;
	right:15px;
}

.page_sel{
	color:#006 !important;
	font-weight: bold;
}

.news_title{
	background: #ebebeb;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	position: relative;
	font-size:13px;
}
.news_title:before{
	content: "";
	position: absolute;
	top: 10px;
	left: -16px;
	border: 8px solid transparent;
	border-right: 8px solid #ebebeb;
}
.news_title a{ color:#ff9600;}