﻿@charset "utf-8";

body {
	font-size: medium;
}
/*オンマウス時 */
#small,
#small a {
	background: url(../../images/sml.gif) no-repeat 0px 0px;
	width: 20px;
}
#medium,
#medium a {
	background: url(../../images/sml.gif) no-repeat -20px 0px;
	width: 20px;
}
#big,
#big a {
	background: url(../../images/sml.gif) no-repeat -40px -16px;
	width: 16px;
}