@charset "utf-8"; 

/*==================================================
	Site name : Scrum
	Modified  : Apr. 30, 2009
	Directory : /shared/css/
==================================================*/

body {
	font: 13px/1.231 "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%20%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "%ef%bc%ad%ef%bc%b3%20%ef%bc%b0%e3%82%b4%e3%82%b7%e3%83%83%e3%82%af",sans-serif;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
}
html>/**/body { font-size /*\**/: small\9 }/* for ie8 */

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font: 99% "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%20%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "%ef%bc%ad%ef%bc%b3%20%ef%bc%b0%e3%82%b4%e3%82%b7%e3%83%83%e3%82%af",sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font: 100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 1.5;
}

