@charset "Shift_JIS";


/* HEADER
----------------------------------------------*/

#header{
	height:64px;
	background:url(/nikken/cmn/img/header_bg.gif) left top repeat-x;
	position:relative;
}

img#logo{
	position:absolute;
	top:15px;
	left:12px;
}

#header ul{
	position:absolute;
	top:0;
	right:0;
	padding:7px 3px 0 0;
}

#header li{
	display:inline;
	margin:0 4px;
}

#header div#serchBox{
	width:475px;
	height:34px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(/nikken/cmn/img/header_search_off.jpg);
}
#header div#serchBox span{
	display:none;
}

#header div#serchBox form{
	position:absolute;
	left:89px;
	top:10px;
}

#header div#serchBox input#word{
	height:12px;
	width:140px;
}

#header div#serchBox input#btn{
	font-size:10px;
	line-height:12px;
	margin:0;
	padding:0;
	vertical-align:top;
}

#header div#serchBox img{
	position:absolute;
	right:0;
	bottom:0;
}



/* NAVIGATION
----------------------------------------------*/
#navigation ul{
	height:23px;
	background:url(/nikken/cmn/img/navi_bg.jpg) left top repeat-x;
	width:100%;
}

#navigation li{
	float:left;
}

#navigation li img{
	vertical-align:bottom;
}

/*#navigation ul:after{content:".";display: block;height: 0;clear: both;visibility: hidden;}

#navigation ul {display: inline-block;}*/