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


/* keyVisual & Navigation */
#canoscanEcoKeyNav {
	position: relative;
	width: 650px;
	height: 160px;
	margin: 10px 0 20px 0;
}


#canoscanEcoKeyNav h1,
#canoscanEcoKeyNav p,
#canoscanEcoKeyNav h1 {
	margin: 0;
	padding: 0;
	width: 650px;
	font-size: 0.1em;
}

#canoscanEcoKeyNav h1 {
	height: 65px;
}


#canoscanEcoKeyNav p {
	height: 65px;
}


#canoscanEcoKeyNav ul {
	position: absolute;
	top: 130px;
	left: 31px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#canoscanEcoKeyNav ul li {
	float: left;
	width: 196px;
	height: 30px;
	margin: 0;
	padding: 0;
}


#canoscanEcoKeyNav ul li a {
	display: block;
	width: 196px;
	height: 30px;
}


/* element ----------------*/
/* h2 */
body.canoscanEcoIndex #mainContents h2,
body.canoscanEcoMaterial #mainContents h2,
body.canoscanEcoLabel #mainContents h2 {
	padding: 6px 0 4px 8px;
	border-left: 7px solid #008C00;
	color: #008C00;
	background: url(../img/element/title-bg.gif) left top repeat-x;
}

/* h3 */
body.canoscanEcoMaterial #mainContents h3 {
	padding: 3px 0 1px 8px;
	border-left: 7px solid #008C00;
	color: #008C00;
	border-bottom: none;
	background: none;
}

body.canoscanEcoMaterial #mainContents h3 span {
	font-size: 0.9em;
	font-weight: normal;
	color: #555;
}

/* dt (only materials.html) */
body.canoscanEcoMaterial #mainContents dl dt {
	background: none;
}

body.canoscanEcoMaterial #mainContents dl dd p {
	margin-bottom: 0.3em;
}

/* CO2 */
span.ecoCO2 {
	font-size: 0.8em;
}


/* textLink (only environmental-labels.html) */
a.envLabelLink {
	padding-left: 1em;
	background: url(../../img/label/mark-link.gif) 0 3px no-repeat;
}



/* PageBottomLink */
.sectionPageBottomLink p {
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


.sectionPageBottomLink p img {
	display: block;
	width: 255px;
	margin: 0 auto;
}


/* functions-list table ----------------*/
table.ecoFunctionsList {
	border-collapse: collapse;
}

table.ecoFunctionsList th,
table.ecoFunctionsList td {
}

/* thead */
table.ecoFunctionsList thead th {
	width: 118px;
	line-height: 110%;
	padding: 0.5em;
}

table.ecoFunctionsList thead th,
table.ecoFunctionsList thead td {
	text-align: center;
}

table.ecoFunctionsList thead td {
	line-height: 100%;
	padding: 10px 0 6px;
}

/* tbody */
table.ecoFunctionsList tbody th,
table.ecoFunctionsList tbody td {
	text-align: center;
}

table.ecoFunctionsList tbody th {
	padding: 0.2em 1em;
}

table.ecoFunctionsList .offCell {
	background-color: #f6f6f6;
}
