/*
 * 『スタイルシート』
 *
 * VERSION  : 1.0.0
 * HISTORY  : 2003/07/02 kami : 新規作成
 */


/********************************************************************************/
/*          要素毎のスタイルシートを定義                                        */
/********************************************************************************/
BODY
{
/*    font-family     : 'ＭＳ 明朝'; */
    font-family     : 'ＭＳ ゴシック';
    font-style      : Normal;
    font-size       : 10pt;
    font-weight     : normal;
    color           : #000000;
    margin-left     : 0;
    margin-top      : 0;
    margin-bottom      : 0;
}

TH,TD,INPUT,SELECT,TEXTAREA
{
    font-family     : 'ＭＳ ゴシック';
    font-style      : Normal;
    font-size       : 10pt;
    font-weight     : normal;
}


.LK{ display: none ; }


