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