@charset "UTF-8";
/*category*/
#category {
	width: 700px;
	margin-left: 40px;
}

/*cat*/
.cat {
	width: 330px;
	height: 150px;
	background: url(img/btn.gif) no-repeat left top;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.cat h3 {
	float: left;
	margin-top: 18px;
	width: 200px;
	line-height: 30px;
}
.cat h3 img {
	display: block;
}
.cat .note {
	float: left;
	padding-top: 10px;
	width: 180px;
	font-size: 63%;
	line-height: 1.4em;
}
.cat .note a img {
	display: block;
	margin-top: 10px;
}
.cat .photo {
	float: left;
	margin-top: 18px;
	width: 130px;
}

/*newarrival*/
#newarrival {
	float: left;
	margin-top: 18px;
	margin-left: 40px;
	width: 330px;
}
#limit {
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	width: 330px;
}
#newarrival h3, #limit h3 {
}

/*item*/
.item {
	width: 330px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcd9;
}
.item h4 {
	float: right;
	width: 195px;
	font-weight: bold;
	font-size: 88%;
	color: #553300;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item h4 a {
	color: #553300;
}
.item p {
	float: left;
	width: 195px;
	font-size: 75%;
	line-height: 1.4em;
}
.item p.photo {
	float: left;
	margin-right: 20px;
	width: 115px;
}
.item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.item {display: inline-block;} /* Hides from IE-mac \*/
* html .item {height: 1%;}
.item {display: block;} /* End hide from IE-mac */
