@charset 'UTF-8';

#shoplist h1.kijiTitle{
	background:url(../images/newbooks/cat_newbooks_02.jpg) no-repeat;

}


#shoplist table.area{
	width:100%;
	margin:15px 0;
	border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
}	

#shoplist table.area th{
	font-size:12px;
	width:140px;
	text-align:left;
	vertical-align:top;
	background:#F7F8F9 none repeat scroll 0 0;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	color:#333333;
	padding:8px;
}



#shoplist table.area td{
	font-size:12px;
	border-bottom:1px solid #E6E6E6;
	padding:7px;

}

#shoplist dl dt{
	font-size:14px;
	font-weight:bold;
	margin:7px 0 7px;
	padding:4px 5px;
	background-color:#F0F0F0;
	border-bottom:1px dotted #ccc;
}

#shoplist dl dd{

	margin:10px 0 15px;
}


