@charset "UTF-8";
/* CSS Document */

/* layout */

div#size_select{
	position:absolute;
	z-index:1;
	display:block;
	top:12px;
	right:0px;
	width:136px;
	height:17px;
	line-height:1px;
}

div.font_tl{
	width:70px;
	height:21px;
	background:url(../images/font_size.gif) no-repeat;
	float:left;
}

div#size_select a{
	display:block;
	height:21px;
	line-height:1px;
	float:left;
	margin-right:3px;
	text-align:center;
/*	text-indent:-9999px; */
	
}

.font_S{background:url(../images/font_s.gif) no-repeat;	width:17px;}
.font_M{background:url(../images/font_m.gif) no-repeat;	width:19px;}
.font_L{background:url(../images/font_l.gif) no-repeat;	width:21px; margin-right:0;}

div#size_select a:hover, div#size_select a:active{
	background-position:0 -21px;
}
div#size_select a.size_on{ background-position:0 -21px; }

