/* =======目次============

1.基本CSS
2.history
3.Group Mission, Vision and Code of Conduct
4.

○補足
　英文サイトに適用されるCSSです。
========================*/

/*-----------------------------
1.基本CSS
------------------------------*/

/* グローバルナビゲーション */
body,td,th{
	font-family:Arial,Osaka,sans-serif;
	letter-spacing:normal;
	
	}

	
#gnb li{
	width:200px;
	float:left;
	}
#gnb li.list3{
	width:199px;
	float:left;
	}	



	
/*-----------------------------
2.History
------------------------------*/
#history{
	text-align:left;
}
/*-----------------------------
3.Group Mission, Vision and Code of Conduct
------------------------------*/
#philosophy .efloat1{
	width:140px;
	float:left;
	}
#philosophy .efloat2{	
	width:460px;
	float:left;
	}

	
/* ハック */	
#philosophy dl:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}	
#philosophy ul{
	margin:0 0 30px 0;
	}
#philosophy dl{
 display:inline-block;
 clear:both;
 margin:0 0 15px 0;
}
#philosophy dl.end{
	margin:0 0 30px 0;
	}			

/*-----------------------------
4Group Companies
------------------------------*/
#egroup{
	margin:10px 0 0 16px;
	width:605px;
	}
#egroup{
	margin:10px 0 0 16px;
	width:605px;
	}
#egroup h3{
	margin:0 0 10px 0;
	}	
#egroup table{
	width:605px;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
	margin:0 0 40px 0;
	}
	
#egroup th,#egroup td{
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:10px;
	vertical-align:top;
	}
#egroup th{
	width:100px;
	background:#eaeaea;
	}
	
/*-----------------------------
5.risk management
------------------------------*/

#risk li{
	margin:0 0 10px 0;
	}
	
#risk div{
	margin:0 0 0 10px;
	border:none;
	}
	
/*-----------------------------
6.sitemap
------------------------------*/
#sitemap ul{
	width:900px;
	}
#sitemap li{
	background:url(../../english/sitemap/img/mark.gif) no-repeat;
	width:150px;
	}
#sitemap li a{
	display:block;
	margin:0 0 0 17px;
	}


.etable td{
	padding-bottom:10px;
	vertical-align:top;
	}
.etable td strong,.etable td span{
	width:220px;
	display:block;
	}
	
	