@charset "utf-8";

/* --------------------------------------------------- */
/* --------------------国別スタイル別タブ------------------- */
/* --------------------------------------------------- */


.tab{
	margin-bottom: 35px;
}

.tab li{
	float: left;
	text-indent: -9999px;
}

.tab01,
.tab01 a{
	 background: url(../images/tab.gif) no-repeat 0 -130px;
	 display: block;
	 text-decoration: none;
	 text-align: center;
	 width: 499px;
	 height: 130px;
}

.tab01 a:hover{
	background-position: 0 0;
}

.tab02,
.tab02 a{
	 background: url(../images/tab.gif) no-repeat -499px -130px;
	 display: block;
	 text-decoration: none;
	 text-align: center;
	 width: 499px;
	 height: 130px;
}
