/*------------------------------------------------------------------------
フォント小
------------------------------------------------------------------------*/
#wrapper {
	font-size: 11px;
}
ul#add {
	font-size: 9px;
}
ul#side-contact {
	font-size: 9px;
}
#footer {
	font-size: 11px;
}
/* ボタンの表示状態
--------------------*/
#fsmall a {
	background: url(../../images/font_small_on.gif) no-repeat;
}
#fmiddle a {
	background: url(../../images/font_midium_off.gif) no-repeat;
}
#flarge a {
	background: url(../../images/font_big_off.gif) no-repeat;
}
#fmiddle a:hover {
	background: url(../../images/font_midium_on.gif) no-repeat;
}
#flarge a:hover {
	background: url(../../images/font_big_on.gif) no-repeat;
}
