/*
    '-----------------------------------------------------------------------------------------------
    'BODY用クラス
    '-----------------------------------------------------------------------------------------------
*/

    body{
            font-size: 9pt;
            background: url("../image/back-canbus.gif")
    }

/*
    '-----------------------------------------------------------------------------------------------
    'リンク文字用クラス
    '-----------------------------------------------------------------------------------------------
*/

    a:link{
                text-decoration:none; 
                color:#0000FF; 
                font-size: 9pt;

    }
    a:visited{
                text-decoration:none; 
                color:#0000FF;
                font-size: 9pt;
    }
    a:active{
                text-decoration:none; 
                color:#800000;
                font-size: 9pt;
    }
    a:hover{
                text-decoration:none;
                color:#0000FF; 
                background-color:#FFFFCC; 
                font-size: 9pt;
    }
    
    
    
    
    
    
    a.cls_a_tab:link{
                text-decoration:none; 
                color:#000000; 
                font-size: 9pt;
                line-height:110%;

    }
    a.cls_a_tab:visited{
                text-decoration:none; 
                color:#000000; 
                font-size: 9pt;
                line-height:110%;
    }
    a.cls_a_tab:active{
                text-decoration:none; 
                color:#800000;
                font-size: 9pt;
                line-height:110%;
    }
    a.cls_a_tab:hover{
                text-decoration:none;
                color:#000000; 
                background-color:#E1FFE1; 
                font-size: 9pt;
                width:100%;
                line-height:110%;
    }
    
    
    
    
    
    
    
    a.cls_a_tree:link{
                text-decoration:none; 
                color:#000000; 
                font-size: 12pt;

    }
    a.cls_a_tree:visited{
                text-decoration:none; 
                color:#000000;
                font-size: 12pt;
    }
    a.cls_a_tree:active{
                text-decoration:none; 
                color:#800000;
                font-size: 12pt;
    }
    a.cls_a_tree:hover{
                text-decoration:none;
                color:#000000; 
                background-color:#E1FFE1; 
                font-size: 12pt;
    }

/*
    '-----------------------------------------------------------------------------------------------
    '見出し1用クラス
    '-----------------------------------------------------------------------------------------------
*/

    h1{
                border-left:solid 2em;
                border-bottom:solid 2px;
                border-left-color:#99DDFF;
                border-bottom-color:#99DDFF;
                padding: 0.2em;
                font-size: 12pt;
                font-weight:bold;
                color:#000000; 
                width:100%;
                filter:dropshadow(color=#666666,offx=1,offy=1);
    }
    h2{
                font-size: 12pt;
                font-weight:bold;
                color:#000000; 
                width:100%;
                filter:dropshadow(color=#666666,offx=1,offy=1);
    }
    

/*
    '-----------------------------------------------------------------------------------------------
    '横罫線クラス
    '-----------------------------------------------------------------------------------------------
*/

    hr{
                border-left:solid 2em;
                border-bottom:solid 2px;
                border-left-color:#99DDFF;
                border-bottom-color:#99DDFF;
    }
    
/*
/*
    '-----------------------------------------------------------------------------------------------
    'テーブルクラス
    '-----------------------------------------------------------------------------------------------
*/

    
    table{
            font-size: 9pt;
            line-height:150%;
    }
    
/*
    '-----------------------------------------------------------------------------------------------
    'ただボールドにするだけ用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_bold{
                font-size: 9pt;
                font-weight:bold;
                color:#000000; 
    }

/*
    '-----------------------------------------------------------------------------------------------
    'タブ(イメージ)用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_tabimage{
                width:83px;
                filter:gray();
                cursor:hand;
    }


    '-----------------------------------------------------------------------------------------------
    'タブ(イメージアクティブ)用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_tabimage_active{
                width:83px;
    }



/*
    '-----------------------------------------------------------------------------------------------
    'タブ(サブ)用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_tabsub{
                width:83px;
                font-size:9pt;
                background-color:#99DDFF; 
    }


/*
    '-----------------------------------------------------------------------------------------------
    'タブ(サブアクティブ)用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_tabsub_active{
                width:83px;
                font-size: 9pt;
                background-color:#FFFFCC; 
                color:#0000FF; 

    }

/*
    '-----------------------------------------------------------------------------------------------
    'テキストフォーム用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_txtform{
                width:400px;
    }

/*
    '-----------------------------------------------------------------------------------------------
    'テキストエリアフォーム用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_txtareaform{
                height:50px;
                width:400px;
    }

/*

    '-----------------------------------------------------------------------------------------------
    'ボタンフォーム用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_btnform{
                width:100px;
                background-color:#99DDFF;
    }


/*

    '-----------------------------------------------------------------------------------------------
    'チェックボックスフォーム用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_chkform{
    }



/*
    '-----------------------------------------------------------------------------------------------
    'ラジオボタンフォーム用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_rdoform{
    }



/*
    '-----------------------------------------------------------------------------------------------
    'コンボボックスフォーム用クラス
    '-----------------------------------------------------------------------------------------------
*/

    .cls_cboform{
                width:50px;
    }





