@charset "ISO-8859-1";
/*******************************************************************************************/
/** フォント定義                                                                          **/
/*******************************************************************************************/
body, table, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif; 
}

body {	font-size: 80%;
	line-height: 135%;
}

/* safari only \*/
html:\66irst-child body {
line-height: 150%;
}
/* end */
