/* banner.css */

#banner {
  margin: 0 10px;
}
/* hack ie7 */
*:first-child+html #banner {
  margin-bottom: -20px;
}
#banner img {
  border: none;
}

/* BottomBannerMain */

#BottomBannerMain {
  text-align: right;
  line-height: 25px;
  height: 40px;
  margin-top: 10px;
}
#BottomBannerMain p {
  color: #4D4D4D;
  font-size: 14px;
  padding-right: 10px;
}
#BottomBannerMain p a {
  font-size: 14px;
  text-decoration: none;
  color: #4D4D4D;
}
