

#flasharea{
	display:none;
}

/*
.slider {
  position: relative;
  margin: 0px auto;
  width: 100%;
}
*/

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  width: 1020px;
  height: 305px;
  overflow: hidden;
  left: 50%;
  margin-left: -510px;
  padding: 0;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
	margin: 0;
	padding: 0;
}

.sls-content {
  position: relative;
  float: left;
  width: 1020px;
  height: 305px;
}

.sls-content a {
  display: block;
}

.sls-content a:hover {
  color: #600;
}

img{
	border: none;
}
.sls-prev, .sls-next {
  position: absolute;
  top: 130px;
  width: 40px;
  height: 60px;
  display: block;
}

.sls-prev {
  left: 0px;
  top: 100px;
  background: url(img/ar_prev.png) no-repeat left;
}

.sls-next {
  right: 19px;
  top: 100px;
  background: url(img/ar_next.png) no-repeat right;
}

.sls-prev:hover {
  background: url(img/ar_prev_f2.png) no-repeat left;
}
.sls-next:hover {
  background: url(img/ar_next_f2.png) no-repeat right;
}




.sls-pagination a {
  float: left;
  margin: 5px 5px 0;
  width: 122px;
  height: 0px;
  background: url(img/bg_pagenation01a.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
}

/*.sls-pagination a:hover {
  background: url(img/bg_pagenation01a.png) no-repeat;
}*/



/*フォーム用ガイドテキスト*/

.guide{
	color:#cccccc;
}



