@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-size: small;
	list-style-type: none;
	text-decoration: none;
	}
h1 {
	width: 277px;
	margin: 50px auto 0px;
	}
ul {
	margin: 20px auto;
	width: 327px;
	}
li {
	width: 109px;
	height: 46px;
	float: left;
	}
li a {
	width: 109px;
	height: 46px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/toplangbutton.jpg);
	text-indent: -9999px;
	}
.ja {
	background-position: 0px 0px;
	}
.en {
	background-position: -109px 0px;
	}
.ch {
	background-position: -218px 0px;
	}
.kr {
	background-position: -327px 0px;
	}
.th {
	background-position: -436px 0px;
	}
.tw {
	background-position: -545px 0px;
	}
.es {
	background-position: -654px 0px;
	}
.ja:hover {
	background-position: 0px -47px;
	}
.en:hover {
	background-position: -109px -47px;
	}
.ch:hover {
	background-position: -218px -47px;
	}
.kr:hover {
	background-position: -327px -47px;
	}
.th:hover {
	background-position: -436px -47px;
	}
.tw:hover {
	background-position: -545px -47px;
	}
.es:hover {
	background-position: -654px -47px;
	}
