@charset 'UTF-8';

body#top {
	background: rgb(34,30,31) url(./img/top_bk.jpg) no-repeat;
}

ul#navigation {
	position: absolute;
	top: 169px;
	left: 31px;
	list-style: none;
	overflow: hidden;
}

ul#navigation li {
	margin-bottom: 11px;
}
ul#navigation li a {
	text-decoration: none;
	overflow: hidden;
}


/* NAVI2 */


ul#navigation2 {
	position: absolute;
	top: 586px;
	left: 40px;
	width: 600px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}

ul#navigation2 li a {
	height: 10px;
	text-indent: -100em;
	text-decoration: none;
	position: absolute;
	overflow: hidden;
	display: inline;
	background-image: url(./img/mn_contact.png);
}

li#company a {
	background: transparent url(./img/mn_company.png) no-repeat 0px 0px;
	background-position: -72px 0px;
	top: 0px;
	left: 0px;
	width: 72px;
}
li#recruit a {
	background: transparent url(./img/mn_recruit.png) no-repeat 0px 0px;
	background-position: -63px 0px;
	top: 0px;
	left: 72px;
	width: 63px;
}
li#contact a {
	background: transparent url(./img/mn_contact.png) no-repeat 0px 0px;
	background-position: -61px 0px;
	top: 0px;
	left: 0px;
	width: 61px;
}
li#company a:hover,
li#recruit a:hover,
li#contact a:hover {
	background-position: 0px 0px;
}

p#lifestyledesign {
	position:relative;
	left: 748px;
	top: 29px;
	width: 220px;
	height: 82px;
}

p#lifestyledesign a {
	display:block;
	width: 220px;
	height: 82px;
	text-indent:-9999px;
	overflow:hidden;
}

*:first-child+html p#lifestyledesign a {
	background-color:#FFFFFF;
	filter:alpha(opacity = 1);
}

