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