#wrap {
  width: 910px;
  margin: auto;
}

#banner {
  background: url(img/banner-main.png) center center no-repeat;
  position: relative;
}

#menu {
  width: 268px;
  float: right;
  color: #fff;
}

#menu ul {
  background: url(img/bg-menu-mid.png) 0 0 repeat-y;
  padding: 0 5px 0 5px;
}

#menu li {
  background-image: url(img/menu-btm.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #D3D3D3;
  padding: 5px 5px 5px 40px;
}

#menu li:hover {
  background-image: url(img/menu-btm-hover.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #D3D3D3;
  padding: 5px 5px 5px 40px;
}

#menu p {
  background: url(img/bg-menu-topic.png) center no-repeat;
  background-size: 100% 100%;
  padding: 5px 5px 5px 30px;
  color: #D3D3D3;
  font-size: 14px;
}

#menu a {
  clear: none;
  color: #999;
}

#menu a:hover {
  clear: none;
  color: #f5f5f5;
}

h1 {
  padding: 20px;
  padding-left: 0;
  margin-bottom: 10px;
  display: block;
  width: 600px;
  font-size: 14px;
  text-align: right;
  float: right;
}

p {
  padding: 10px;
}

a {
  clear: none;
  color: #999;
}

a:hover {
  clear: none;
  color: #C30;
}

.borderorange {
  border: 1px solid #ff9000;
}

.clear {
  clear: both;
}

/* import code */
#contents {
  width: 630px;
}

h2 {
  height: 32px;
  font-weight: bold;
  padding: 17px 0 0 40px;
  margin: 0 0 8px 0;
  background: url(img/topic-h2-icon.png) no-repeat 0 10px;
}

.box01 {
  float: left;
  width: 180px;
  height: 110px;
  padding: 0 0 0 120px;
  margin: 0 30px 10px 0;
  background: url(img/box01-bg.png) 0 0 no-repeat;
}

.box01 dt {
  font-weight: bold;
}

.box01 .text {
  padding: 5px 0 0 0;
}

.box01 .img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #898989;
}

.box01 a {
  color: #F60;
  font-weight: normal;
}

.box01 a:hover {
  color: #202020;
  font-weight: normal;
}

.box02 dt a {
  font-weight: bold;
  color: #FFF;
}

.box02 .link {
  text-align: center;
}

.box02 .link li {
  display: inline;
  padding: 6px 0 6px 16px;
  margin: 0 3px 0 0;
  background: url(../img/pointer01.png) no-repeat 0 center;
}

#footer {
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px;
  margin: 0 0 0 0;
  background-color: #FFF;
  border-top: 2px double #E0E0E0;
}

#footer p {
  display: block;
  width: 910px;
  margin: auto;
}

.rtext {
  font-size: 120%;
  width: 300px;
  position: absolute;
  top: 140px;
  right: 70px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

#sitemap {
  margin: 5px;
  padding: 10px;
  border-left: 1px solid #ff9000;
  border-bottom: 1px solid #ff9000;
}

#sitemap li {
  display: inline;
}
