@charset "utf-8";

/* --------------------------------------------------
 Font
-------------------------------------------------- */

body {
	font-family:"ＭＳ Ｐゴシック", sans-serif;
}
body {
	font-size: 13px;
}
/* for IE6 */
* html body {
	font-size: 82%;/* 13px; */
}
/* for IE7 */
*:first-child+html body {
	font-size: 82%;/* 13px; */
}
/* for IE8 */
html>/**/body {  
	font-size /*\**/: 82%\9;
}

/**
 * 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:100%;
}
