@charset "UTF-8";

.product-index {
	/*background: url(../img/bg.gif) left bottom no-repeat;*/
	height: 680px;
	width: 975px;
	position: relative;
}
.product-index h1 {
	position: absolute;
	left: 1px;
	top: 53px;
	height: 0px;
}
.product-index p {
	position: absolute;
	width: 589px;
	left: 1px;
	top: 120px;
}
.product-index ul {
	position: absolute;
	left: 1px;
	top: 229px;
	width: 975px;
	overflow: hidden;
}
.product-index ul li {
	float: left;
	width: 122px;
	display: block;
	text-align: center;
}
.product-index ul li.last {
	width: 118px;
}

#products_lineup {
  width: 975px;
  padding: 200px 0 0;
}
#products_lineup .bnrarea {
  position: relative;
  margin-top: 10px;
}
#products_lineup .bnrarea > div {
  position: absolute;
}
#products_lineup .bnrarea > div.carport {
  top: 0;
  left: 492px;
}
#products_lineup .bnrarea > div.wall_inner {
  top: 0;
  left: 0;
}
#products_lineup .bnrarea > div.wall_outer {
  top: 290px;
  left: 0;
}
#products_lineup .bnrarea > div.public {
  top: 0;
  left: 735px;
}
#products_lineup .bnrarea > div.garden {
  top: 290px;
  left: 245px;
}
#products_lineup .bnrarea > div.gate {
  top: 187px;
  left: 492px;
  z-index: 99;
}
#products_lineup .bnrarea > div.gate a.left {
  display: none;
  position: absolute;
  top: 0;
  left: 1px;
}
#products_lineup .bnrarea > div.gate a.left:hover {
  opacity: 0.7;
}
#products_lineup .bnrarea > div.gate a.center {
  display: none;
  position: absolute;
  top: 0;
  left: 163px;
}
#products_lineup .bnrarea > div.gate a.center:hover {
  opacity: 0.7;
}
#products_lineup .bnrarea > div.gate a.right {
  display: none;
  position: absolute;
  top: 0;
  left: 323px;
}
#products_lineup .bnrarea > div.gate a.right:hover {
  opacity: 0.7;
}
#products_lineup .bnrarea > div a:hover {
  opacity: 0.7;
}
