@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      recycle.css
Author:         Takuro Toyama
Style Info:     リサイクルのレイアウト
----------------------------------------------------------- */
/*
div#headerContents div.contact {
	float: right;
	width: 205px;
	margin-top: -5px;
	padding-bottom: 2px;
	background: url(../images/head_contact_bg.gif) no-repeat left bottom;
}*/
div#headerContents div.contact p {
	margin: 0 0 2px 0;
	text-align: center;
}


div#contents {
	float: right;
	width: 695px;
	margin: 0 -5px 15px 0;
}

div#contents div.inner {
	margin: 0 5px 15px;
}
div#contents div.area01 {
	position: relative;
	margin: 0 0 15px;
	background: url(../images/contents_bg01.gif) no-repeat left bottom;
}
div#contents div.area01 h3 {
	padding: 20px 25px 10px;
	background: url(../images/contents_bg01_top.gif) no-repeat left top;
}

div#contents div.area01 p.head {
	padding: 10px 25px 0px;
	background: url(../images/contents_bg01_top.gif) no-repeat left top;
}

div#contents div.area01 p.photo {
	margin:5px 25px 20px 0;
}

div#contents div.area01 div.inner {
	width: 450px;
	_width: 430px;
	min-height: 120px;
	_height: 120px;
	margin: 0 ;
	padding: 5px 0px 15px 25px;
}

div#contents div.area01 div.inner02 {
	width: 600px;
	min-height: 120px;
	_height: 120px;
	margin: 0;
	padding: 5px 0 15px 25px;
}

div#contents div.area01 div.inner03 {
	width: 600px;
	min-height: 120px;
	_height: 120px;
	margin: 0;
	padding: 5px 0 5px 25px;
}

div#contents div.area01 div.inner strong {
	color: #e15600;
}

div#contents div.area01 div.inner p.btn {
	margin: 20px 0 0 0;
	text-align: right;
}
div#contents div.area01 div.inner div.line {
	background: url(../images/contents_line01.gif) repeat-x left bottom;
}
div#contents div.area01 div.inner p.btn {
	text-align: right;
}

div#contents div.area01 div.inner p.text01 {
	padding-left: 20px;
}
div#contents div.area01 div.inner div.list {
	position: relative;
	margin-bottom: 10px;
	padding: 0 200px 20px 0;
	background: url(../images/contents_line01.gif) repeat-x left bottom;
}
div#contents div.area01 div.inner div.listEnd {
	background: none;
}
div#contents div.area01 div.inner div.list p.btn {
	position: absolute;
	top: -4px;
	left: 270px;
	margin: 0;
	padding: 0;
	text-align: left;
}
div#contents div.area01 div.inner div.attention {
	font-size: 80%;
}
div#contents div.area01 div.inner div.attention p.btn {
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
}

div#contents div.area01 div.inner .btn a img{
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
div#contents div.area01 div.inner .btn a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.headingLead {
	margin: 0 15px 20px 0px;
}

.headingLead01 {
	padding: 3px;
	font-size: 150%;
	border-bottom: #4ca504 1px solid;
	font-weight: bold;
	color: #4ca504;
}
.headingLead02 {
	margin: 3px 0;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
.headingLead02 strong {
	font-size: 130%;
	color: #4ca504;
}


.contactBtn {
	clear: both;
	padding: 15px 1px;
	text-align: right;
}

.heading {
	margin: -1px 0 10px -1px;
}

.contentsText {
	margin: 0 15px 25px;
}

.contentsText strong {
	font-weight: bold;
	color: #e15600;
}

.solutionList li{
	margin: 0 0 3px 20px;
	padding: 0 0 0 15px;
	background: url(../images/icon01.gif) no-repeat 0px 5px;
}

.aList{
	width:685px;
	border:none;
	border-collapse:collapse;
	margin:0 0 5px 0;
}

.aList th{
	width:170px;
	color:#4ca504;
	padding:10px;
	background:#dbedcd;
	text-align:left;
	vertical-align:top;
}

.aList td{
	background:#f1f8eb;
	padding:10px;
	vertical-align:top;
}

.aListArrow li{
	padding:0 0 5px 15px;
	background: url(../images/icon02.gif) no-repeat 0px 3px;
}

.aListSpacer{
	margin-bottom:20px;
}

.bList{
	width:400px;
	border:none;
	border-collapse:collapse;
	margin:0 0 5px 0;
}

.bList th{
	width:170px;
	color:#fff;
	padding:10px;
	background:#578e29;
	text-align:left;
	vertical-align:top;
}

.bList td{
	background:#f5f1e5;
	padding:10px;
	vertical-align:top;
}

.banner dt{
	margin-bottom:10px;
}

.strongTxt{
	font-weight:bold;
	font-size:110%;
}

.tableHeading{
	padding-left:15px;
}

.tableList {
	width: 665px;
	margin-left: 10px;
	border-collapse: collapse;
	border: #fff 1px solid;
}
.tableList th {
	padding: 5px 15px;
	border: #fff 1px solid;
	text-align: left;
	background: #82c04f;
	font-weight: normal;
	color: #fff;
}
.tableList td {
	padding: 5px 15px;
	background: #e4f2d9;
	text-align: left;
	border: #fff 1px solid;
}
.tableList tr.even td {
	background: #dbedcd;
}
.tableList td.tdHeading {
	text-align: left;
}

div#headerContents div.contactRe{
	float: right;
	width: 350px;
	height:58px;
	margin-top: 4px;
	padding-bottom: 2px;
	position:relative;
	background:#faf0e3;
}
.formbtnRe {
	position:absolute;
	top:7px;
	right:10px;
	margin: 0 0 2px 0;
	text-align: center;
}

.phonebtnRe{
	position:absolute;
	top:10px;
	left:10px;
	margin: 0 0 2px 0;
	text-align: center;
}
