@charset "utf-8";

/*___________ リアルタイム診断画像のCSS ___________ */

#riarutaimu {
	background-image: url(../110binfo-images/riarutaimu.gif);
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*___________ リアルタイム診断画像のCSS ///___________ */

/*___________ 無料電話相談の流れ画像のCSS ___________ */

.tel{
	width:600px;
	height:52px;
	display:block;
	background-repeat: no-repeat;
}

a.tel imag{
 filter:alpha(opacity=100); 
 -moz-opacity: 1.0; 
 opacity: 1.0;
}


a.tel:hover img{
 filter:alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
 
/*___________ 無料電話相談の流れのCSS ///___________ */

/*___________ お問合せフォーム画像のCSS ___________ */

.otoiawase{
	width:600px;
	height:52px;
	display:block;
	background-repeat: no-repeat;
}

a.otoiawase imag{
 filter:alpha(opacity=100); 
 -moz-opacity: 1.0; 
 opacity: 1.0;
}


a.otoiawase:hover img{
 filter:alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
 
/*___________ お問合せフォーム画像のCSS  ///___________ */

/*___________ お客様の声画像のCSS ___________ */

.kansou{
	width:600px;
	height:80px;
	display:block;
	background-repeat: no-repeat;
	text-align: center;
}

a.kansou imag{
	filter:alpha(opacity=70);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


a.kansou:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
 
/*___________ お客様の声画像のCSS  ///___________ */

