@charset "UTF-8";
/* 
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

	font_default.css
	
	├ 文字サイズ（普通）

	
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* --BODY-- */
body { font:16px/1.5 "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", 'MS PGothic', sans-serif; }
/* for IE6 */  
* html body { font-size: medium; }
/* for IE7 */  
*:first-child+html body { font-size: medium; }
/**/
#header .section .nav #fontsize a.small {
	height: 25px;
	width: 24px;
	position: absolute;
	left: 140px;
	top: 0px;
	display: block;
	background: url(../../img/i_txt_s.gif) no-repeat left top;
}
#header .section .nav #fontsize a.default {
	height: 25px;
	width: 29px;
	position: absolute;
	left: 169px;
	top: 0px;
	display: block;
	background: url(../../img/i_txt_m_f2.gif) no-repeat left top;
}
#header .section .nav #fontsize a.large {
	height: 25px;
	width: 30px;
	position: absolute;
	left: 199px;
	top: 0px;
	display: block;
	background: url(../../img/i_txt_l.gif) no-repeat left top;
}
