#header .block_02 h1 {
	width: 222px;
	background: url(../img/header/logo_h.png) no-repeat left top;
}
#footer .block_01 .left h2 {
	width: 195px;
	background: url(../img/header/logo_f.jpg) no-repeat left top;
}
#header .logo a {
	width: 209px;
	height: 40px;
	background-image: url(../img/header/logo.png);
	background-size: 209px 40px;
}
@media screen and (max-width: 750px) {
	#header .logo a {
		width: 136px;
		height: 26px;
		background-size: 136px 26px;
	}
}
#fInfo .logo a {
	width: 179px;
	height: 25px;
	background-image: url(../img/footer/logo.png);
	background-size: 179px 25px;
}
@media screen and (max-width: 750px) {
	#fInfo .logo a {
		width: 165px;
		height: 23px;
		background-size: 165px 23px;
	}
}