@charset "utf-8";
@import "./margin.css";

div#error {
    padding : 5px ;
    margin  : 5px ;
    color   : red ;
    font-weight : bolder ;
}

.left   { text-align  :   left ; }
.right  { text-align  :  right ; }
.center { text-align  : center ; }

td.left   { text-align  :   left ; }
td.right  { text-align  :  right ; }
td.center { text-align  : center ; }


#diplay_debug{
    height  : 500px ;
    overflow-y   : scroll ;
}

fieldset.description {
    margin  : 10px auto ;
    padding : 5px ;
    width   : 90% ;
}

/*-------------------------------------------
    FORM
-------------------------------------------*/

input {
    display : inline ;
}

input.inactive  { ime-mode : inactive ; }
input.active    { ime-mode :   active ; }

a.sort_up      { /*text-decoration :none;*/  }
a.sort_down    { /*text-decoration :none;*/  }
a.sort_default { /*text-decoration :none;*/  color : #cccccc ; }


.floatL { float:left;}
.floatR { float:right;}

a.uline {
    text-decoration : underline ;
}
.pointer {
    cursor  : pointer ;
}
