@charset "utf-8";


body {
	background-color: #c0def9;
	margin: 0px;
}

#slide {
    margin: 0 auto;
	width: 100%;
	max-width: 980px;
	position: relative;	
}
 
#slide ul {
	margin: 0;
}
 
#slide ul li {
    left: 0;
    position: absolute;
}

#slide img {
	width: 100%;
	max-width: 980px;
	height: auto;
}