@charset "utf-8";

/* ****************************************************************************

	newslayout.css
	
-------------------------------------------------------------------------------

　01. title-block
　02. body-block
	
******************************************************************************* */



/* ==

　01. title-block

=============================================================================== */

#site-n-contents .topic-block .title-block p.title {
	font-size: 108%;
	font-weight :bold;
	padding: 5px 0 5px;
	margin-bottom: 5px;
	background: url(../../common/img/rms_border_dotted.gif) repeat-x left bottom;
}

#site-n-contents .topic-block .title-block p.date {
	display: block;
	text-align: right;
}


/* ==

　02. body-block

=============================================================================== */

#site-n-contents .topic-block .body-block{
	padding-bottom:15px;
}

#site-n-contents .topic-block .body-block p,
#site-n-contents .topic-block .body-block .link-group {
	margin-bottom:10px;
	padding: 0 0 10px;
}

#site-n-contents .topic-block .body-block .link-group li {
	display: inline;
	margin-right: 15px;
	font-size:92.4%;
}

#site-n-contents .topic-block .body-block .link-group li a {
	padding-left: 5px;
	background: url(../../../common/img/parts/ico_cursor.gif) no-repeat left center;
}

#site-n-contents .blank a {
	padding-left: 14px;
	background: url(../../../common/img/parts/ico_blank.gif) no-repeat left center;
}



