/* CSS Document */

/* 文字サイズ「中」 */

body {
	font-size:88%;
}
.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_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;
}