@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
	width: 550px;
	height: 232px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -999em;
	margin-bottom: 10px;
}

* html #contents_top {
	width: 556px;
	overflow: auto;
}
* html #wrapper {
	padding:0 4px 10px 10px;

}
* html #main {

}
.banner {
	width: 550px;
	_width: 556px;
	height: 72px;
	overflow: auto;
	margin-top: 10px;
}
.banner img{
	float: left;
}
.img01 {
	margin-right: 6px;
}
.houshin {
	background: url(common/images/houshin.gif) no-repeat;
	width: 530px;
	height: 150px;
	_width: 550px;
	_height: 200px;
	padding: 40px 10px 10px;
	margin-bottom: 10px;
}

.banner a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
