#pack{
  background-color : white;
  width : 750px;
  margin : 0 auto ;
}

#head{
  background-color : white;
  width : 750px;
  height : 100px;
  clear : both;
}

#top{
  background-color : white;
  width : 550px;
  height : 280px;
  float : right;
}

#side{
  background-color : white;
  width : 200px;
  height : auto;
  float : left;
}

#main{
  background-color : white;
  width : 550px;
  float : right;
}

#foot{
  background-color : white;
  width : 750px;
  height : 20px;
  clear : both;
border-width : 1px;border-style : solid;border-color : silver;
  
}

BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

H4{
  color : white;
  background-color : olive;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
  width : 500px;
}

#navi{
  font-size : 13px;
  padding-left : 20px;
  padding-top : 5px;
}

#navi a{
  text-decoration : none;
}

#navi A:hover{
  color : red;
}
