@charset "UTF-8";

/* =======================================

	switchFont CSS

========================================== */

#alteration{
	position: absolute;
	width: 150px;
	left: 630px;
	top: 35px;
	background-color: #FFFFFF;
	background-image: url(../../images/parts/size_top_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#alteration ul{
}
#alteration ul li{
	display: inline;
	float: right;
}
#switchFontSizeBig{
	width:26px;
	height:26px;
	cursor:pointer;
	margin:2px;
	background-image: url(../../images/parts/size_btn_l1.png);
	text-indent: -9999px;
}
#switchFontSizeMedium{
	width:26px;
	height:26px;
	cursor:pointer;
	margin:2px;
	background-image: url(../../images/parts/size_btn_m1.png);
	text-indent: -9999px;
}
#switchFontSizeSmall{
	width:26px;
	height:26px;
	cursor:pointer;
	margin:2px 0px;
	background-image: url(../../images/parts/size_btn_s1.png);
	text-indent: -9999px;
}

#switchFontSizeBig.active{
	width:26px;
	height:26px;
	cursor:pointer;
	margin:2px;
	background-image: url(../../images/parts/size_btn_l2.png);
	text-indent: -9999px;
}
#switchFontSizeMedium.active{
	width:26px;
	height:26px;
	cursor:pointer;
	margin:2px;
	background-image: url(../../images/parts/size_btn_m2.png);
	text-indent: -9999px;
}
#switchFontSizeSmall.active{
	width:26px;
	height:26px;
	cursor:pointer;
	margin:2px 0px;
	background-image: url(../../images/parts/size_btn_s2.png);
	text-indent: -9999px;
}
