
/*
	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: ヒラギノ角ゴシック, Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

/* --- use clean gothic for large titles --- */
H1, H2, H3 {
	font-family:  ヒラギノ角ゴシック, Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}



/* other styles */

BODY {
	font-size: 10.5pt;
	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;
}

#bannerlinks, #menu, #menu A, #bannerlinks A {
	font-size: 9pt;
	letter-spacing: 0.2ex;
	font-weight: normal;
}

/* eliminate italics - doesn't work well with Japanese fonts */
#bannerlinks, #menu, #menu UL LI UL A, #navi, P.info, .specialitem, #copyright {
	font-style: normal;
}

/*
#submenu_fulltime, #submenu_studentlife, #submenu_haken,  #submenu_trivia, #submenu_parttime, #submenu_proftest, #submenu_summer, #submenu_learning, #submenu_nihongokyoju, #submenu_gallery {
	font-style: normal;
}
*/

/* move the main body over just a bit */


#maincontent {
  	margin-left: 200px;
	voice-family: "\"}\"";	/* this trips up IE 5.0 Windows so it doesn't parse the styles below */
	voice-family: inherit;
  	margin-left: 200px;
}

html>body #maincontent {
  		margin-left: 200px;
}


.specialitem {
	font-size: 9pt;
}

