@charset "utf-8";
/* CSS Document */

/**************************************************
	サテライトサイド
**************************************************/


#side_satellite {
	width: 195px;
	height:auto;
	float:left;
	margin-bottom:50px;
}


#side_satellite h2 {
	padding-left:26px;
	background-image:url(https://fit-i.com/../img/fit-i_top/topic.jpg) ;
	background-repeat:no-repeat;
	float:left;
	border-bottom: 1px dotted #ccc;
	height:36px;
	width:169px;
	line-height:36px;	
}

	
/******** メンバー看板 *********/

#side_satellite #member_sign {
	margin-bottom:30px;
}




/******** メンバーメニュー *********/



#side_satellite #categorytree {
	clear:both;
}


#side_satellite #bloc_category a:hover {
	color:#e60012;
}
	
	


#side_satellite #bloc_category {
	margin-bottom:15px;
}


#side_satellite #category_inner {
	width:165px;
	margin-left:15px;
}
	


#side_satellite .level1 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#side_satellite .level2 {
	border-bottom: 1px dotted #ccc;
	line-height:100%;
}

#side_satellite .level3 {
	border-bottom: 1px dotted #ccc;
}


#side_satellite #categorytree li {
	line-height:36px ;
	background-image:url(https://fit-i.com/../img/mark_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding-left:12px;
}

#side_satellite #categorytree li:hover {
	line-height:36px ;
	background-image:url(https://fit-i.com/../img/mark_hover.gif);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding-left:12px;
}


