@charset "UTF-8";
.sideMenu , .sideMenu ul { margin:0; padding:0; }  
.sideMenu a { text-decoration:none; }  
.sideMenu li {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	line-height: 24px;
	color: #666666;
}  
.sideMenu li a {
	display: block;
	color: #333;
	line-height: 24px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3b9d45;
	border-left-color: #3b9d45;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #EEF9F3;
}  
.sideMenu li a:hover {
	background-color: #DBE5DF;
}  
