/* --------------------------------------------------
	プロジェクトヘッドバー
-------------------------------------------------- */

/* html body
-------------------------------------------------- */
html,body#body_top{ 
   height:100%; 
   background:none;
   
width:100%;
   
} 
html{ 
    overflow-y:scroll; 
}


div#div_project_wrapper{
padding-top:35px;
/*
background:url(http://mp.edita.jp/img/company/common/bg_body.jpg) 0 35px repeat-x;
_background:url(http://mp.edita.jp/img/company/common/bg_body.jpg) 0 34px repeat-x;
*/
} 
div#div_project_headbar{
	background:#fff;
/*    position:fixed; */
    top:0; 
    left:0; 
    height:auto;
/*    width:100%;*/
    border-bottom:1px solid #cccccc;
	z-index:100;
	zoom:1;	
	width:100%; 
	min-width:980px;
	margin-top:-35px;
}

div#div_project_headbar_inner {
padding:0px 15px 0px 5px;
background:#fff;
min-width:950px;
position:relative;
overflow:hidden;
}

div#div_project_headbar_inner .head_logo { 
	text-align:left;
/*	position:absolute;*/
	left:5px;
	/*top:5px;*/
	font-size:10px;
	color:#666666;
	float: right;
	margin-left:5px;
}
div#div_project_headbar_inner .head_logo img { margin-top:5px;margin-left:3px; vertical-align:middle; _margin-bottom:1px;}

div#div_project_headbar_inner .p01 {
	float:left; 
	text-align:left;
/*	position:absolute;*/
	left:5px;
	/*top:5px;*/
	font-size:12px;
	color:#666666;
	line-height: 30px;
	margin-left: 10px;
}

div#div_project_headbar_inner .h01 {
	float:left; 
	text-align:left;
	left:5px;
	font-size:12px;
	color:#666666;
	line-height: 30px;
	margin-left: 10px;
	font-weight:normal;
}

div#div_project_headbar_inner .h01 {
	float:left;
	text-align:left;
	left:5px;
	font-size:12px;
	color:#666666;
	line-height: 38px;
	margin-left: 10px;
	font-weight:normal;
}

div#div_project_headbar_inner .p01 img { margin-left:3px; vertical-align:middle; _margin-bottom:1px;}
div#div_project_headbar_inner .p01 a{
	color:#3399CC;
}
div#div_project_headbar_inner .p02 { 
	position:relative;
	left:30px;
	font-size:10px;
	float:right;
	line-height:30px;
}
div#div_project_headbar_inner .p02 a { color:#3399FF; text-decoration:underline;}
div#div_project_headbar_inner .p02 a:hover { text-decoration:none;}

div#div_project_headbar_inner .p03 { text-align:right; margin:0 10px 0 0; position:absolute; right:0px; top:5px; *top:0px;}
div#div_project_headbar_inner .p03 .img01 { margin-bottom:4px; _margin-bottom:5px; margin-right:0px;}
div#div_project_headbar_inner .p03 .ipt01 { border:1px solid #ccc; width:150px; line-height:12px; padding:2px 2px 0 2px; *padding:4px 2px 0 2px; height:15px; margin-bottom:2px; margin-right:0px; *height:13px; _height:19px; *margin-top:4px;}
div#div_project_headbar_inner .p03 .ipt02 { vertical-align:middle; margin-bottom:4px; *margin-bottom:4px;}

div#div_project_headbar_inner ul.ul_supnavi_header{
	/*width:500px;*/
	float: right;
	/*margin-top:8px;*/
}
div#div_project_headbar_inner ul.ul_supnavi_header li{
	display: inline;
	margin-right:5px;
	padding-left:10px;
	text-align:left;
	border-left:1px solid #666666;
	line-height: 38px;
}
div#div_project_headbar_inner ul.ul_supnavi_header li.first{
	border:none;
}

div#div_project_headbar_inner ul.ul_supnavi_header a{
	color:#666666;
}
div#div_project_wrapper .topicpath { _margin-top:15px;}

div#div_project_headbar_inner ul.ul_ddmenu_header{
	/*width:500px;*/
	float: right;
	margin-top:8px;
	position:relative;
	left:50px;
	margin-right:50px;

}
div#div_project_headbar_inner ul.ul_ddmenu_header p{
	padding-left:5px;
}
div#div_project_headbar_inner ul.ul_ddmenu_header li{
/*	display: inline;*/
	margin-right:5px;
	text-align:left;
}
div#div_project_headbar_inner ul.ul_ddmenu_header span.tri{
font-size:0.8em;
margin-left:3px;
}

div#div_project_headbar_inner ul.ul_ddmenu_header div.submenu{
position:absolute;
background-color:#FFFFFF;
line-height:1.5;
padding:5px;
border:1px solid #CCCCCC;
border-top:1px solid #F2F2F2;
border-top:1px solid #E5E5E5;
width:110px;
visibility:hidden;
}

div#div_project_headbar_inner ul.ul_ddmenu_header a{
	color:#666666;
}



