/* ------------------------------------- 
 *	¾¦ÉÊ°ìÍ÷
 * -------------------------------------*/ 
.sortarea{
	text-align: right;
	width: 100%;
	padding: 5px 0;
	border-bottom: #dddddd dotted 1px;
}
.pageturn {
	font-size: 10px;
	margin: 0 0 10px 0;
	width: 100%;
	padding: 5px 0;
	border-bottom: #dddddd dotted 1px;
}
.pdlist {
	text-align: left;
}
.itembox{
	border: 2px #ddd solid;
	margin: 10px 5px 15px 5px;
	padding: 8px;
	width: 150px;
	height: 200px;
	float: left;
}
.item_thumbnail img{
	width: 120px;
	margin-left: 15px;
	padding-bottom: 10px;
}
.item_text {
	font-size: 10px;
	line-height: 1.5;	
}
.item_name{
	font-size: 10px;
	font-weight:normal;
}
.item_price {
	font-weight: bold;
	font-size: 9px;
}
.item_expl{
	margin-top: 5px;
	line-height: 1.5em;
}
.item_name a{ text-decoration:none;}
.item_name a:hover{ text-decoration:underline;}
h2 {
	width: 730px;
	font-size: 13px;
	line-height: 100%;
	color: #ffffff;
	text-indent: 10px;
	padding: 5px 0;
	margin: 15px 0;
	background: #1d1d1d;
	clear: both;
}
