@charset "utf-8";
/* ======================================================================== */
/* CSS for All-TUJ section of the website - for Screen, Print, Projection */
/* -- English Version -- */
/* ======================================================================== */

body {
	font-family: Arial,Helvetica,sans-serif;
}


/* ======================================================================== */
/* header section */
/* ======================================================================== */

/* navi such as "English" "Access" "Contact" */
/* IE 8/Win Hack */
#sitenav {
	font-size /*\**/: 1.1em\9;
}

/* IE 7/Win Hack */
*+html body #sitenav {
	font-size: 1.1em;
}

*+html body #sitenav li.jp_text {
	font-size: 0.8em;
	line-height: 1.8;
}

/* IE lte 6/Win Hack */
* html body #sitenav {
	font-size: 1.1em;
}

* html body #sitenav li.jp_text {
	font-size: 0.8em;
	line-height: 1.8;
}

/* navi by user-types */
/* IE 8/Win Hack */
#usernav {
	font-size /*\**/: 1.1em\9;
}

#usernav li {
	background /*\**/: url(/common/images/arrow_usernav.gif) no-repeat 0 6px\9;
}

/* IE 7/Win Hack */
*+html body #usernav {
	font-size: 1.1em;
}

*+html body #usernav li {
	background: url(/common/images/arrow_usernav.gif) no-repeat 0 6px;
}

/* IE lte 6/Win Hack */
* html body #usernav {
	font-size: 1.1em;
}

* html body #usernav li {
	background: url(/common/images/arrow_usernav.gif) no-repeat 0 6px;
}


/* ======================================================================== */
/* global navigation section */
/* ======================================================================== */

#globalnav ul li a {
	padding: 12px;
	font-size: 1.2em;
}

/* IE 7/Win Hack */
*+html body #globalnav ul li a {
	padding: 13px 12px 11px 12px;
}

/* IE lte 6/Win Hack */
* html body #globalnav ul li a {
	padding: 13px 12px 11px 12px;
}
