.nav-bar {
  height: 28px;
  background-image: url("images/nav.png");
}
.nav-bar .menu {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  margin-top: 0;
}
.nav-bar .menu li a {
  padding: 2px 12px;
  color: #000;
  display: block;
  text-decoration: none;
}
.nav-bar .menu li a:hover {
  background-color: #fc6d1f;
  background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
  border-radius: 2px;
  color: #fff;
}
.nav-bar .menu li:not(:last-child) {
  border-right: 2px solid #fff;
}
.nav-block {
  background-color: #eef0f0;
  border: 1px solid #a8b5b0;
  border-radius: 5px;
  padding: 2px;
  margin: 4px;
}
.nav-block .head {
  background-image: url("images/nav-head-bg.png");
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}
.nav-block .head span {
  margin-left: 20px;
  position: relative;
}
.nav-block .head span:before {
  position: absolute;
  display: inline-block;
  content: url("images/BlockHeaderIcon.png");
  left: -10px;
}
.nav-block .head a,
.nav-block .head a:hover,
.nav-block .head a:visited {
  display: block;
  text-decoration: none;
  color: #000;
}
.nav-block ul {
  list-style: none;
  margin: 10px;
}
.nav-block ul li {
  margin-bottom: 8px;
  background: url("../img/common/arrow0406.gif") no-repeat 0 center;
  padding-left: 11px;
  margin-left: 5px;
}
.nav-block ul li a {
  font-size: 14px;
  display: block;
  height: 20px;
  text-decoration: none;
  color: #000;
}
.art-Sheet {
  width: 938px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
}
.art-Sheet .art-Header {
  background: url("https://www.honjo-park.com/img/common/header-bg.jpg");
  width: 100%;
  height: 100px;
  border-radius: 8px 8px 0 0;
}
.art-contentLayout {
  width: 930px;
}
.art-contentLayout .art-sidebar1 {
  width: 260px;
}
.art-Footer {
  background-color: #fc4e08;
  width: 930px;
  border-radius: 0 0 8px 8px;
}