<!--
body    {
    font-size   :12px;
    color       :#000000;
    line-height :16px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

p,blockquote,ul,ol,dl,li,dt,dd,div,th,td,caption,strong,em  {
    font-size        :12px;
    color            :#000000;
    line-height      :16px;
}

/*行間空かすセル設定*/
.lineheight{
font-size:12px;
color:#000000;
line-height :20px;
}

a:link{
  color:#ffffff;
  text-decoration:none;

;
}
a:visited{
  color:#ffffff;
  text-decoration:none;
}
a:hover{
  color:#ffffff;
  text-decoration:underline;
  background-color : #006600;
}
a:active{
  color:#ffffff;
  text-decoration:underline;
  background-color : #006600;
}
-->