@charset "utf-8";
/*UTF-8で作成・編集して下さい*/

#index ul#lang{
	width: 350px;
	height: 20px;
	clear:both;
	margin: 10px auto 10px auto;
}
ul#lang{
	width: 350px;
	height: 20px;
	clear:both;
	margin: 5px 0 5px 300px;
}

ul#lang li{
	display: block;
	padding: 0;
	width: 80px;
	height: 20px;
	margin: 0 10px 0 0;
	float: left;
	list-style: none;	
}

ul#lang li.last{
	width: 80px;
	height: 20px;
	margin: 0 0 0 0;
}

ul#lang li a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background: #F00 url(../img/common/lang_navi.gif) no-repeat 0 0;
}

ul#lang li.lang01 a{background-position: 0 0;}
ul#lang li.lang02 a{background-position: -90px 0;}
ul#lang li.lang03 a{background-position: -180px 0;}
ul#lang li.lang04 a{background-position: -270px 0;}

ul#lang li.lang01 a:hover{background-position: 0 bottom;}
ul#lang li.lang02 a:hover{background-position: -90px bottom;}
ul#lang li.lang03 a:hover{background-position: -180px bottom;}
ul#lang li.lang04 a:hover{background-position: -270px bottom;}

