@charset "UTF-8";

/* ボディ */

body {
/*		font-family: sans-serif;	/**/
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 150%;
/*	background: #fff url(../common/images/header/bg01.gif) repeat-x center top;		/**/
	height: 100%;
	margin: 0;
	padding: 0;
}
/*	///	※ デフォルトのフォントサイズが、WINは16px、MACは14px。		*/
/*			15px => 15/16 -> 93.75									*/
* html body {
	/* for WinIE6*/
	font-size: 93.75%;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 93.75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/*メニューのアクティブ化*/
#font_size_change .fontM a{
	background-image:url(../common/images/header/change_char_size.gif);
	background-position:-103px -25px;
	cursor: default;
	width:26px;
	height:25px;
}
