@charset "UTF-8";

/* ボディ */

body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 150%;
	background: #eee;		/**/
	height: 100%;
	margin: 0;
	padding: 0;
}
/*	///	※ デフォルトのフォントサイズが、WINは16px、MACは14px。		*/
/*			13px => 13/16 -> 81.25									*/
* html body {
	/* for WinIE6*/
	font-size: 81.25%;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 81.25%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/*メニューのアクティブ化*/
#font_size_change .fontS a{
	cursor: default;
	width:25px;
	height:25px;
}
