
/*
	additional_ja.css - contains all modifications to styles specified
	in main.css needed for pages containing japanese.
	
	charset: UTF-8 
	主意：UTF-8
*/

/*
	sans-serif: "굴림", 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: "Georgia", "Verdana", "Tahoma", "Arial", "Helvetica",
 "굴림","WKKyogwaso", sans-serif;
}

/* --- use clean gothic for large titles --- */
H1, H2, H3 {
	font-family:"Georgia", "Verdana", "Tahoma", "Arial", "Helvetica",
 "굴림","WKKyogwaso", 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;
}

#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 {
	font-style: normal;
}

/*
#submenu_fulltime, #submenu_precollege, #submenu_studentlife, #submenu_parttime, #submenu_proftest, #submenu_summer, #submenu_learning {
	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;
}

#copyright {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: solid 1px #aaa;
	padding-top: 5px;
	text-align: right;
	font-style: italic;
        letter-spacing: 0pt;
	font-size: 8pt;
}

