@charset "utf-8";
#mainContent {
	position: relative;
}

#otokuArea {
	width: 760px;
	position: relative;
	top: 0px;
	left: -10px;
	margin: 0px 0px 20px 0px;
	background: url(img/bg_sale.png) no-repeat 0px 40px;
	text-align: center;
}

#otokuArea div.otokuInner {
	background-image: url(img/bg_sale_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 13px;
	margin: 0;
	padding: 0;
}

#otokuArea h2 {
	margin: 0px;
}

.itemsTopBnr {
	width: 740px;
	min-height: 340px;
	background-color: #FFF;
	margin: 0px 0px 10px 10px;
	-webkit-box-shadow: 0 0 3px 0 #CCC;
	-moz-box-shadow: 0 0 3px 0 #CCC;
	box-shadow: 0 0 3px 0 #CCC;
	position: relative;
}
.itemsTopBnr .bx-window {
	height: auto !important;
}
.itemsTopSlide {
	width: 740px;
	height: 340px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.itemsTopSlide li {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.itemsTopSlide li a:hover img.hovercss {
	opacity: 0.85;
}
.btnItemsSlide {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
.btnItemsSlide img {
	vertical-align: bottom;
}