<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";
/*****************************************************************************
  レポートビュー用スタイル
	Copyright(C)2008 せりか/せりか式
*****************************************************************************/
#ReportView table            { line-height: 120%; }
#ReportView table tbody      { overflow: hidden; }
#ReportView .report_header   { background-color: #dcdcdc; }
#ReportView .report_header th{ border-right:  1px solid black;
                               border-bottom: 1px solid black; }
#ReportView td               { padding: 0px 1em; }
#ReportView .chkbox          { padding-right: 3px; }
#ReportView a.selected       { color: #f48; }
#ReportView a.selected:hover { background-color: #fde; }
#ReportView .filesize        { text-align: right; }
#ReportView .uploaddate      { font-family: monospace; }
#ReportView .odd             { background-color: aliceblue; }
#ReportView .even            { background-color: white; }
</pre></body></html>