#naviTop ul {
	padding: 13px 0px 0px 110px;
	list-style-type: none;
	text-align: center;
	margin: 0px;
}
#naviTop li {
	float: left;
}
#naviTop {
	background-image: url(../parts_img/bg_topnavi.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 44px;
	width: 814px;
	text-align: center;
	margin-bottom: 10px;
}
#mainTop {
	width: 800px;
	padding-top: 35px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	background-image: url(../parts_img/topimage2.jpg);
	background-repeat: no-repeat;
	background-position: 555px bottom;
	padding-bottom: 5px;
}
.navitop01 {
	width: 143px;
}
.navitop02 {
	width: 153px;
}
.navitop03 {
	width: 159px;
}
.navitop04 {
	width: 119px;
}
#copyrightTop {
	text-align: right;
	width: 800px;
	padding-top: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}
.topcopy {
	padding-left: 25px;
}
#mainContentsTop {
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 50px;
	background-image: url(../parts_img/bg_maincontents.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.slide_container {
	position: relative;
	width: 800px;
	height: 400px;
	margin: auto;
	background: #CCC;
}

.slide_container .slide_image {
	position: absolute;
	width: 800px;
	left: 0;
	top: 0;
	opacity: 0;
	animation: change-img-anim 24s infinite;
}

.slide_container .slide_image:nth-of-type(1) {
	animation-delay: 0s;
}
.slide_container .slide_image:nth-of-type(2) {
	animation-delay: 6s;
}
.slide_container .slide_image:nth-of-type(3) {
	animation-delay: 12s;
}
.slide_container .slide_image:nth-of-type(4) {
	animation-delay: 18s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	30%{ opacity: 1;}
	35%{ opacity: 0;}
	100%{ opacity: 0;}
}