.ad_box{
	float: left;
	padding: 3px;
	margin: 3px;
	background-image: url(green90b.gif);
	width: 165px;
	height: 160px;
	text-align: center;
	border: 1px #CCC solid;
	cursor: pointer;
	}
.cl{
	clear: both;
	}
.left_ad{
	width: 190px;
	margin-bottom:10px;
	padding: 3px;
	text-align: center;
	border: 1px #CCC solid;
	cursor: pointer;
	}
.shop_box{
	float: left;
	padding: 3px;
	margin: 3px;
	background-image: url(green90b.gif);
	width: 100px;
	height: 220px;
	text-align: center;
	border: 1px #CCC solid;
	cursor: pointer;
	}
.adp{
	padding:5px;
	}
.sh{
	text-align: left;
	padding-left: 15px;
	margin-bottom: 5px;
	background:transparent url(../css2/../image/shop3.gif) left;
	background-repeat:no-repeat;
	font-size: 105%;
	color: #999;
	}
.add{
	clear: both;
	margin: 3px 5px 0px 15px;
	padding-top: 3px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;;
	}
.add2{
	margin: 3px 5px 0px 5px;
	padding-top: 3px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;;
	}
.mall{
	margin-top: 3px;
	text-align:right;
	font-size: 80%;
	color: #FF9900;
	}
.item_list{
	margin:0;
	padding:0;
	}
.item_list li{
	display:inline;
	float:left;
	border:1pt #CCCCCC solid;
	margin:2px;
	padding: 3px 3px 1px 3px;
	display:block;
	list-style:none;
	white-space: nowrap; 
	}
.item_list a{
	text-decoration: none;
	}
.item_list a:hover {
	position: relative; 
	top: 1px; 
	left: 1px; 
	}