﻿@charset "utf-8";

/* eco
------------------------------------------ */
#eco .mainImg {
	margin-top: 20px;
	padding-bottom: 10px;
}
#eco .titleLink {
	clear: both;
}
#eco .titleLink a {
	display: block;
  background: url(/common/img/img_eco/index_bg02.gif) no-repeat left bottom;
  font-size: 115%;
  font-weight: bold;
  margin-top: 10px;
	color:#333333;
	text-decoration: none;
	cursor: pointer;
	zoom:1;
}

#eco .titleLink a:hover {
  background: none;
	background-color: #00CC33;
	background: url(/common/img/img_eco/index_bg04.gif) no-repeat left bottom;
	text-decoration: none;
	cursor: pointer;
	zoom:1;
}

#eco .titleLink a span.inner {
  background: url(/common/img/img_eco/index_bg01.gif) no-repeat left top;
  display: block;
  padding: 10px 20px 10px 10px;
	text-decoration: none;
	color:#333333;
}

#eco .titleLink a:hover span.inner {
  background: none;
	background-color: #00FF66;
	background: url(/common/img/img_eco/index_bg03.gif) no-repeat left top;
	text-decoration: none;
}


#eco .titleLink span.line01 {
	background: url(/common/img/com_ic23.gif) no-repeat 20px 18px;
	display: inline-block;
	padding: 15px 0 5px 45px;
	vertical-align: top;

}
#eco .titleLink span.line02 {
	background: url(/common/img/com_ic23.gif) no-repeat 20px 18px;
	display: inline-block;
	padding: 3px 0 0 45px;
	vertical-align: top;
}
#eco .col2 {
	clear: both;
}
#eco .col2 .leftCol {
	float: left;
	width: 244px;
	padding-left: 100px;
}
#eco .col2 .leftCol span.imgTitle,
#eco .col2 .rightCol span.imgTitle {
	display:block;
	padding-top: 5px;
	width: 250px;
	font-weight: bold;
}
#eco .col2 .leftCol span.caption,
#eco .col2 .rightCol span.caption {
	display:block;
	padding-top: 5px;
	font-size: 80%;
	width: 250px;
}
#eco .col2 .rightCol {
	float: left;
	width: 284px;
	padding-left: 60px;
}
#eco .ecoNavi {
	margin: 10px 0;
}
#eco .ecoNavi .back {
	float: left;
	background: url(/common/img/com_ic33.gif) no-repeat left center;
	padding-left: 1.3em;
}
#eco .ecoNavi .next {
	float: right;
	background: url(/common/img/com_ic10.gif) no-repeat right center;
	padding-right: 1.3em;
}




#eco .highlight {
	color: #52a006;
	font-weight: bold;
}

/* Add CSS 2011-02-23 */
#eco .col2 .leftCol02 {
	float: left;
	width: 362px;
}
#eco .col2 .rightCol02 {
	float: right;
	width: 362px;
}
/* Add CSS 2011-02-23 END */

/* clearfix property
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*  Correspondence Browser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	Windows XP
		IE 6
		IE 7
		Fx 2
		Fx 3
	Windows Vista
		IE 7
	Mac OS X
		safari 3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

#eco .titleLink:after,
#eco .titleLink a span.inner:after,
#eco .col2:after,
#eco .ecoNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
	font-size: 0;
}



#eco .titleLink,
#eco .titleLink a span.inner,
#eco .col2,
#eco .ecoNavi {
	zoom: 1;
}