
#_HEADER{
	position:relative;
	z-index:110;
	background-color:#313131;
	width:100%;

}
#_HEADER .header_div{
	max-width:1100px;
}
#HEADER_LINE{
	border-top:1px solid #595959;
	height:8px;
	background-color:#3d3d3d;	
}
#INNER_HEADER{
	margin-top:10px;
	margin-bottom:10px;	
	height:20px;
	padding:8px;	
	background-color:#eee;
	/*max-width:840px;*/
	vertical-align:middle;	
	border-radius:7px
}
#INNER_HEADER li{
	cursor:pointer;
	list-style-type: none;		
	letter-spacing:0.5px;	
	margin-left:10px;
	float:left;
}
#INNER_HEADER .home{
	background-image:url('https://sbo.ezugi.com/office/office_1.0/images/home.png');
	background-repeat:no-repeat;
	padding-left:20px;
}
#INNER_HEADER .page, #INNER_HEADER .action{
	background-image:url('https://sbo.ezugi.com/office/office_1.0/images/arrow_right.png');
	background-repeat:no-repeat;
	padding-left:20px;
}
#INNER_HEADER .page{
	cursor:auto;
}
#INNER_HEADER .right{
	float:right !important;
}
#INNER_HEADER .right td{
	background-color:transparent !important;
}

