@import "../haclass.css";

#fontChanger{
	margin: 0;
	padding: 0 0 4px 0;
	width: 800px;
	height: 25px;
	font-size: 12px;
}

#fontChanger-main{
	float: right;
}

#fontChanger-left{
	float: left;
	line-height: 30px;
}

#fontChanger ul{
	margin: 0;
	padding: 0;
	float: left;
}

#fontChanger ul li{
	list-style: none;
	float: left;
	padding: 1px;
}

#fontChanger-small{
	width: 18px;
}

#fontChanger-medium{
	width: 20px;
}

#fontChanger-large{
	width: 22px;
}

#fontChanger ul li a{
	display: block;
	height: 24px;
	text-indent: -100px;
	overflow: hidden;
}

#fontChanger-small a{
	background:url(../img/font_size/S.gif) no-repeat;
}

#fontChanger-small a:hover{
	background:url(../img/font_size/S_over.gif) no-repeat;
}

#fontChanger-medium a{
	background:url(../img/font_size/M.gif) no-repeat;
}

#fontChanger-medium a:hover{
	background:url(../img/font_size/M_over.gif) no-repeat;
}

#fontChanger-large a{
	background:url(../img/font_size/L.gif) no-repeat;
}

#fontChanger-large a:hover{
	background:url(../img/font_size/L_over.gif) no-repeat;
}



.waku {
	width:121px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background:#ffffff;
	position: absolute;
	top : 0px;
	left:815px;
	height: 400px;
}

