@charset "Shift_JIS"; 

/* fontsize set - small ============================================== */

#fontsmall {
	background: transparent url("../../common/img/fontsize/txt_small_on.gif") no-repeat left bottom;
	}

#fontmiddle {
	background: transparent url("../../common/img/fontsize/txt_medium.gif") no-repeat left top;
	}

#fontlarge {
	background: transparent url("../../common/img/fontsize/txt_large.gif") no-repeat left top;
	}
	
/* fontsize set new - small ============================================== */

#fontsmall_new {
	background: transparent url("../../common/img/fontsize/txt_small_new_on.gif") no-repeat left bottom;
	}

#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.gif") no-repeat left top;
	}

/* fontsize */

body {
	font-size: 12px;
	}
	
.txt12 {
	font-size: 10px;
	}
