@charset "utf-8";
a.switch:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3f6384;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	background-image: url(image/menu/font-x.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 66px;
	display: block;
	padding-top: 7px;
	margin-top: 17px;
}
a.switch:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3f6384;
	text-align: center;
	text-decoration: none;
	background-image: url(image/menu/font-x.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 29px;
	width: 66px;
	margin-top: 17px;
	padding-top: 7px;
}
a.switch:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f26524;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 29px;
	width: 66px;
	margin-top: 17px;
	padding-top: 7px;
	
}
a.switch:focus {
background-color: transparent;
}
a.switch:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3f6384;
	text-align: center;
	text-decoration: none;
	background-image: url(image/menu/font-x.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 29px;
	width: 66px;
	margin-top: 17px;
	padding-top: 7px;
}
.a-switch-inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f26524;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 29px;
	width: 66px;
	margin-top: 17px;
	padding-top: 7px;
	background-image: url(image/menu/font-x.png);
	background-repeat: no-repeat;
	background-position: center top;
}

