<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* カテゴリ共通フォーマット */
#fmt_cont_detail h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	color:#008000;
	margin-top:16px;
}

#fmt_cont_detail h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	color:#1a2c7a;
	margin:3px 0;
}

#fmt_cont_detail h4 {
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;
	color:#494949;
	text-align:right;
}

#fmt_cont_detail strong {
	color:#ae0001;
}


/* ニュース一覧 */
#newslist {
	margin:12px 0 10px;
	padding-bottom:2px;
	background:url(/common/imgs/dot_gy.gif) bottom repeat-x;
}

#newslist tr {
	background:url(/common/imgs/dot_gy.gif) top repeat-x;
}

#newslist th {
	width:6.5em;
	padding:4px 0 4px 0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

#newslist td {
	padding:4px 0 4px 0;
	vertical-align:top;
}


/* ニュース詳細 */

</pre></body></html>