div#fontsize {
	padding: 0px 0px 22px 0px;
	width:100%;
	position: relative;
    border:0px solid red;
}

div#fontsize dl#size {
	position:absolute;
	top:0px;
	right:0px;
	width:135px;
	height:20px;
/*	background:url(../images/head/size_bg.gif) left bottom repeat-x; */
    border:0px solid gray;
}

div#fontsize dl#size dt {
	position:absolute;
	left:0px;
	display:block;
	width:72px;
	height:20px;
	line-height:100%;
	text-indent:-9999em;
	background:url(../images/font_size.gif) 0 0 no-repeat;
}

div#fontsize dl#size dd {
	position:absolute;
	right:0;
	margin:0;
	padding:0;
}
/*
div#fontsize dl#size dd div#fontSizeCg a {
	display:block;
	width:21px;
	height:19px;
	float:left;
	text-indent:-999em;
	margin:0 1px;
	font-size:0;
}
*/
div#fontsize dl#size dd div#fontSizeCg a#font_small {
	display:block;
	width:18px;
	height:19px;
	float:left;
	text-indent:-999em;
	margin:4 1px;
	font-size:0;
	background:url(../images/btn_fontsize_s_off.gif) 0 0 no-repeat;
}

div#fontsize dl#size dd div#fontSizeCg a#font_normal {
	display:block;
	width:21px;
	height:19px;
	float:left;
	text-indent:-999em;
	margin:2 1px;
	font-size:0;
	background:url(../images/btn_fontsize_m_off.gif) 0 0 no-repeat;
}

div#fontsize dl#size dd div#fontSizeCg a#font_large {
	display:block;
	width:21px;
	height:19px;
	float:left;
	text-indent:-999em;
	margin:0 1px;
	font-size:0;
	background:url(../images/btn_fontsize_l_off.gif) 0 0 no-repeat;
}

div#fontsize dl#size dd div#fontSizeCg a#font_small:hover {
	background:url(../images/btn_fontsize_s_on.gif) 0 0 no-repeat;
}

div#fontsize dl#size dd div#fontSizeCg a#font_normal:hover {
	background:url(../images/btn_fontsize_m_on.gif) 0 0 no-repeat;
}

div#fontsize dl#size dd div#fontSizeCg a#font_large:hover {
	background:url(../images/btn_fontsize_l_on.gif) 0 0 no-repeat;
}
