/*--------------------------------------------------------*/
/* IMADR WEBサイト [共通CSS]
/* 2012.02.14 - AkuseruDesign Y.kasahara
/*--------------------------------------------------------*/

/*----- base ---------------------------------------------*/

body	{
	font-size:16px;
}

/* font size */
#fontChange {
	margin:0px;padding:0px;list-style:none;
	_overflow: hidden;
	_zoom:1;
}
#fontChange li {
	float:left;display:block;
}
#fontChange a	{
	display:block;
}

#fontL {
	width:26px;height:26px;margin:0px 4px 0px 0px;
	background:url(img/btn_size_L_on.gif);
}
#fontM {
	width:24px;height:24px;margin:0px 4px 0px 0px;
	background:url(img/btn_size_M_off.gif);
}
#fontS {
	width:22px;height:22px;margin:0px 0px 0px 0px;
	background:url(img/btn_size_S_off.gif);
}


/*----- end. ---------------------------------------------*/
