/* Base settings */
html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 80%;
  line-height: 1.6;
  width: 390px;
  background-color: #FFF;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

img {
  border: 0;
}

h3 {
  display: inline;
  color: #000;
  margin: 6px 0 0px 5px;
  font-size: 12px;
}

.info-headline {
  margin-top: 4px;
}

.arrow-link {
  float: right;
  color: #000;
  font-size: 12px;
  margin: 1px 5px 0 0;
}
.arrow-link a {
  color: #888;
  font-size: 10px;
  padding-left: 8px;
  background-image: url("link-arrow.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

/* Utility */
.clearfix {
  *zoom: 1; /* IE7 */
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* Container */
.banner-container {
  margin: 0;
  padding: 5px;
  width: 494px;
  height: 178px;
}

/* Banner */
.banner-container {
	background-image: url("banner-frame.jpg");
	background-repeat: no-repeat;
}
.banner-images ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.banner-images img {
  display: block;
  width: 100%;
  width: 494px;
  height: 156px;
}
.banner-buttons {
  position: relative;
}
.banner-buttons a {
  display: block;
}
.banner-buttons ul {
  position: absolute;
  top: 5px;
  right: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.banner-buttons li {
  float: left;
  width: 25px;
  height: 14px;
  margin-left: 4px;
  background-image: url("banner-button-on.png");
}
.banner-buttons li:hover {
  background-image: url("banner-button-off.png");
}
.banner-buttons li.active {
  background-image: url("banner-button-off.png");
}
.banner-buttons a {
  text-decoration: none;
}






