
/*
	additional_ja.css - contains all modifications to styles specified
	in main.css needed for pages containing japanese.
	
	charset: UTF-8 (not Shift-JIS!!)
	主意：このファイルはUTF-8のファイルです
*/

/*
	sans-serif: "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ ゴシック", "Osaka", sans-serif;
*/

/* font family selections */

/* --- use maru gothic for small, readable text --- */
BODY, P, TD, H4, H5, #bannerlinks, #menu {
	/* Hiragino and Osaka are fonts on the Macintosh */
	font-family: Trebuchet MS, Arial,sans-serif, Hiragino Maru Gothic Pro, ＭＳ ゴシック, Osaka, sans-serif;
}

/* --- use clean gothic for large titles --- */
H1, H2, H3 {
	font-family: Trebuchet MS, Arial,sans-serif, Hiragino Kaku Gothic Pro, HGS創英角ｺﾞｼｯｸUB, ＭＳ ゴシック, MS Gothic, Osaka, sans-serif;
}



/* other styles */

BODY {
	font-size: 10pt;
	letter-spacing: 0.1ex;
}

TD {
	font-size: 10pt;
	letter-spacing: 0.1ex;
}

H1, H2, H3 {
	font-weight: normal;
	line-height: 1.2em;
}

H2 {
	font-size: 16pt;
	font-weight: normal;
}

H5 {
	font-weight: bold;
	font-size: 10.5pt;
	padding-top: 12px;
}


H6 {
	font-size: 10pt;
        text-align: center;
	font-weight: normal;
}

