/* --------------------------------------------------
    style01.css

    create date 2008/02/06 
   -------------------------------------------------- */

body
{
    font-family         : 'Verdana', 'ＭＳ ゴシック', 'Osaka', monospace;
    line-height         : 1.2em;
    margin              : 0px;
    color               : black;
    background-color    : white;
    background-repeat   : repeat-x;
}

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


table
{
    margin          :   0px;
/*    border-padding  :   0px;*/
    border-spacing  :   0px;
    border          :   0px;
}


/* ----------------------------------------
   margin
   ---------------------------------------- */
.L08    { margin-left   :    8px;}
.L10    { margin-left   :   10px;}
.L12    { margin-left   :   12px;}
.L14    { margin-left   :   14px;}
.L16    { margin-left   :   16px;}
.L22    { margin-left   :   22px;}

/* ----------------------------------------
   font
   ---------------------------------------- */
.F10    { font-size :   10px; }
.F10B   { font-size :   10px; font-weight   :   bold;}
.F11    { font-size :   11px; }
.F12    { font-size :   12px; }
.F12B   { font-size :   12px; font-weight   :   bold;}
.F13    { font-size :   13px; }
.F14    { font-size :   14px; }
.F14B   { font-size :   14px; font-weight   :   bold;}
.F15    { font-size :   15px; }
.F16    { font-size :   16px; }

.FCLogin{ color     :   #0a51a1;    }

/* ----------------------------------------
   cursor
   ---------------------------------------- */
.cursor { cursor : pointer; }

/* ----------------------------------------
   button style
   ---------------------------------------- */
.BtnSubmit
{
    color               :   white;
    background-color    :   #fea034;
    width               :   80px;
    height              :   24px;
    font-size           :   12px;
    font-weight         :   bold;
}


/* ----------------------------------------
   copyright style
   ---------------------------------------- */
.copyright
{
    color           :   #0a51a1;
    font-size       :   12px;
}

/* ----------------------------------------
   text box
   ---------------------------------------- */
input.text
{
    border: solid 1px #666666;
}


