@charset "utf-8";
/* CSS Document */

div.sdmenu { 	
    width: 140px;  
    font-family: Arial, sans-serif;  
    font-size: 12px;  
    padding-bottom: 10px;  
	/*　一番下のタイトル部分の背景　*/ 
	/*
    background: url(images/bottom.gif) no-repeat  right bottom;  
	*/
    color: #fff;
	margin:0px 0 0 10px;  
}  
div.sdmenu div {  
	/*　タイトル部分の背景　*/
	/*
    background: url(images/title.gif) repeat-x;  
	*/
    overflow: hidden;  
}  
div.sdmenu div:first-child {  
	/*　一番上のタイトル部分の背景　*/
	/*
    background: url(images/toptitle.gif) no-repeat; 
	*/
}  
div.sdmenu div.collapsed {  
    height: 25px;  
}  
div.sdmenu div span {  
    display: block;  
    padding: 10px 10px;  
    font-weight: bold;  
    color: white;  
	/*　展開時タイトル部分で点灯　*/
    background: url(../../images/expanded.png) no-repeat 10px center;
    cursor: default;  
    border-bottom: 1px solid #ddd;  
}  
div.sdmenu div.collapsed span {  
    /*　通常時タイトル部分で点灯　*/
	background-image: url(../../images/collapsed.png);
}  
div.sdmenu div a {  
    padding: 3px 5px;  
    background: #eee;  
    display: block;  
    border-bottom: 1px solid #ddd;  
    color: #066;
	font-size:0.8em;
	line-height:1.2em; 
}  
div.sdmenu div a.current {  
    background : #ccc;
	font-size:0.8em;
}  
div.sdmenu div a:hover {  
    /*　サブカテゴリーで点灯  	*/  
	background : #066 no-repeat right center;
	/* background : #066 url(images/linkarrow.gif) no-repeat right center; */
    color: #fff;  
    text-decoration: none;
	font-size:0.8em;  
}