<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Language Navigation 言語ナビゲーション */

.languageNav {
	display: inline;
	width:140px;
	height:30px;
	float:right ;
	margin-top:55px;
}

.langLeft {
	float:left;
}

.langRight {
	float:right;
}

.langRight a {
	display:block;
	width:70px;
	height:30px;
	background:url(../files/images/common/lang_e02.gif) no-repeat 0 0;
}

.langRight a:hover {
	background-position:0 bottom;
}

.langLeft a {
	display:block;
	width:70px;
	height:30px;
	background:url(../files/images/common/lang_j02.gif) no-repeat 0 0;
}

.langLeft a:hover {
	background-position:0 bottom;
}

</pre></body></html>