@charset "UTF-8";
#haeder {
	height: 90px;
	width: 800px;
}
#middle {
	height: 340px;
	width: 800px;
}
#left_logo {
	height: 340px;
	width: 180px;
	float: left;
}
#right_navi {
	height: 40px;
	width: 620px;
	float: left;
	background-color: #FFFFFF;
}
#under_image {
	clear: left;
	height: 400px;
	width: 800px;
}
#sub {
	width: 800px;
	background-color: #595656;
}
#footer {
	height: 100px;
	width: 800px;
	background-image: url(image/footer.jpg);
	color: #FFFFFF;
}#wrapper {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#right_main {
	float: left;
	width: 620px;
	background-image: url(image/right_company.jpg);
	height: 300px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #EBBA00;
}
a:hover {
	color: #00FFFF;
}
#right_sekourei {
	height: 300px;
	width: 620px;
	float: left;
	background-color: #595656;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
