@charset "utf-8";

/* フォントサイズ小
--------------------------------------------------------- */
body{
	font-size:80%;
}

/* ヘッダー部文字サイズ変更ボタン表示状態（小）
--------------------------------------------------------- */
#tmp_header #font_size ul li#small a{
	background-position: 0px -21px;	
}
#tmp_header #font_size ul li#medium a:hover{
	background-position: -23px -21px;	
}
#tmp_header #font_size ul li#large a:hover{
	background-position: -48px -21px;	
}











