@charset "utf-8";


/* ===================================================================
CSS information

 file name  :individuak-news.css
 author     :93s(admin)
 style info :newsディレクトリ個別CSS
=================================================================== */



dl#news-list {
	width: 680px;
	font-size: 92%;
}
dl#news-list dt {
	margin-bottom: 8px;
	padding-left: 14px;
	background: url(/imgs/content/news/point_arrow.gif) no-repeat center left;
}
dl#news-list dd {
	margin-bottom:20px;	
	padding: 0 0 15px 14px;
	background: url(/imgs/content/news/list_dd_bg.gif) no-repeat bottom left;
}
dl#news-list dd a {
	color: #0265CA;
	text-decoration: underline;
}
dl#news-list dd a:hover {
	color: #E56073;
	text-decoration: none;
}


/*----------------------------------------------------
	detail
----------------------------------------------------*/

.detail-title-date {
	width: 660px;/* 680-10(right-padding)-10(left-padding) */
	height: 22px; /* 31-9(top-padding) */
	margin-bottom: 30px;
	padding: 9px 10px 0 10px;
	background: url(/imgs/content/news/date_head_bg.jpg) no-repeat top left;
	font-weight: bold;
	color: #666666;
}
.detail-title-content {
	width: 680px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 103%;
	background: url(/imgs/content/news/news_title_bg.gif) no-repeat bottom left;
}



.entry-wrap {
	width: 680px;
	margin-bottom: 30px;
	font-size: 92%;
	line-height: 1.4;
}

/*----------------------------------------------------
	secondary news-menu
----------------------------------------------------*/

dl#news-menu {
	width: 251px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	font-size: 92%;
	background: #FFF;
}
dl#news-menu dt {
	width: 251px;
	height: 33px;
	margin-bottom: 3px;
}
dl#news-menu dd {
	margin-bottom: 10px;
}
dl#news-menu dd a {
	padding-left: 21px;
	background: url(/imgs/content/news/menu_point.gif) no-repeat top left;
	color: #0265CA;
	text-decoration: underline;
}
dl#news-menu dd a:hover {
	color: #E50673;
	text-decoration: none;
}


	
	


