﻿@charset "utf-8";
body {
	font-size: x-small;
}
#small a.stay {
	background: url(../../images/sml_over.gif) no-repeat 0px 0px;
	width: 20px;
}
/*オンマウス時 */
#small,
#small a {
	background: url(../../images/sml.gif) no-repeat 0px -16px;
	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 0px;
	width: 16px;
}