@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;
}
div.switch02
{
	display: block;
	float: right;
	padding: 0px;
margin:10px 20px 10px 0;
	height: 21px;
}

div.switch02 img{
	float:left;
	margin:0 3px 0 0;
}
	 
.switch li,.switch02 li 
{
	list-style: none;
	text-align: center;
}
 
.switch span,.switch02 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,.switch02:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.switch,.switch02 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.switch,.switch02
{
	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);
}

