/* HTML */
h1   { font-size: 10px;
       font-weight:normal;
       color:#666666;
       padding: 0px;
       margin: 4px;
     }

h2   { font-size: 11px;
       font-weight:600;
       color: #666666;
       padding: 0px;
       margin: 0px;
     }

h3   { font-size: 12px;
       font-weight:normal;
       padding: 0px;
       margin: 0px;
     }

body,td { font-size: 12px;
        }

body { background-color: #ffffff;
       margin-left: 0px;
       margin-top: 0px;
       margin-right: 0px;
       margin-bottom: 0px;
       background: #ffffff url(img/bg01.gif);
       background-repeat: repeat-y;
       background-position: top center;
     }


/* LINK */
a:link    { color:#3333ff;
            text-decoration: underline;
          }

a:visited { color:#3333ff;
            text-decoration: underline;
          }

a:active  { color:#ff8040;
            text-decoration: underline;
          }

a:hover   { color:#ff8040;
            text-decoration: underline;
          }


/* ‚»‚Ì‘¼ */
.btm { font-size: 11px;
          line-height: 14px; }

.copy { font-size: 10px;
          line-height: 20px; }

.text { line-height: 17px; }

.text10 { font-size: 10px;
          line-height: 12px; }

.text11 { font-size: 11px;
          line-height: 13px; }

.text13 { font-size: 13px; }

.text15 { font-size: 15px; }

.small { font-size: 9px; }

.cap { font-size: 12px;
         color: #ffffff;
       } 

.gray { font-size: 12px;
        line-height: 17px;
        color:#676767;
      }

.cam { font-size: 11px;
       line-height: 13px;
       text-decoration: none;
       } 



