/*   
Description: font1()
Author: choieunjin
Modify: 2008.09.18 
Version: 1.0
*/


/* basic style
--------------------------------------------------*/

* {
	font-size: 10px;
}
p, dd {
	line-height:20px;
}



/* Font size
--------------------------------------------------*/

#tsize {background:url(../images/tsize.gif) no-repeat;}
#tsize-s {
	float:left;
	background:url(../images/tsize_s_on.gif) no-repeat;
}
#tsize-s a {
	display:block;
	width:24px;
	height:25px;
}
#tsize-s a:hover {
	background:url(../images/tsize_s_on.gif) no-repeat;
}
#tsize-m {
	float:left;
	background:url(../images/tsize_m.gif) no-repeat;
}
#tsize-m a {
	display:block;
	width:24px;
	height:25px;
}
#tsize-m a:hover {
	background:url(../images/tsize_m_on.gif) no-repeat;
}
#tsize-l {
	float:left;
	background:url(../images/tsize_l.gif) no-repeat;
}
#tsize-l a {
	display:block;
	width:24px;
	height:25px;
}
#tsize-l a:hover {
	background:url(../images/tsize_l_on.gif) no-repeat;
}