@charset "utf-8";
/* CSS Document */

/**
 * Slideshow style rules.
 */
 
#slideshow {
	margin:0 auto;
	width:740px;
	height:100px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:700px;
  height:100px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:100px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:15px;
  height:23px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:35px;
  left:0;
  background:transparent url(../images/prev-btn1.gif) no-repeat 0 0;
}
#rightControl {
  top:35px;
  right:0;
  background:transparent url(../images/next-btn1.gif) no-repeat 0 0;
}

/**
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font-family:"Century Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
font-size: 11px;
  color:#333;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:740px;
}

#title_bnr {
	width: 740px;
	margin: 0 auto 15px;
}

.slide p {
  margin:15px;
}

.slide img {
  float:left;
  margin:0 15px 0 0;
  border: none;
}
