@charset "utf-8";
/* CSS Document */

.fontSizeWrap {
	display: block;
	float: right;
	height: 20px;
	margin-left: 24px;
	margin-top: 90px;
	overflow: hidden;
}
.fontSize, a.fontSizeReset, a.fontSizeReset:active, a.fontSizeReset:visited, a.fontSizeIncrease, a.fontSizeIncrease:active, a.fontSizeIncrease:visited, a.fontSizeDecrease, a.fontSizeDecrease:active, a.fontSizeDecrease:visited {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	margin-left: 6px;
}
a.fontSizeReset, a.fontSizeReset:active, a.fontSizeReset:visited {
	width: 13px;
	background: transparent url(/images/font_size_reset.png) no-repeat 0px 0px;
}
a.fontSizeReset:hover {
	background-position: 0px -19px;
}
a.fontSizeIncrease, a.fontSizeIncrease:active, a.fontSizeIncrease:visited {
	width: 13px;
	background: transparent url(/images/font_size_increase.png) no-repeat 0px 0px;
}
a.fontSizeIncrease:hover {
	background-position: 0px -19px;
}
a.fontSizeDecrease, a.fontSizeDecrease:active, a.fontSizeDecrease:visited {
	width: 40px;
	background: transparent url(/images/font_size_decrease.png) no-repeat 0px 0px;
}
a.fontSizeDecrease:hover {
	background-position: 0px -19px;
}

