<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*****************************************
*デフォルト設定
*****************************************
*/
BODY{
color:#000000;
font-size:x-small;
}

TD{
color:#000000;
font-size:x-small;
}

form{margin:0px;padding:0px;}

textarea{
color:#000000;
font-size:x-small;
}

.small{font-size:xx-small;}

/*
*****************************************
*リンク色
*****************************************
*/
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#0000FF; text-decoration:underline; }
a:hover { color:#0000FF; text-decoration:underline; }
a:active { color:#0000FF; text-decoration:underline; }

a.black { font-size:xx-small; }
a.black:link { color:#333333; text-decoration:underline; }
a.black:visited { color:#333333; text-decoration:underline; }
a.black:hover { color:#333333; text-decoration:underline; }
a.black:active { color:#333333; text-decoration:underline; }

/*
*****************************************
*表示用詳細設定
*****************************************
*/

.atend_font_size{
font-size:small;
font-weight:bold
}

/**データ表示用テーブル設定**/
.datatable{
color:#000000;
font-size:x-small;
border:solid 1px #999999;
}

.data_title01{
color:#FFFFFF;
background-color:#777777;
font-size:x-small;
}

.data_title02{
color:#FFFFFF;
background-color:#999999;
font-size:x-small;
}

.data_title03{
color:#333333;
background-color:#CCCCCC;
}

.data_title04{
color:#333333;
background-color:#ffffff;
}

.data_title05{
color:#333333;
background-color:#D7D7D7;
}

.datatable_bg{background-color:#E4E4E4;}

.marginL5 { margin-left:5px;}

/**データ表示用テーブル設定（選択済の薄い表示用）**/
.datatable_selected {
color:#999999;
font-size:x-small;
border:solid 1px #CCCCCC;
}

.datatable_th{
color:#FFFFFF;
font-size:x-small;
background-color:#CCCCCC;
}

.datatable_th_selected{
color:#FFFFFF;
font-size:x-small;
font-weight:normal;
background-color:#CCCCCC;
}

.attend{
color:#000000;
font-size:x-small;
font-weight:normal;
background-color:#ff9900;
}

.odd{
color:#000000;
font-size:x-small;
background-color:#ffffff;
}

.odd_selected{
color:#999999;
font-size:x-small;
background-color:#ffffff;
}

.even{
font-size:x-small;
background-color:#dddddd;
}

.even_selected{
color:#999999;
font-size:x-small;
background-color:#eeeeee;
}


/*
*****************************************
*ヘッダー日時表示用
*****************************************
*/
.f9  { font-size: 9px;  }</pre></body></html>