@charset "utf-8";
/******************** menu ********************/
ul#menu {
	background: url(img/menu-bg.gif) no-repeat top center;
	height: 40px;
}
ul#menu li {
	list-style-type: none;
	display: inline;
}
ul#menu li img {
	margin: 2px 10px 0;
	behavior: expression(IEPNGFIX.fix(this));
}
/******************** leftmenu ********************/
ul#leftmenu {
	float: left;
	padding: 20px 15px 60px 0;
}
ul#leftmenu li {
	list-style-type: none;
	margin-bottom: 8px;
}
ul#leftmenu li.concept a, ul#leftmenu li.shigoto a, ul#leftmenu li.qa a, ul#leftmenu li.info a {
	display: block;
	width: 230px;
	height: 60px;
	text-indent: -500px;
	overflow: hidden;
}
ul#leftmenu li.concept a {
	background-image: url(img/l-concept.jpg);
}
ul#leftmenu li.shigoto a {
	background-image: url(img/l-shigoto.jpg);
}
ul#leftmenu li.qa a {
	background-image: url(img/l-qa.jpg);
}
ul#leftmenu li.info a {
	background-image: url(img/l-info.jpg);
}
ul#leftmenu li.info a {
	background-image: url(img/l-info.jpg);
}
ul#leftmenu li.concept a:hover, ul#leftmenu li.shigoto a:hover, ul#leftmenu li.qa a:hover, ul#leftmenu li.info a:hover,
ul#leftmenu li.info a:hover {
    background-position: 0px -60px;
}
ul#leftmenu li.mobile, ul#leftmenu li.mobile a, ul#leftmenu li.mobile a:hover  {
	margin: 20px 0 20px;
	overflow: visible;
}
ul#leftmenu li.hp, ul#leftmenu li.hp a, ul#leftmenu li.hp a:hover  {
	margin: 8px 0;
	overflow: visible;
}

/******************** textmenu ********************/
ul#textmenu {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 70%;
}
ul#textmenu li {
	list-style-type: none;
	display: inline;
	padding: 0 8px;
	border-left: 1px solid #000;
}
ul#textmenu li.start {
	border: none;
}



/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
