/* for IE6 bug */
* html body #all #header,
* html body #all #search_box,
* html body #all #sub_content,
* html body #all #bottom_site_map,
* html body #all #menu {
  display: none;
}
* html body #all #footer { width: 640px; }

/***************/

#header {
  display: list-item;
  list-style-image: url(../images/bg_header.png);
  list-style-position: inside;
}
#header p {
  top: -146px;
  position: relative;
}
#search_box.clearfix {
  display: list-item;
  list-style-image: url(../images/bg_search_box.png);
  list-style-position: inside;
}
#search_box p,
#search_box form {
  top: -56px;
  position: relative;
}

