@charset "utf-8";

/**
 * 一覧ページ 
 * ----------------------------------------
 */
#Right #News dl {
	position: relative;
	width: 700px;
	line-height: 125%;
}
	 
#Right #News dl dt {
	padding-top: 12px;
	padding-left:12px;
	position:absolute;
	width:120px;
	background-image:url(/img/head_icn.gif);
	background-position:0 75%;
	background-repeat:no-repeat;
}

#Right #News dd {
	padding:12px 0 12px 122px;
	background-image: url(/img/news_bg.gif);
	background-position: right bottom;
	background-repeat:repeat-x;
}

/**
 * 詳細ページ 
 * ----------------------------------------
 */
#Right #News #Date {
	text-align:right;
}

#Right #News h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:24px;
}



