@charset "shift_jis";
#side_category_list{
}
 
#side_category_list li{
    position: relative;
}
 
#side_category_list a {
}
 
#side_category_list li:hover > a{
	color:#00FFD7;
}
 
*html #side_category_list li a:hover /* IE6 */{
}
 
#side_category_list li:hover > ul{
    display: block;
}
 
/* Sub-menu */
 
#side_category_list ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: -1px;
    left: 220px;
    z-index: 99999;    
    background: #434343;
	width:180px;
	border-top:1px dotted #888888;
}
 
#side_category_list ul li{
    float: none;
    margin: 0;
    display: block;  
	border-bottom:1px dotted #888888;
	background:url(../../cmmn/side_category_list/side_category_sub_menu_aroow_off.png) no-repeat right center;
	height:36px;
	padding:4px 0 0 0;
}
#side_category_list ul li:hover{
	background:url(../../cmmn/side_category_list/side_category_sub_menu_aroow_on.png)  no-repeat right center;
}

#side_category_list ul li:last-child{
}
 
#side_category_list ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
 
*html #side_category_list ul a /* IE6 */{
    height: 10px;
    width: 150px;
}
 
*:first-child+html #side_category_list ul a /* IE7 */{
    height: 10px;
    width: 150px;
}
 
#side_category_list ul a:hover{
}
 
#side_category_list ul li:first-child a{
}
 
#side_category_list ul li:first-child a:after{
    content: '';
    position: absolute;
    left: -11px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 8px solid #585656;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
 
#side_category_list ul li:first-child a:hover:after{
}
 
#side_category_list ul li:last-child a{
}
 
/* Clear floated elements */
#side_category_list:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html #side_category_list             { zoom: 1; } /* IE6 */
*:first-child+html #side_category_list { zoom: 1; } /* IE7 */
