@charset "Shift_JIS";
/*----------------------------------------

	Default and Windows IE

	- font deafult
	- font small
	- font large

-----------------------------------------*/

/*----------------------------------------
	font default (12px)
-----------------------------------------*/
body,td {
	font-size: 75%;
	line-height:1.35;
}

/*----------------------------------------
	font small (10px)
-----------------------------------------*/
.font_small {
	font-size:80%;
	line-height:1.4;
}

/*----------------------------------------
	font small (14px)
-----------------------------------------*/
.font_large {
	font-size: 120%;
	line-height: 1.4;
}