@charset "shift-jis";

/*--------------------------------------------
	font size small
---------------------------------------------*/

body {
	font-size:75%;
}

/*	FontsizeCurrent
--------------------------------------------*/
				#FontSmall a { background: url(/mapgallery/img/common/hd_small_on.gif) no-repeat left top; }
				#FontMiddle a { background: url(/mapgallery/img/common/hd_middle.gif) no-repeat left top; }
				#FontLarge a { background: url(/mapgallery/img/common/hd_big.gif) no-repeat left top; }
				#FontMiddle a:hover { background-image: url(/mapgallery/img/common/hd_middle_on.gif); }
				#FontLarge a:hover { background-image: url(/mapgallery/img/common/hd_big_on.gif); }

