@charset "utf-8";



#content h1 {
	margin: 25px 0 20px 0;
	font-weight: bold;
}

#content h2 {
	margin: 40px 0 16px 0;
	font-size: 85%;
	font-weight: bold;
}

#content h3 {
	margin: 20px 0 4px 0;
	font-size: 75%;
	font-weight: bold;
	color: #333;
}


#content div.catch {
	margin: 0;
	width: 614px;
	height: 160px;
	border: 1px solid #ccc;
}


#content .box img.right {
	float: right;
	display: inline;
	margin: 0 7px 10px 16px;
}

#content p.copy {
	font-weight: bold;
}



/* safety */
/* ----------------------------------------------------------------------- */

body#safety #content img.chart {
	display: block;
	margin: 30px 0 0 0;
}



/* products */
/* ----------------------------------------------------------------------- */

body#products #content img.chart {
	display: block;
	margin: 30px 0 0 0;
}



/* quality */
/* ----------------------------------------------------------------------- */

body#quality #content .process {
	margin: 15px 0 0 0;
	padding: 47px 0 0 0;
	background: url("../img/arrow.gif") center top no-repeat;
}
body#quality #content .process h2 {
	margin: 15px 0 16px 0;
}

body#quality #content img.chart {
	display: block;
	margin: 30px 0 0 0;
}



/* social */
/* ----------------------------------------------------------------------- */

body#social #content p {
	margin: 0 0 10px 0;
}
body#social #content p.list {
	margin: 0 0 10px 10px;
}

