﻿@charset "UTF-8";

/* ---------------------------------------- スライドショー */


#imgPhoto {
    position:relative;
    z-index:100;
    width:960px;
    height:400px;
    overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#imgPhoto ul {
    position:relative;
    width:960px;
    height:400px;
    padding:0;
    margin:0;
}
 
#imgPhoto li {
    position:absolute;
    display:none;
    left:0px;
    top:0px;
}

