﻿body {
	font-size: 95%;
}

/*文字サイズ小ボタン*/
#small a {
	width: 15px;
	height: 15px;
	background-image: url(../images/common/font_size1.gif);
	display: block;
	right: 59px;
	bottom: 4px;
	position: absolute;
}

#small a:hover {
	background-image: url(../images/common/font_size1_on.gif);
}

#small a span {
	display: none;
}

/*文字サイズ中ボタン*/
#medium a {
	width: 19px;
	height: 19px;
	background-image: url(../images/common/font_size2.gif);
	display: block;
	right: 35px;
	bottom: 4px;
	position: absolute;
}

#medium a:hover {
	background-image: url(../images/common/font_size2_on.gif);
}

#medium a span {
	display: none;
}

/*文字サイズ大ボタン*/
#large a {
	width: 23px;
	height: 23px;
	background-image: url(../images/common/font_size3_on.gif);
	display: block;
	right: 7px;
	bottom: 4px;
	position: absolute;
}

#large a span {
	display: none;
}