/*
information{
	file name : /css/generator/common/font/normal.css;
	description : This CSS file define a "normal font size" format of "style switcher".;
	company : Hitachi Construction Machinery Camino Co., Ltd.;
	copyright : (c) 2007 Hitachi Construction Machinery Camino Co., Ltd. All rights reserved.;
}
*/



/* table of contents
--------------------------------------------------------------------------
1. "body" element
2. "button" elements
3. Global navigation area (div#globalNav)
--------------------------------------------------------------------------
*/



/* 1. "body" element
-----------------------------------------------	*/
body{
	font-size:75% !important;
}



/* 2. "button" elements
-----------------------------------------------	*/
div#localArea div#styleSwitcher ul li.btnNormal a{
	color:#fff !important;
	background:#999 !important;
}
div#localArea div#styleSwitcher ul li.btnSmall a,
div#localArea div#styleSwitcher ul li.btnLarge a{
	color:#333 !important;
	background:#fff !important;
}



/* 3. Global navigation area (div#globalNav)
-----------------------------------------------	*/
/* mac ie5 */
html.macie5 div#headerArea div#globalNav div.col02 ul li a{
	font-size:0.85em !important;
}

