/* CSS Document */

body {
  /zoom: 0.7; /* IE6,7 */
}

html> /**/body #frm_content {
  /* IE6,7以外*/

  display: table;
}

html> /**/body #menu {
  /* IE6,7以外 */

  display: table-cell;

  float: none;

  width: 430px;

  vertical-align: top;
}

html> /**/body #content {
  /* IE6,7以外 */

  display: table-cell;

  float: none;

  padding-left: 20px;

  width: 520px;

  vertical-align: top;
}

#contents {
  /zoom: 1; /* IE6,7 */
}

#menu {
  /zoom: 1; /* IE6,7 */
}
