@charset "UTF-8";

/*============================================================
//  
//  ニュース一覧ページスタイル--------------------
//  
//==========================================================*/


/*============================================================
//  ・left_clm
//==========================================================*/
.detail{
	padding:0 0 0;
}
#main .detail h2#news{
	width:592px;
	height:27px;
	padding:18px 0 0 48px;
	font-size:14px;
	color:#333;
}
#main .detail .box{
	width:618px;
}

.detail h2.top{background:url(/img/genre/news_summary_top.jpg) no-repeat;}
.detail h2.business{background:url(/img/genre/news_summary_business.jpg) no-repeat;}
.detail h2.language{background:url(/img/genre/news_summary_language.jpg) no-repeat;}
.detail h2.study   {background:url(/img/genre/news_summary_study.jpg) no-repeat;}
.detail h2.general {background:url(/img/genre/news_summary_general.jpg) no-repeat;}
.detail h2.bunko   {background:url(/img/genre/news_summary_bunko.jpg) no-repeat;}

.news_cnts p a{
	color:#333;
	text-decoration:none;
}
.news_cnts p a:hover{color:#fff;}
.top .news_cnts p a:hover{background:#01BFF3;}
.business .news_cnts p a:hover{background:#FF0000;}
.study .news_cnts p a:hover{background:#66CC00;}
.language .news_cnts p a:hover{background:#CC0099;}
.general .news_cnts p a:hover{background:#660099;}
.bunko .news_cnts p a:hover{background:#006666;}

.news_cnts{
	padding:5px 0 10px 0;
	border:1px dotted #666;
	border-width:0 0 1px 0;
}

