#LayoutA, #LayoutB, #LayoutC {
float: left;
width: 950px;
}
#LayoutA #Center {
float: right;
width: 650px;
}
#LayoutB #Center {
float: right;
width: 650px;
}
#LayoutB #Left {
  float: left;
  width: 270px;
}
#LayoutC #Center {
width: 950px;
margin: 0 auto;
}
.searchResultList tr.operation span.moreInfo {
zoom: 1;
display: block;
margin-left: 121px;
padding: 4px 0 3px;
text-align: right;
}

div.partsHeading {
  margin-bottom: 5px;
  padding: 2px 8px 2px 10px;
  height: 30px;
  background: transparent url(../images/bg_localnav_default.gif) no-repeat 0 0;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 100%;
  text-align: left;
}

media="screen"
div.partsHeading {
  margin-bottom: 5px;
  padding: 2px 8px 2px 10px;
  height: 30px;
  background: transparent url(../images/bg_localnav_default.gif) no-repeat 0 0;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 100%;
  text-align: left;
}
#Body #Header h1 {
width: 100px; /* ロゴ画像の幅 –(A) */
height: 80px; /* ロゴ画像の高さ */
background-image: url(http://wakoukai.katahi.com/cache/img/png/w_h/admin_wakoukai_logo_1434153948.png); /* ロゴ画像の URL */
}
#Body #globalNav { margin-left: 100px; } /* (A)と同じ値にします */
#globalNav {
float: none;
width: auto;
}
