/* CSS Document */

/* 文字サイズ「小」 */

body {
	font-size:75%;
}

.font_size ul .large a {
	background: url(../image/size_l.gif) no-repeat center top;
}

.font_size ul .large a :hover{
	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_o.gif) no-repeat center top;
}
/*--小--*/