/* CSS Document */

/* 文字サイズ「大」 */

body {
	font-size:100%;
}

/*--大--*/
.font_size ul .large a{
	background: url(../image/size_l_o.gif) no-repeat center top;
}
/*--大--*/
.font_size ul .standard a {
	background: url(../image/size_m.gif) no-repeat center top;
}

.font_size ul .standard a :hover{
	background: url(../image/size_m_o.gif) no-repeat center top;
}

.font_size ul .small a {
	background: url(../image/size_s.gif) no-repeat center top;
}

.font_size ul .small a :hover{
	background: url(../image/size_s_o.gif) no-repeat center top;
}