<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------- CSS Information 
Lust up date:   2010.5.27 
Style Info:     お知らせ一覧css
------------------------------------------------------------------------ */
/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Header*/
/*SEOtext*/
p#seotext {
  color: #999;
  margin: 5px 0 7px;
  text-align: left;
  font-size: 10px;
}
/*------------------------------------------------------------Decoration*/
/*NewsTitleBar*/
.titlebar_news {
  border-left: 3px solid #006B82;
  text-indent: 10px;
  margin: 5px 0 10px;
}
/*ContentsArea*/
.news_rightcontents {
  width: 470px;
  float: right;
}
/*Date*/
.tx_newsdate {
  font-size: 10px;
  font-weight: bold;
  color: #666;
}
/*Title*/
.tx_newstitle {
  font-size: 14px;
  font-weight: bold;
  color: #006B82;
}
/*Text*/
.pagefeed {
  text-align: center;
}</pre></body></html>