@charset "Shift-JIS";
 
div.switch 
{
	display: block;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 21px;
}
	 
.switch li 
{
	list-style: none;
	text-align: center;
}
 
.switch span 
{
	display: block;
	float: left;
	width: 21px;
	cursor: pointer;
	margin-right: 5px;
}

.fontSmall
{
	font-size: 0.8em;
}
 
.fontNormal
{
	font-size: 1.0em;
}
 
.fontLarge
{
	font-size: 1.2em;
}

.switch:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.switch 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.switch 
{
	display:block;
}
/* End hide from IE Mac */
  

.fontChangeSmall {
	background-image: url(../images/fontsize-switcherS.gif);
}
.fontChangeNormal {
	background-image: url(../images/fontsize-switcherM.gif);
}
.fontChangeLarge {
	background-image: url(../images/fontsize-switcherL.gif);
}
.fontChangeSmall.active {
	background-image: url(../images/fontsize-switcherS_o.gif);
}
.fontChangeNormal.active {
	background-image: url(../images/fontsize-switcherM_o.gif);
}
.fontChangeLarge.active {
	background-image: url(../images/fontsize-switcherL_o.gif);
}
