/* ------------------------------------- 
 *	トップページ/ お知らせエリア
 * ------------------------------------- */
#topinfo{
	width:730px;
}
#info {
	float:left;
	width:415px;
	padding-right: 30px;	
}
#banner {
	float:right;
	width:285px;
}
#info dl{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
} 
#info dl dt {   
    float: left;   
    margin-left: 10px;   
    padding: 2px 10px;   
    background: url(../images/arrow.gif) no-repeat -1px 0.7em;   
    text-align: left;   
}
#info dl dd {   
    padding: 2px 10px;   
    border-bottom: 1px dotted #999;   
    margin-left:12px;   
}
#info dl dd a:link,
#info dl dd a:visited,
#info dl dd a:hover,
#info dl dd a:active{
	text-decoration:none;
}
#info dl dd a:hover{
	color:#663E00;
}
/* ------------------------------------- 
 *	トップページ/ おすすめエリア
 * ------------------------------------- */
dl#reco {
	width:730px;
	margin-bottom:25px;
}
#reco dt {
	background-image:url(https://img12.shop-pro.jp/PA01061/506/etc/newitem.jpg);
}
#reco dd {
	width:100%;
	/*background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border2.gif) no-repeat left bottom; */
	padding-bottom:20px;
}


/* ------------------------------------- 
 *	トップページ/ 売れ筋エリア
 * ------------------------------------- */

dl#sell {
	width:730x;
	margin-bottom:50px;
}
#sell dt {
	background-image:url(https://img12.shop-pro.jp/PA01061/506/etc/topsellers.jpg);
}
#sell dd {
	width:100%;
	/*background:transparent url(https://img.shop-pro.jp/tmpl_img/20/border1.gif) no-repeat left bottom;*/
	padding-bottom:20px;
}

/* ------------------------------------- 
 *	トップページ/ フリースペース
 * ------------------------------------- */

#freespace {
	width:700px;
	margin:30px 0px;
    padding: 10px 10px;   
    border-top: 1px dotted #999;   
    border-bottom: 1px dotted #999;   
}
