@charset "shift-jis";

/*--------------------------------------------
	font size small
---------------------------------------------*/

body {
	font-size:75%;
}

/*	FontsizeCurrent
--------------------------------------------*/
				#FontSmall a { background: url(../images/hd_small_on.jpg) no-repeat left top; }
				#FontMiddle a { background: url(../images/hd_middle.jpg) no-repeat left top; }
				#FontLarge a { background: url(../images/hd_big.jpg) no-repeat left top; }
				#FontMiddle a:hover { background-image: url(../images/hd_middle_on.jpg); }
				#FontLarge a:hover { background-image: url(../images/hd_big_on.jpg); }

