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

/* news_base */
body {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-size: 0.76em;
	line-height: 1.2em;
	margin: 0px;
	padding: 5px;
}

/* news_layout */
dl#news {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	width: 98%;
}
dl#news dt {
	color: #0000FF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
dl#news dd {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
}

/* news_link */
#news dd a {
	text-decoration: none;
}
#news dd a:hover {
	color: #FF0000;
	text-decoration: underline;
}
</pre></body></html>