@charset "UTF-8";

/* =======================================

	l.css 	文字サイズ（大）で使用するCSS

========================================== */

/* ----------------------------------------

	CSSリセット

------------------------------------------- */

body {
	font:17px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:medium; /* for IE */
	*font:small; /* for IE in quirks mode */
	
	/* 13px/1.231 IE8で文字のサイズ変更ができないので%へ変更  「文字サイズ/行間」 で指定できます    */ 
	/* ブラウザの文字サイズの標準は16pxなので13pxは81% */ 
}


/* ----------------------------------------

	#header .fontSize

------------------------------------------- */

.fontSize #m a{
	width: 40px;
	background-position: 0 0;
}
.fontSize #l a{
	width: 39px;
	background-position: -40px -19px;
	cursor: default;
}


/* ----------------------------------------

	.content

------------------------------------------- */


