@charset "UTF-8";
/* CSS Document */

/*base font*/
body {
	font-size: 14px;
}
/*ie7*/
*:first-child+html body {
	font-size: 85%;
}	
/*ie5-6*/
* html body {
	font-size: 85%;
}

/*Relativity size*/
.xx-small {
	font-size: 80%;
}
.x-small {
	font-size: 85%;
}
.small {
	font-size: 95%;
}
.large {
	font-size: 110%;
}
.x-large {
	font-size: 115%;
}
.xx-large {
	font-size: 130%;
}

#size-swh li a.size-m {
	background: url(../img/icon_text_m.gif) no-repeat 0px 4px;
}
#size-swh li a.size-m:hover {
	background: url(../img/icon_text_m_o.gif) no-repeat 0px 4px;
}
#size-swh li a.size-l {
	background: url(../img/icon_text_l_o.gif) no-repeat 0px 0px;
}