/* 処理中回避 */
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }


/* 東日本大震災関連情報　ボタン一連 */
.sinsaiWrap {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.sinsaiWrap a {
	float: left;
	height: 45px;
	width: 248px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
}

.sinsaiWrap a:hover {
	background-position: 0px -46px;
}

.btnKokudo {
	background-image: url(../new_images/btn_kokudo.gif);
	background-repeat: no-repeat;
	margin-right: 8px;
}

.btnTouhoku {
	background-image: url(../new_images/btn_touhoku.gif);
	background-repeat: no-repeat;
	margin-right: 8px;
}
.btnCyugoku {
	background-image: url(../new_images/btn_cyugoku.gif);
	background-repeat: no-repeat;
}

.noText {
	text-indent: -99999px;
}
