@charset "utf-8";

#fontSizeNavi .font-small a{
	width: 24px;
	height: 24px;
	padding-bottom: 5px;
	background: url(../images/font_s_on.gif) no-repeat 0 0;
    display: block;
    height: 100%;
    text-indent: -9999px;
	cursor: pointer;
}
#fontSizeNavi .font-medium a{
	width: 24px;
	height: 24px;
	padding-bottom: 5px;
	background: url(../images/font_m.gif) no-repeat 0 0;
    display: block;
    height: 100%;
    text-indent: -9999px;
	cursor: pointer;
}
#fontSizeNavi .font-large a{
	width: 24px;
	height: 24px;
	padding-bottom: 5px;
	background: url(../images/font_b.gif) no-repeat 0 0;
    display: block;
    height: 100%;
    text-indent: -9999px;
	cursor: pointer;
}

	
/* S */
body {
	font-size: 12px;
}
#header {
	font-size: 12px;
}
#topticker ul {
	font-size: 12px;
}
