body {
    font-size : 14px;
}

th,td {
    font-size : 14px;
}

label {
    cursor : pointer;
}

form {
    margin : 0px
}

a {
  font-weight     : bold;
  text-decoration : none;
  color           : #FF4242;
}
a:hover  {
  font-weight       : bold;
  text-decoration   : underline;
  color             : #4242FF;
}

img {
    border : 0px;
}

input.submit {
    font-weight : bold;
    color : #FFFFFF;
    font-size : 12px;
    background-color : #FE6F29;
    border-color : #FE6F29;
    padding : 2px;
}

div.line {
    height : 2px;
    font-size : 0px;
    background-color : #FEBB77;
}

.font_ss { font-size : 10px; }
.font_s  { font-size : 12px; }
.font_m  { font-size : 14px; }
.font_l  { font-size : 16px; }
.font_ll { font-size : 18px; }


.gothic {
    font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka";
}

