.contentsArea h1{margin-left: 20px;}
.contentsArea hr{height:1px;}

.contentsArea .sectionH2{ margin:20px 30px;}

/* product
----------------------------------------------------------*/
.product table{border-collapse:collapse;background:#ffffcc;border:1px solid #333;}
.product table th{background:#CAED54;text-align:left;text-indent:3px;padding:2px 3px;border:1px solid #333;font-weight:bold;}
.product table td{padding:3px;border-bottom:1px solid #333; vertical-align:top;}
.product table .price{text-align:right;font-weight:bold;}
.price_list .product_name{font-weight:bold; font-size:100%;}
.price_list .sell{text-align:right;font-weight:bold; font-size:90%;}
.price_list .price{text-align:right;font-weight:bold; font-size:80%;}
.product table img{ float:right;}
.product table p{ margin:10px 0;}
.product .layout{clear:both; margin:20px 130px; background-color:#000000;}
.product .layout .left{float:left; margin-bottom:20px;}
.product .layout .right{float:right; margin-bottom:20px;}

.symptom ul{ margin:0 0 0 20px; padding:0;}
.symptom li{ margin:0 5px 0 0; display:inline;}

.list ul{ margin:0; padding:0;}
.list ul li{ margin:0 5px 0 0; padding:0; display:inline;}

.constituent{border:1px solid #555; margin:20px; padding:10px;}

/* foot
----------------------------------------------------------*/
.foot{
	width:560px;
	margin:10px 120px;
	clear:both;
	text-align: center;
}

/* 
----------------------------------------------------------*/
.products {
	width: 780px;
	text-align: center;
	margin: 0 auto;
}

div .left {
	margin: 0 0 0 20px;
	width: 750px;
	padding: 10px 0 0 5px;
/*
    margin: 0 0 0 25px;
	text-align: center;
	width: 760px;
*/
}

div.right {
	margin: 0 0 0 20px;
	width: 750px;
	padding: 10px 0 0 5px;
}

.products dl{
	margin:0;
	padding:0 4px;
	border:none;
	float: left;
	width: 240px;
}

.products dt{
	margin:0;
	padding:0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: none;
	border-left: 1px solid #333;
	background: #CAED54;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.products dd{
	margin: 0 0 10px 0;
	padding:0;
	border:solid 1px #333;
	background: #FFFFCC;
	font-size: 14px;
}

div .products dd img {
	margin: 10px auto 5px;
}
div .products h2 {
	font-size: 24px;
	font-weight: bold;
	background: #FC6;
	display: block;
	width: 760px;
	padding: 5px 0;
	border-top: 1px solid #F30;
	border-right: none;
	border-bottom: 1px solid #F30;
	border-left: none;
	margin: 0 auto;
}
