@charset "utf-8";

/*---------------------
 フォントサイズ縮小
---------------------------------------------*/

body {
	font-size: 50%;
}

#FontSmall a {
	background: url(../images/small_a.gif) no-repeat;
}

#FontMiddle a {
	background: url(../images/medium.gif) no-repeat;
}

#FontLarge a {
	background: url(../images/large.gif) no-repeat;
}

#FontMiddle a:hover {
	background: url(../images/medium_a.gif) no-repeat;
}

#FontLarge a:hover {
	background: url(../images/large_a.gif) no-repeat;
}