@charset "UTF-8";
@import url(../../css/common.css);

dl#search {
	margin-bottom: 20px;
	background-image: url(../img/search_bg.gif);
	background-position: left bottom;
}
#search dt {
	text-indent: -999em;
	background-image: url(../img/search_title.gif);
	width: 545px;
	height: 25px;
}
#search dd {
	padding: 0 6px 4px 6px;
}
#search p {
	margin-bottom: 6px;
}
#search span {
	font-size: 10px;
}
input#loft {
	width: 3em;
	ime-mode: inactive;
}
input#keyword {
	width: 15em;
}
#main table {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 100%;
	border-collapse: collapse;
}
#main td {
	border-bottom: 1px solid #aaa;
}
#main th {
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	background-color: #999;
	height: 15px;
	white-space: nowrap;
}
#main th a {
	color: #fff;
	line-height: 1.5;
	padding-left: 10px;
	background-color: #777;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-image: url(../img/go_detail.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	display: block;
	height: 1.5em;
	width: 420px;
}
#main th a:hover {
	text-decoration: none;
	background-color: #f00;
	background-position: right -30px;
}
#main th a.new-arrival {
	padding-left: 40px;
	background-image: url(../../img/new_arrival.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	width: 390px;
}
#main th a img {
	vertical-align: middle;
}
td.photo {
	width: 112px;
}
td.photo a img {
	border: 1px solid #fff;
}
td.photo a:hover img {
	border-color: #f00;
}
#main td dl {
	margin: 5px 0 5px 5px;
}
#main td dt {
	color: #000;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	width: 6.5em;
	float: left;
}
#main td dd {
	line-height: 15px;
	margin-left: 6.5em;
}
.center {
	text-align: center;
}
td.price {
	color: #f00;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
td.price span {
	color: #333;
	font-size: 10px;
	font-weight:normal;
}
p#go-prevnext {
	clear: left;
}
p#navi {
	font-size: 10px;
	margin-bottom: 1em;
}
#navi a {
	font-size: 10px;
	padding: 0 0.5em;
	border: 1px solid #00f;
}
#navi a:hover {
	color: #f00;
	text-decoration: none;
	border: 1px solid #f00;
}
#icons {
	margin: 0.5em 0;
	padding: 0.5em;
	border: 1px solid #999;
}
#icons dl {
	height: 2em;
}
#icons dt {
	font-size: 10px;
	line-height: 14px;
	padding-right: 0.5em;
	float: left;
}
#icons dd {
	font-size: 10px;
	line-height: 14px;
	padding-right: 1em;
	float: left;
}
#icons dd a {
	font-size: 10px;
	font-weight: bold;
}
form#sortform {
	margin-bottom: 0.5em;
}