@charset "UTF-8";
/* CSS Document */

/*Left unit Settings*/
#historyleft {
	width:550px;
	float:left;
	margin-left:100px;
	display:inline;
}

.historytopbtn {
	width:65px;
	margin:5px 0 10px 485px;
	text-align:left;
}
/*------------end------------*/

/*Right unit Settings*/
#historyright {
	text-align:center;
	margin-left:660px;
	background-color:#f4f4f4;
	width:202px;
	height:2320px;
}

.historyrighttxt {
	margin:5px 0 0 0;
	font-size:93%;
}

/*------------end------------*/


/*Table Unit Settings*/
.historytabletitle {
	color:#1e337b;
	font-weight:bold;
	font-size:108%;
	text-align:left;
	margin:0 auto 0 auto;
	padding:5px 0 0 7px;
	width:550px;
	height:21px;
	border-style:solid;
	border-width:5px 0 1px 0;
	border-bottom-color:#1e337b;
	border-top-color:#c3c9dc;
	background-color:#f4f4f4;
}	

.historytableleft {
	line-height:1.7;
	text-align:center;
	margin:0;
	padding:5px 0 5px 0;
	width:70px;
	height:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#1e337b;
}	

.historytableright {
	line-height:1.7;
	text-align:left;
	margin:0;
	padding:5px 0 5px 4px;
	width:480px;
	height:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#1e337b;
}	

.historytablefont {
	font-weight:bold;
	color:#caa965;
}
/*------------end------------*/

/*Histiry menu Settings*/
#historymenubg {
	margin:0 auto;
	width:500px;
	height:20px;
	background:url(../img/history_menu.gif);
	background-repeat:no-repeat;
	overflow:hidden;	
}	

ul#historymenu{
	padding:0;
	margin:0;
	list-style:none;
	width:500px;
}

ul#historymenu li{
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	float:left;
	width:100px;
	height:20px;
	overflow:hidden;
}

ul#historymenu a{
	display:block;
	padding:0;
	margin:0;
	background-image:url(../img/history_menu.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

ul#historymenu li#year1950 a{background-position: 0px 0px;}
ul#historymenu li#year1970 a{background-position: -100px 0px;}
ul#historymenu li#year1980 a{background-position: -200px 0px;}
ul#historymenu li#year1990 a{background-position: -300px 0px;}
ul#historymenu li#year2000 a{background-position: -400px 0px;}

ul#historymenu li#year1950 a:hover{background-position: 0px -20px;}
ul#historymenu li#year1970 a:hover{background-position: -100px -20px;}
ul#historymenu li#year1980 a:hover{background-position: -200px -20px;}
ul#historymenu li#year1990 a:hover{background-position: -300px -20px;}
ul#historymenu li#year2000 a:hover{background-position: -400px -20px;}
/*------------end------------*/

/*Company navi Settings------------*/
#companyNav ul#companycommonmenu li#history a {background-position:-509px -63px;}
#companyNav ul#companycommonmenu li#history a:hover {background-position:-509px -63px;}
/*------------end------------*/

