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

/* ===== index.html ===== */
div.h2Box {
	position: relative;
}
div.btnDetail {
	position: absolute;
	top: 2px;
	left: 550px;
}

ul.field li {
	float: left;
	width: 160px;
}

/* ===== index2-6 ===== */
div#explanation {
	float: left;
	width: 360px;
}

img#productsImg {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 1em;
}

div#productBox {
	float: right;
	width: 256px;
	border: 1px solid #D4D4D4;
	padding: 2px;
	margin-bottom: 15px;
}

div#productBox h2 {
	margin: 0px;
	padding: 4px 10px 5px;
	background-color: #F9F9F9;
	background-image: url(../biz/img/bg_pbox.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 120%;
}

div#contents div#productBox ul {
	background-color: #F9F9F9;
	margin: 0;
	padding: 7px 10px;
}

div#contents div#productBox ul li {
	margin: 5px 0px 0px;
}

.productTxt {
	width: 338px;
}

div#topics {
	margin-bottom: 15px;
	padding: 15px 15px 10px;
	background-color: #FDF9EC;
}

div#topics h2 {
	margin: -15px -15px 15px;
	padding: 5px 10px;
	color: #714A17;
	font-weight: bold;
	background-color: #F9E6B3;
}

div#contents div#topics p { margin-bottom: 10px;}

/* ===== solvent/index ===== */
div#investigation {
	margin-bottom: 15px;
	padding: 15px 15px 10px;
	background-color: #FDF9EC;
	position: relative;
}

div#contents div#investigation ol { margin-bottom: 0px;}

div#contents div#investigation p#report {
	position: absolute;
	top: 15px;
	right: 30px;
}

table#tblCompare {
	margin-bottom: 1.5em;
	border-collapse: separate;
	border-top: 1px solid #CFCFCF;
}

table#tblCompare th, table#tblCompare td {
	padding: 2px 3px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}

table#tblCompare th {
	border-left: none;
	background-color: #F4F4F4;
}

table#tblCompare thead th {
	background-color: #255E96;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #CFCFCF;
}

div.solventBox {
	float: right;
	width: 460px;
}
