/* CSS Document */
.ecowalkArea
{
	margin-bottom:30px;
}

.ecowalkArea .titleArea {
	background-image: url(../img/eco_titback.png);
	height: 34px;
	width: 710px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
}
.ecowalkArea .titleArea h2 {
	float: left;
	padding-top: 0px;
	*margin-top:0px;
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	color: #FFF;
}
.ecowalkArea .titleArea a {
	float: right;
}

.ecowalkArea .contentsArea {
	background-color: #FFF;
	padding: 19px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d2bf9c;
	border-right-color: #d2bf9c;
	border-bottom-color: #d2bf9c;
	border-left-color: #d2bf9c;
	margin-bottom: 20px;
}
.ecowalkArea .contentsArea .timeStamp {
	font-weight: bold;
}
.ecowalkArea .contentsArea h3 {
	font-size: 14px;
	color: #998363;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}



.ecowalkArea .titleArea:after
{
    content: ""; 
    display: block; 
    clear: both;}

.ecowalkArea .titleArea
{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}


.ecowalkArea .titleArea
{
	display: block;
}

.ecowalkArea .ecoTopBack {
	font-weight: normal!important;
	color: #999!important;
	font-size: 10px;
	clear: both;
	float: right;
}

.ecowalkArea .ecoTopBack:hover {
	color: #CCC!important;
}
