@charset "Shift_JIS";
/***************************************************************

* Holz Furniture and interior
* prodcuts.css

***************************************************************/

#nav-title {
	width: 150px;
	height: 33px;
	padding: 1px 0 0;
	margin: -1px 0 0;
	text-indent: -5000px;
	background:#Fff url(../img/common/dot.gif) repeat-x left bottom;
}

/* products list
***************************************************************/
#products-list {
	margin: 0 0 30px;
	padding: 5px 0 0;
	background: url(../img/common/pattern.gif) repeat-x;
}
#products-list h2 {
	background: url(../img/common/dot.gif) repeat-x left bottom;
	height: 28px;
	padding: 0 0 3px;
	line-height: 28px;
}
* html #products-list h2 {
	background: url(../img/common/dot.gif) repeat-x left bottom;
	height: 2.3em;
	line-height: 2.3em;
}

.products {
	width: 156px;
	float: left;
	margin: 0 50px 30px 0;
}
.products a {
	text-decoration: none;
}
.last {
	margin-right: 0;
}
.products h3 {
	padding: 0 0 6px;
	margin: 0 0 5px;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../img/common/dot.gif) repeat-x left bottom;
}
.products h3 span {
	display: block;
	line-height: 1em;
	font-weight: normal;
	color: #666;
	font-size: 10px;
	margin: 3px 0 0;
}
.products p.price {
	font-size:.83em;
}
.products p.fram {
	border: 1px solid #FFF;
	margin: 0 0 10px;
}

/* products detail
***************************************************************/
#products-detail {
	margin: 0 0 30px;
	padding: 5px 0 0;
	background: url(../img/common/pattern.gif) repeat-x;
}
#products-detail h2 {
	background: url(../img/common/dot.gif) repeat-x left bottom;
	height: 28px;
	line-height: 28px;
}
* html #products-detail h2 {
	background: url(../img/common/dot.gif) repeat-x left bottom;
	height: 2.3em;
	line-height: 2.3em;
}

#slideshow {
	width: 300px;
	height: 366px;
	float: left;
	position: relative;
}
#slideshow #slide-nav {
	position: absolute;
	bottom: 0;
}
#slideshow #slide-nav li {
	float: left;
	margin: 0 5px 0 0;
}
#slideshow #slide-nav li#n4{
	margin-right: 0;
}
#slideshow #slide-nav li a {
	display: block;
	padding: 2px;
	border: 1px solid #a38575;
}
#slideshow #slide-nav a:hover,
#slideshow #slide-nav a.activeSlide {
	border: 1px solid #330000;
}
#information {
	width: 280px;
	float: right;
}
#information h3 {
	color: #330000;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0 0 20px;
}
#information p {
	line-height: 1.5em;
	margin: 0 0 20px;
}
#information p.submit {
	margin: 13px 0 0;
}
#information span.price {
	color: #C00;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}
#information th,
#information td {
	padding: 0 10px 7px 0;
}
#information input.field {
	width: 4em;
	height: 1.5em;
	background-color: #eeeeee;
	border: 1px solid #cecece;
	text-align: center;
}
.notice  {
	margin: 20px 0 0;
	padding: 10px;
	border: 1px solid #bcbcbc;
	background-color: #eee;
	font-size: 10px;
}
.notice li {
	margin: 0 0 5px;
	line-height: 1.7em;
	*line-height: 1.4em;
	clear: both;
}
.notice li span.star {
	width: 10px;
	display: block;
	float: left;
	margin: 0 0 5px;
	*margin: 0;
}
.notice li span.disp {
	width: 245px;
	display: block;
	float: right;
	margin: 0 0 5px;
	*margin: 0;
}
