/* common */

#waste, #footer {
	clear: both;
}
.inner {
	width: 950px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}


/* header */

#header .inner {
	position: relative;
	background: url(../images/header_catch.png) no-repeat 180px 10px;
	height: 100px;
}
#header h1 {
	position: absolute;
	left: 25px;
	top: 8px;
	z-index: 100;
}

/* menu */

#menu {
	position: absolute;
	right: 25px;
	top: 14px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	background: url(../images/menu.png) no-repeat;
	text-indent: -9999px;
	margin-right: 11px;
	overflow: hidden;
}
#menu li#menu-top a {
	width: 29px;
	height: 45px;
	background-position: 0 0;
}
#menu li#menu-top a:hover {
	background-position: 0 -45px;
}
#menu li#menu-top.active a {
	background-position: 0 -90px;
}
#menu li#menu-news a {
	width: 43px;
	height: 45px;
	background-position: -44px 0;
}
#menu li#menu-news a:hover {
	background-position: -44px -45px;
}
#menu li#menu-news.active a {
	background-position: -44px -90px;
}
#menu li#menu-company a {
	width: 75px;
	height: 45px;
	background-position: -102px 0;
}
#menu li#menu-company a:hover {
	background-position: -102px -45px;
}
#menu li#menu-company.active a {
	background-position: -102px -90px;
}
#menu li#menu-brands a {
	width: 62px;
	height: 45px;
	background-position: -192px 0;
}
#menu li#menu-brands a:hover {
	background-position: -192px -45px;
}
#menu li#menu-brands.active a {
	background-position: -192px -90px;
}
#menu li#menu-link a {
	width: 34px;
	height: 45px;
	background-position: -402px 0;
}
#menu li#menu-link a:hover {
	background-position: -402px -45px;
}
#menu li#menu-link.active a {
	background-position: -402px -90px;
}
#menu li#menu-recruit a {
	width: 66px;
	height: 45px;
	background-position: -268px 0;
}
#menu li#menu-recruit a:hover {
	background-position: -268px -45px;
}
#menu li#menu-recruit.active a {
	background-position: -268px -90px;
}
#menu li#menu-blog a {
	width: 40px;
	height: 45px;
	background-position: -348px 0;
	margin-right: 0; 
}
#menu li#menu-blog a:hover {
	background-position: -348px -45px;
}
#menu li#menu-blog.active a {
	background-position: -348px -90px;
}
#menu li#menu-business a {
	width: 112px;
	height: 45px;
	background-position: -403px 0;
}
#menu li#menu-business a:hover {
	background-position: -403px -45px;
}
#menu li#menu-business.active a {
	background-position: -403px -90px;
}


/* waste */

#waste {
	margin-bottom: 120px;
}
#waste .inner {
	border-top: solid 2px #141414;
	width: 900px;
	padding: 12px 25px 0 25px; 
}
#waste .inner h2 {
	float: right;
}
#waste h2 {
	margin-bottom: 51px;
}
#summary {
	clear: both;
	line-height: 2em;
	margin-bottom: 45px;
}
.section {
}
.section h3 {
	font-size: 153.9%;
	font-weight: bold;
	color: #A0A0A0;
	margin-bottom: 18px;
}


/* Banner */

#banner {
	width: 950px;
	margin: 0 auto 60px auto;
}
#banner li {
	width: 430px;
	height: 180px;
	overflow: hidden;
}
#banner li.lefter {
	float: left;
	margin-left: 24px;
}
#banner li.righter {
	float: right;
	margin-right: 24px;
}


/* footer */

#footer {
	clear: both;
	padding-top: 90px;
}
#footer .inner {
	width: 900px;
	background: #E43326;
	color: #FFF;
	margin: 0 auto;
	padding: 12px 25px;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	font-size: 93%;
}
#footer h2 {
	font-weight: bold;
}
#footer #copyright {
	text-align: right;
}
#footer a {
	color: #FFF;
}


/* エラー */

#error {
	font-size: 123.1%;
	color: #DDD;
	padding: 120px 0;
	text-align: center;
}