@charset "shift_jis";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}
#domehouse {
	margin:0 auto;
	width:750px;
	text-align:center;
}


#domehouse li {
	float:left;
	list-style:none;
}

#domehouse a.hover_style1{
	background-color:#fff799; /*背景に黄色設定*/
	display:block; /*ブロック化*/
}

#domehouse a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
