/*簡易ロールオーバー*/ 
a:hover img{ 
	opacity:0.7; 
	filter: alpha(opacity=70); 
}
/*ヘッダー背景変更*/ 
#eswsContainerInner {
	background: url("http://www.comhousing.net/commonimg/headerbackground_new.gif") no-repeat center top;
	}
/*ヘッダーの文字色*/ 
#eswsHeader,#eswsHeaderParagraph1,#eswsHeading2 a{
	color:#333333;
}
/*サイドメニュー*/
#eswsMenu a{
	text-decoration: none;
}
#eswsMenu li li a:hover span{
	color: #ff5e1f;
}
/*メインメニュー*/
#eswsComponent-1313995114271,#eswsComponent-1313994932897,#eswsComponent-1313995021647{
	border-bottom: solid 6px #5858f9;
}
a:hover #eswsComponent-1313995114271,a:hover #eswsComponent-1313994932897,a:hover #eswsComponent-1313995021647{
	border-bottom: solid 6px #f95858;
	opacity:1; 
	filter: alpha(opacity=100); 
}
