html{
    margin: 0;
    padding:0;
}

body {
    background-color      : #ffffff;
    text-align            : left;
    font                  : 1em/100% "qMmpS Pro W3","Hiragino Kaku Gothic Pro","Courier New","lr@",monospace;
    letter-spacing        : 0.02em;
    color                 : #000000;
    margin                : 0;
    padding               : 0;
    line-height           : 1.5em;
    font-size             : 0.8em;
}

td.left {width: 170px;
          background-color:#ffc0cb;}

td.right {}

#line {border-width: 1px;
             border-color:#cccccc;
             border-style:solid; }

table.main { 
border-collapse:collapse;
}

span.red {color: #ff0033;}
p.title {font-weight:bold;}
p.msg    {font-size: 0.9em;}

a:link      { color : #ff0033; }
a:visited   { color : #ff0033; }
a:hover     { color : #0033ff; }
a:active    { color : #ff0033; }

a:link    { text-decoration : none; }
a:visited { text-decoration : none; }
a:hover  { text-decoration : underline;}

input { text-align:left; }
