.line{
  background-image:url('image/back_line.gif');
  background-repeat:repeat-y;
  background-attachment:fixed;
}
body,td{
  color : #000000;
  font-size : 85%;
  margin : 0;
  line-height:150%;
}
A:link,A:active,A:visited{
  cursor: w-resize;
}
A:HOVER{
  text-decoration : none;
}
