@charset "utf-8";

/* introduction */
/*-----------------------------------------------------------------------------*/
#intro span {
	position: absolute;
	background-image: url(/eng/images/intro.jpg);
	background-repeat: no-repeat;
	width: 575px;
	height: 230px;
}
#intro h2 {
	height: 30px;
}
#intro p {
	height: 200px;
}


/*title*/
/*-----------------------------------------------------------------------------*/
.h2_01 span {
	position: absolute;
	background-image: url(/eng/images/h2_01.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 28px;
}
.h2_02 span {
	position: absolute;
	background-image: url(/eng/images/h2_02.gif);
	background-repeat: no-repeat;
	width: 575px;
	height: 28px;
}
.h2_01 h2, .h2_02 h2 {
	height: 28px;
}

/*-----------------------------------------------------------------------------*/
/*In these six field*/
/*-----------------------------------------------------------------------------*/
ul.field  li {
	width: 168px;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 95px;
}

/*-----------------------------------------------------------------------------*/
/*Five product quality standards*/
/*-----------------------------------------------------------------------------*/
dl.quality {
	background-image: url(/eng/images/quality.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
dl.quality {
	padding-left:15px;
}
dl.quality dt {
	color: #009999;
	font-weight: bold;
	font-size: 13px;
	background-image: url(/eng/images/sikaku.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
	line-height: 1.25;
}
dl.quality dd {
	line-height: 1.25;
	margin-bottom: 10px;
	width: 270px;
}

