@charset "utf-8";
/* CSS Document */
body{
	font-size: 0.7em;
}

.size_btn .small a{
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 38px;
	background-image: url(../images/header_size_btn_s_on.gif);
}

.size_btn .middle a{
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 36px;
	background-image: url(../images/header_size_btn_m_off.gif);
}

.size_btn .large a{
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 39px;
	background-image: url(../images/header_size_btn_l_off.gif);
}