.main-img {
	background-image: url(../images/main_img.jpg);
	height: 700px;
	background-position: center top;
	background-attachment: fixed;
}
.w960 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.img-top {
	padding-top: 20px;
	padding-bottom: 90px;
}
.bg-white-trans {
	background-image: url(../images/white_trans.png);
	height: 126px;
}
.bg-white {
	background-color: #ffffff;
}
.ichimatsu {
	background-image: url(../images/ichimatsu_bg.gif);
}
.btn01 {text-align: center;}
.white-box {
	background-color: rgba(255, 255, 255, 0.70);
	text-align: center;
}
.footer { 
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center; 
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}