@charset"Shift_JIS";

#globalNavtop li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

#globalNavtop ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

#globalNavtop ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

/*
#globalNavtop ul li:hover a,
#globalNavtop ul li a:hover {
	border-top:0px solid #000;
	height:20px;
}
*/
/**
 * 企業相談
 */
#globalNavtop ul li#navtop03:hover ul#industry_menu,
#globalNavtop ul li#navtop03 a:hover ul#industry_menu {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:19px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:40px;      /* the drop-down height will be determiend by line count */
	width:127px;
	color:#ffffff;                        /* this sets the unselected-text color */
	background:#070B33;         /* this sets our menu's effective "border" color */
	background-image:none;
}
ul#industry_menu li {
	background-image:none;
	text-indent: 0px;
	color:black;
	background-color:#070B33;
	width:127px;
}
ul#industry_menu li a,
ul#industry_menu li a:visited {
	background-image:none;
	text-indent: 0px;
	color:#ffffff;
	background:#070B33;
	font-size:13px;
	padding-top:3px;
	margin-top:1px;
	height:25px !important;
	width:127px;
	overflow:visible;
	text-decoration:none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	border: 1px solid #CCCCCC;
}

/**
 * 個人相談
 */
#globalNavtop ul li#navtop04:hover ul#person_menu,
#globalNavtop ul li#navtop04 a:hover ul#person_menu {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:19px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:40px;      /* the drop-down height will be determiend by line count */
	width:140px !important;
	color:#ffffff;                        /* this sets the unselected-text color */
	background:#070B33;         /* this sets our menu's effective "border" color */
	background-image:none;
}
ul#person_menu li {
	background-image:none;
	text-indent: 0px;
	color:black;
	background-color:#070B33;
	width:140px;
}
ul#person_menu li a,
ul#person_menu li a:visited {
	background-image:none;
	text-indent: 0px;
	color:#ffffff;
	background:#070B33;
	font-size:12px;
	padding-top:3px;
	margin-top:1px;
	height:25px !important;
	width:140px !important;
	overflow:visible;
	text-decoration:none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	border: 1px solid #CCCCCC;
}


* html #wrapper #globalNavback #globalNavtop ul li#navtop03 a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

#globalNavtop ul li:hover ul li:hover a,
#globalNavtop ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#070B33;
	background:white;
}

