@charset "euc-jp";

#top_slide {
	width:599px;
	height:294px;
	position: relative;
	background-color:#FFF;
}
/*
	Slideshow style
*/

#slides {
	position: absolute;
	top: 13px;
	left: 14px;

}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width: 573px;
	height: 268px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slides_container div {
	width: 573px;
	height: 268px;
	display: block;

}

/*
	Next/prev buttons
*/
#slides .next,
#slides .prev {
	position: absolute;
	top: 110px;
	left: 1px;
	width: 29px;
	height: 66px;
	display: block;
	z-index:100;
}
#slides .next {
	left: 543px;
}
.pagination {
	margin:14px 0 0 0;
	position:absolute;
	top:0px;
	right:0px;
	z-index:102;
}
.pagination li {
	float:left;
	list-style:none;
}
.pagination li a {
	display:block;
	width:9px;
	height:0px;
	margin:0 11px 0 0;
	padding:9px 0 0 0;
	background-image:url(https://www.tfm.co.jp/sky/img2014/feature_pagination.png);
	background-position:0 0;
	overflow:hidden;
	cursor:pointer;
}
.pagination li.current a {
	background-position:0 -9px;
}
