@charset "UTF-8";

/* =========================================================
   Print Top
========================================================= */
/* layout
----------------------------------------------- */
html{
  font-size:60%;
}

body {
  background-color: #fff;
  zoom: 80%;
}
#header, #banner, #navi, #main, #footer {
  width: 740px;
}

/* IE */
*html #header, *html #banner, *html #navi, *html #main, *html #footer { 
  width: 720px;
}

/* Header Banner
----------------------------------------------- */
.menu,
#commonHeader,
#adBanner,
#footerAdBanner {
  display: none;
}

/* attribute
----------------------------------------------- */
.attribute {
  float: left;
  width: 100%;
}
.attributeSaiyojoho,
.attributeBosyu,
.attributeKyoka {
  margin-left: 0;
}

/* page-title piece
----------------------------------------------- */
#pageTitle {
  width: 740px;
}
*html #pageTitle {
  width: 720px;
}

