@charset "UTF-8";

/* =========================================================
   Print Top
========================================================= */
/* layout
----------------------------------------------- */
body {
  background-color: #fff;
  zoom: 90%; 
}
#header, #banner, #navi, #main, #footer {
  width: 100%;
}

/* IE */
*html #header, *html #banner, *html #navi, *html #main, *html #footer { 
  width: 100%;
}

/* Header Banner
----------------------------------------------- */
.menu,
#commonHeader,
#adBanner,
#footerAdBanner,
#header,
#subnavi,
#menu,
#links,
#footer ul.footer_navi {
  display: none;
}

#main .content {
  float: none;
  width: 100%;
}

/* attribute
----------------------------------------------- */
.attribute {
  float: left;
  width: 100%;
}

/* page-title piece
----------------------------------------------- */
#pageTitle {
  width: 740px;
}
*html #pageTitle {
  width: 720px;
}

