@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      font-size-small.css
 Author:         keisuke aizawa
 Style Info:     フォントサイズ小（styleswitcher.jsで切り替え）
----------------------------------------------------------- */

/*----------------------------------------------------
	フォントサイズ小
----------------------------------------------------*/

body {
  font-size: 62.5%; /* IE */
}

html>/**/body {
  font-size: 10px; /* Except IE */
}


/*----------------------------------------------------
	フォントサイズ切り替えのスタイル
----------------------------------------------------*/

#font-size a#font-size-small {
	color:#066;
	font-weight:bold;
}

#font-size a#font-size-middle {
	color:#999;
	font-weight:normal;
}

#font-size a#font-size-large {
	color:#999;
	font-weight:normal;
}