@charset "utf-8";

.menu
{
	position:relative;
	float: left;
	padding: 0;
	font-family: "Arial", "Helvetica", "sans-serif";
	background: url('images/menuButtonOver.png') no-repeat;
	width: 173px;
	height: 38px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 0px;
			}
			.menu a {
	display: block;
	color: #000000;
	font-size: 16px;
	width: 173px;
	height: 38px;
	display: block;
	color: #0088CA;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	font-weight: bold;
			}
			.menu a:hover {
						color: #0088CA;
			}
			

			.menu img {width: 173px; height: 38px; border: 0px none; }
			* html a:hover {visibility:visible}
			.menu a:hover img{visibility:hidden}

			.menu span {
	position: absolute;
	left: 18px;
	top: 10px;
	text-align: left;
	width: 173px;
	cursor: pointer;
					     
			}
			
			
.japanButton
{
	position:relative;
	float: left;
	padding: 0;
	font-family: "MS PGothic", "MS PMincho";
	background: url('images/LangButtonJpOver.gif') no-repeat;
	width: 100px;
	height: 21px;
	overflow:hidden;
			}
			.japanButton a {
	display: block;
	color: #000000;
	font-size: 13px;
	width: 100px;
	height: 21px;
	display: block;
	color: #000000;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/			}
			.japanButton a:hover {
						color: #000000;
			}
			

			.japanButton img {width: 100px; height: 21px; border: 0px none; }
			* html a:hover {visibility:visible}
			.japanButton a:hover img{visibility:hidden}

			.japanButton span {
	position: absolute;
	left: 0px;
	top: 10px;
	text-align: center;
	width: 100px;
	cursor: pointer;
					     
			}
			
