@charset "UTF-8";

/* =========================================================
   Print Top
========================================================= */
/* layout
----------------------------------------------- */
body {
  background-color: #ffffff;
  zoom: 100%; 
}
#header, #banner, #navi, #main, #footer {
  width: 950px; 
}

/* IE */
*html #header, *html #banner, *html #navi, *html #main, *html #footer { 
  width: 100%; 
}

/* Opera9.6before */
#header:not(\*|*), #banner:not(\*|*), #navi:not(\*|*), #main:not(\*|*), #footer:not(\*|*) {
  width: 100%; 
}

/* Opera9.6before */
html:first-child #header, html:first-child #banner, html:first-child #navi, html:first-child #main, html:first-child #footer {
  width: 100%; 
}

/*
/* Header Banner
----------------------------------------------- */
.menu,
#commonHeader,
#adBanner,
#footerAdBanner {
  display: none;
}
*/
/* attribute
----------------------------------------------- */
.attribute {
  float: left;
  width: 100%;
}
.attributeSaiyojoho,
.attributeBosyu,
.attributeKyoka {
  margin-left: 0px;
}

/* page-title piece
----------------------------------------------- */
#pageTitle {
  width: 100%; 
}
*html #pageTitle {
  width: 100%; 
}
#header {
  background-image: url(./images/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

