DIV#hon {width: 550px;
  padding-left : 10px;
  margin-top : 10px;
  margin-left : 1px;
  margin-bottom : 10px;
  padding-right : 5px;
  height : 900px;
  float : left;
} 
DIV#foot {width : 330px;
  padding-left : 10px;
  margin-top : 10px;
  margin-left : 1px;
  margin-bottom : 10px;
  padding-right : 5px;
  height : 150px;
  float : right;
} 

HR{
  color : fuchsia;
} 
DIV#link {
  width : 450px;
  height : 150px;
}
A:LINK { 
color: #ff0080;
text-decoration: none ;

}   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #ff0080;
  text-decoration: none     /* 下線を消す */
;}
A:active { color: #ff0080 ;} /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0080;
  text-decoration: none;
}

