@charset "UTF-8";

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #fff;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	ine-height: 1.6;
}


/*-----------------------------------------*/

ul#fsSwitch li.fsSwitch_small a {
	background: #fff url(../img/fontSize_small.gif) 0 0 no-repeat;
}	
	
	ul#fsSwitch li.fsSwitch_small a:hover {
		background: #fff url(../img/fontSize_small_over.gif) 0 0 no-repeat;
	}


ul#fsSwitch li.fsSwitch_midium a {
	background: #fff url(../img/fontSize_midium_on.gif) 0 0 no-repeat;
}

ul#fsSwitch li.fsSwitch_large a {
	background: #fff url(../img/fontSize_large.gif) 0 0 no-repeat;
}

	ul#fsSwitch li.fsSwitch_large a:hover {
		background: #fff url(../img/fontSize_large_over.gif) 0 0 no-repeat;
	}
