@charset 'UTF-8';
/*---------------------------------------------------------------------------------
cmnFooter
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

#footer {
  border-top: 1px solid #a0a0a0;
  font-size: 72%;
  padding: 10px 0;
  text-align: center;
  width: 970px;
}

#footer ul {
  list-style: none;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 0;
  width: 950px;
}

#footer #home {
  float: left;
}

#footer #sitemap {
  float: right;
}

#footer #home a {
  background: url(../img/cmn/footer/iconHome.gif) no-repeat left 0.1em;
  padding-left: 20px;
}

#footer #sitemap a {
  background: url(../img/cmn/footer/iconMap.gif) no-repeat left 0.1em;
  padding-left: 18px;
}

#footer div {
  color: #a0a0a0;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 970px;
}

#footer a {
  color: #39f;
}

#footer a:hover {
  color: #f90;
}

#footer dl {
  float: left;
  margin: 0 0 10px;
  padding: 0 10px;
  text-align: left;
}

#footer dt,
#footer dd {
  margin: 0;
  padding: 0;
}

#footer img {
  vertical-align: bottom;
}

#footerSearch dl {
  width: 460px;
}

#footerSearch dl:first-child {
  border-right: 1px dotted #a0a0a0;
}

#footerContent dl {
  border-right: 1px dotted #a0a0a0;
  width: 160px;
}

#footerContent dl:last-child {
  border-right: none;
  width: auto;
}

#footerSearch dt,
#footerContent dt {
  margin-bottom: 5px;
}