@charset "UTF-8";

/*------------------------------------------------------------------------
	Font Size Setting
------------------------------------------------------------------------*/

body {
	line-height: 1.8em;
	color: #555;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	*font-size:small;*font:x-small;
}

table {
	font-size:inherit;font:100%;
}

select, input, textarea {
	font:99% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

pre, code {
	font:115% monospace;*font-size:100%;
}

body * {
	line-height: 1.8em;
 	*letter-spacing: 0.1em;
}