:focus { outline:0; }
a:active { outline:none; }
body {

}
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td {
	text-align:left;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

body {
	letter-spacing:0;
	position:relative;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin: 0px;
	padding-bottom: 0px;
}

#container {
	width:900px;
	padding:0px;
	position:relative;
	z-index:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:900px;/*サイトの幅に合わせる*/
	height:360px;/*メインビジュアルの高さに合わせる*/
	position:relative;
 
}

/*
Slideshow
*/
 
#slides {
	position:absolute;
	top:10px;
	left:0px;/*サイトの真ん中に来るように調整*/
	z-index:100;
}
 
/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/
 
.slides_container {
	width:900px;/*イメージ幅に合わせる*/
	overflow:hidden;
	display:none;
}
 
/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/
 
.slides_container a {
	width:900px;/*イメージ幅に合わせる*/
	height:360px;/*イメージ幅に合わせる*/
	display:block;
}
 
.slides_container a img {
     display:block;
}
 
/*
Next/prev buttons
*/
 
#slides .next,#slides .prev {
     position:absolute;
     top:107px;
     left:-25px;/*prevイメージの位置調整*/
     width:24px;
     height:43px;
     display:block;
     z-index:101;
}
 
#slides .next {
     left:1000px;/*nextイメージの位置調整*/
}
 
/*
Pagination
*/
 
.pagination {
	width:100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
.pagination li {
     float:left;
     margin:0 1px;
     list-style:none;
}
 
.pagination li a {
     display:block;
     width:12px;
     height:0;
     padding-top:12px;
     background-image:url(../images/img/pagination.png);
     background-position:0 0;
     float:left;
     overflow:hidden;
}
 
.pagination li.current a {
     background-position:0 -12px;
}
