@charset "Shift_JIS"; 

/* fontsize set - large ================================================= */

#fontsmall {
	background: transparent url("../../common/img/fontsize/txt_small.gif") no-repeat left top;
	}

#fontmiddle {
	background: transparent url("../../common/img/fontsize/txt_medium.gif") no-repeat left top;
	}

#fontlarge {
	background: transparent url("../../common/img/fontsize/txt_large_on.gif") no-repeat left bottom;
	}
	
	
/* fontsize set new - large ================================================= */

#fontsmall_new {
	background: transparent url("../../common/img/fontsize/txt_small_new.gif") no-repeat left top;
	}

#fontmiddle_new {
	background: transparent url("../../common/img/fontsize/txt_medium_new.gif") no-repeat left top;
	}

#fontlarge_new {
	background: transparent url("../../common/img/fontsize/txt_large_new_on.gif") no-repeat left bottom;
	}
	


/* fontsize */

body {
	font-size: 16px;
	}
	
.txt12 {
	font-size: 14px;
	}
