@charset "utf-8";

/*basic size(12px)*/
body{
	font-size:12px;
}
/*--for IE----------*/
*:first-child+html body{
	font-size:75%;
}
* html body{
	font-size:75%;
}
/*-------------------*/

/*small-fontsize 10px*/
.smalltxt {
	font-size:84%;
}
.smalltxt-b {
	font-size:84%;
	font-weight:bold;
}
/*medium-fontsize 12px*/
.mediumtxt {
	font-size:100%;
}
.mediumtxt-b {
	font-size:100%;
	font-weight:bold;
}
/*large-fontsize 14px*/
.largetxt {
	font-size:117%;
}
.largetxt-b {
	font-size:117%;
	font-weight:bold;
}

/*medium(in large)-fontsize 12px*/
.medium-inlargetxt {
	font-size:86%;
}


/*font weight*/
.txtnormal{
	font-weight:normal;
}
.txtbold{
	font-weight:bold;
}
