/*--------------------------------------------------
*	Title: style_Categorytree.css
*	URI: http://de-lab.com
*	Last Modified: 2009-6-17
*	Author: sato
--------------------------------------------------*/


#categoriestree{
	width: 210px;
	font-size: 12px;
	margin-left: 0px;
}

#categoriestree ul,
#categoriestree ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	list-style: none outside;
	margin-left: 5px;
}



#categoriestree li{
}


#categoriestree ul li li{
	margin-left: 18px;
}


#categoriestree ul a{
	display: block;
	border-bottom:dotted #ccc 0px;
	height: 18px;
	text-decoration:none;
	margin-top: 5px;
	padding-left: 15px;
}


#categoriestree ul a:hover{
}


/*
*	商品カテゴリ背景画像設定
*/


#categoriestree ul a{
	background: url(../images/image1.png) no-repeat 0px 0px;
}

#categoriestree ul ul a{
	background: url(../images/image2.png) no-repeat 0px 0px;
}

#categoriestree ul ul ul a{
	background: url(../images/image3.png) no-repeat 0px 0px;
}




