@charset "UTF-8";

/* =========================================================
Print Top
========================================================= */
/* layout
----------------------------------------------- */
body {
background-color: #fff;
zoom: 90%;
}
#header, #banner, #navi, #main, #footer #address {
width: 960px;
}

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

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

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

/* Header Banner
----------------------------------------------- */
#adBanner,
#footerAdBanner {
display: none;
}
#globalNavi a {
background: none !important;
}
#globalNavi span {
display: block !important;
color: #000000;
}
/* footer
----------------------------------------------- */
#footerNavi {
display: table;
width: 100%;
height: 2.5em;
}
/* attribute
----------------------------------------------- */
.attribute {
float: left;
width: 100%;
}
.attributeSaiyojoho,
.attributeBosyu,
.attributeKyoka {
margin-left: 0px;
}

/* page-title piece
----------------------------------------------- */
#pageTitle {
width: 100%;
}
*html #pageTitle {
width: 100%;
}
#content:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
#content {
display: inline-block;
}
* html #content {
/* height: 1%; */
}
#content {
display: block;
}
