div#header {
	position: relative;
	margin-bottom: 0;
	z-index: 10;
}
div#header h1 {
	position: absolute;
	width: 519px;
	height: 209px;
	top: 15px;
	left: -30px;
	z-index: 100;
}

/*	�X���C�h
----------------------------------------------------*/
#top_slide {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: 100%;
	min-height: 450px;
	margin-bottom: 10px;
	overflow: hidden;
	z-index: 1;
}
#slide_wrapper {
	position: absolute;
	width: 100%;
	height: 450px;
	background-color: #FFF;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
}
#top_column li {
	position: relative;
	display: block;
	float: left;
	width: 980px;
	height: 450px;
}
#slide_prev {
	position: absolute;
	width: 50%;
	height: 450px;
	top: 0;
	left: -490px;
	z-index: 1300;
}
#slide_next {
	position: absolute;
	width: 50%;
	height: 450px;
	top: 0;
	right: -490px;
	z-index: 1200;
}
#slide_prev a, #slide_next a {
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	top: 200px;
}
#slide_prev a { right: -25px; }
#slide_next a { left: -25px; }

.bnr {
	margin-bottom: 30px;
	text-align: center;
}

.productList {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.productList li {
	width: 25%;
}
.productList li a {
	display: block;
}
.productList li a:hover .off {
	display: none;
}
.productList li a:hover .on {
	display: block;
}
.productList li .on {
	display: none;
}