@charset "utf-8";
/* CSS Document */

#loopedSlider{
	width: 800px;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.container{
	width:800px;
	height:410px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.slides{
	position:absolute;
	top:0;
	left:0;
}
.slides div{
	position:absolute;
	top:0;
	width:800px;
}

/* ベース */

#container{
	background-image:url(../styleimg/bg-wood.jpg);
	background-position: 0px 5px;
}

/* フッター */

#footermenu {
	width: 800px;
}

#footermenu table{
	width:800px;
}

