@charset "utf-8";
/* CSS Document */

header {
	position: static !important;
	background-position: center center;
	background-repeat: repeat-x;
}
header .container {
	height: 490px;
}
header .container .logo {
	bottom: 85px;
}
nav.top {
	position: static !important;
}

.content {
	margin: 0 0 50px;
}

section {	
	display: table;
	width: 1000px;
	margin: 0 0 20px;	
}

.anniversary {
	width: 100%;
	height: 120px;
	margin: 50px 0 0;
}

.mission {
	width: 100%;
	height: 294px;
	margin: 50px 0;
}
.mission figure {
	float: left;
	width: 294px;
	height: 294px;
}
.mission p {
	float: right;
	width: 706px;
	height: 130px;
}
.mission h1 {
	float: right;
	display: inline;
	font-size: 116%;
	font-weight: normal;
	line-height: 250%;
	width: 576px;
	padding: 0 80px 0 50px;
}

.business {
	overflow: hidden;
}

.business .purchase a {
	display: block;
	width: 1000px;
	height: 183px;
	margin: 15px 0 0;
	background: url(../img/home/bg_purchase.jpg) no-repeat;
}
.business .purchase a:hover {
	background: url(../img/home/bg_purchase_hover.jpg) no-repeat;
}
.business .purchase a dl {
	width: 540px;
	height: 183px;
	margin: 0 0 0 460px;
}

.business ul {
	margin-right: -20px;
}
.business ul li {
	float: left;
	display: inline-block;
	width: 233px;
	height: 262px;
	border: #D6D7DE solid 1px;
	margin: 15px 20px 50px 0;
}
.business ul li a {
	display: block;
	width: 233px;
	height: 107px;
}
.business ul li.sales a {
	background: url(../img/home/bg_sales.jpg) no-repeat;	
}
.business ul li.recycle a {
	background: url(../img/home/bg_recycle.jpg) no-repeat;	
}
.business ul li.demolition a {
	background: url(../img/home/bg_demolition.jpg) no-repeat;	
}
.business ul li.waste a {
	background: url(../img/home/bg_waste.jpg) no-repeat;	
}
.business ul li figure {
	height: 155px;
}
.business ul li a dl {
	height: 107px;
}
.business ul li a dt {
	height: 66px;
}
.business ul li a dd {
	height: 41px;
}
.business ul li a:hover figure,
.business ul li a:hover dl {
	visibility: hidden;
}

.whatsnew {
	display: table;
	width: 100%;
	margin: 0 0 50px 0;
}
.whatsnew h2 {
	float: left;
}
.whatsnew dl {
	float: left;
	width: 570px;
	margin: 20px 10px;
	line-height: 200%;
}
.whatsnew dt {
	float: left;
	clear: both;
	padding: 0 1em 0 2em;
	background: url(../img/home/awr_whatsnew.png) no-repeat 3px 3px;
	font-weight: bold;
}
.whatsnew dd {
	border-bottom: #CCCCCC dashed 2px;
	margin: 0 0 5px 0;
	padding-left: 10em;
}
.whatsnew p {
	width: 570px;
	margin: 0 10px;
	text-align: right;
}
.whatsnew a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
.whatsnew figure {
	float: right;
	width: 357px;
}