<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body { background:#FFFFFF;}
a {text-decoration:none; color:#666;}
a:hover {text-decoration:none; color:#666;}
a:focus {text-decoration:none; color:#666;}

img { border:none; }

#news_view { border-top:#666 1px dotted;}
#news_view .content_img { margin:5px; }
#news_view .news_title {color:#069; font-weight:bold; font-size:14pt;}
#news_view .news_sub_title { color:#888; font-size:13pt;}
#news_view .news_date { color:#888; font-size:11pt; border-bottom:#CCC 1px dotted; margin-bottom:5px; }
#news_view .news_content { color:#666; font-size:11pt; border-bottom:#CCC 1px dotted; margin-bottom:5px; padding:0 10px;}


#news_list { border-top:#CCC 1px dotted; padding-top:5px; margin-top:5px;}
#news_list ul { margin:0; padding:0; list-style:none;}
#news_list ul li { margin:0; padding:5px 0px; list-style:none; border-bottom:#CCC 1px dotted;}
#news_list ul li .title { color:#069; font-weight:bold; font-size:10pt;}
#news_list ul li .sub_title { color:#777; font-size:9pt; margin-left:15px;}
#news_list ul li .date { color:#777; font-size:8pt; margin-left:15px;}
#news_list ul li a { color:#333}

#top_news .title {color:#069; font-weight:bold; font-size:12pt;}
#top_news .sub_title { color:#222; font-size:11pt;}
#top_news .memo { color:#777; font-size:10pt;}

.more_list { display:block; margin:auto; text-align:center; font-size:9pt; color:#FC3;}

#category { background:#FC6; padding:3px 0;}
#category select { width:50%;}</pre></body></html>