@charset "UTF-8";

/* -------------------------------------------------
   mitsuboshidiamond.com - environmentStyle.css
------------------------------------------------- */
body.environment #gn4 { 
	background: url(../../img_common/globalNavi.gif) -675px -52px no-repeat; 
}

body.environment #directoryTitle h2 {
	background: url(../images/ph2_environment.jpg) no-repeat;
}

body.environment #sidebar h2 {
	background: url(../images/sh2_environment.gif) no-repeat;
}

body.environment .content h4 {
	background: url(../../img_common/cube_lightGreen.gif) 0 3px no-repeat;
}

body.environment .content ul {
	margin-left: 10px;
	margin-bottom: 32px;
	list-style: none;
}

body.environment .content li {
	padding-left: 14px;
	background: url(../../img_common/bullet_lightGreen.gif) 0 7px no-repeat;
	margin-bottom: 0.6em;
}


body.environment table {
	margin-left: 80px;
	text-align: left;
	width: 460px;
	line-height: 1.2;
	border-top: none;
	border-left: none;
	border-right: none;
}

body.environment table th {
	padding: 0.5em 1em 0.4em;
	border-bottom: 1px solid #690;
	vertical-align: top;
}

body.environment table td {
	padding: 0.5em 1em 0.4em;
	border-bottom: 1px solid #690;
	border-left: none;
	vertical-align: top;
}


/* -----------------------------
   For Team Minus 6% Page
----------------------------- */
body#teamminus6 .content dl {
	margin-left: 10px;
	margin-bottom: 32px;
}

body#teamminus6 .content dt {
	width: 100px;
	float: left;
	font-weight: bold;
	color: #360;
	background-color: transparent;
}

body#teamminus6 .content dd {
	margin-left: 100px;
}

#minus6site a {
	margin-left: 2em;
}


/* -----------------------------
   For Environmental Policy Page
----------------------------- */
body#environmentalPolicy .content dl {
	margin-left: 10px;
	margin-bottom: 32px;
}

body#environmentalPolicy .content dt {
	width: 180px;
	float: left;
	font-weight: bold;
	color: #360;
	background-color: transparent;
}

body#environmentalPolicy .content dd {
	margin-left: 180px;
}

body#environmentalPolicy .content p.imgBasic img {
	margin-right: 10px;
	margin-left: 10px;
}

/* -----------------------------
   For CO2 Reduction Page
----------------------------- */
body#co2reduction .content dl {
	margin-bottom: 0;
}

body#co2reduction .content ul {
	margin-bottom: 0;
}

body#co2reduction .content dt {
	font-size: 110%;
	font-weight: bold;
	color: #360;
	background-color: transparent;
	margin-bottom: 0;
}

body#co2reduction .content dd {
	margin-bottom: 0;
}


body#co2reduction table {
	margin-left: 30px;
	text-align: left;
	width: 540px;
	line-height: 1.6;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

body#co2reduction table td {
	width: 270px;
	padding: 1em 1em 0.9em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: top;
}

body#co2reduction table td.tLeft {
	border-left: none;
}



