
/*
	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, H6,#bannerlinks, #menu {
	/* Hiragino and Osaka are fonts on the Macintosh */
	font-family: "Arial",  "Osaka",  "ＭＳ ゴシック", "Hiragino Maru Gothic Pro", sans-serif;
}

/* --- use clean gothic for large titles --- */
H1, H2, H3 {
	font-family: "Osaka", "Hiragino Kaku Gothic Pro", "HGS創英角ｺﾞｼｯｸUB", "ＭＳ ゴシック", "MS Gothic", "Osaka", sans-serif;
}



/* other styles */

BODY {
	font-size: 9pt;
	letter-spacing: 0.1ex;
}

TD {
	font-size: 9pt;
	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-weight: bold;
	font-size: 10.5pt;
	padding-top: 12px;
}

#navi {
	margin: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-style: Hiragino Maru Gothic Pro;
}


