@charset "utf-8";

/*-------- common --------*/
p#company_information {
	clear:both;
	margin-top:40px;
	padding-top:20px;
	border-top:1px #dcdcdc solid;
}

/*-------- customer --------*/
div#contents div#customer h2 {
	margin:30px 0px 0px 0px;
}

div#contents div#customer h3 {
	margin:40px 0px -15px 0px;
	color:#d0b775;
	font-size:110%;
	font-weight:bold;
}

div#contents div#customer h4 {
	margin:10px 0px -15px 0px;
	color:#b4985a;
}

/*-------- products --------*/
ul#products_list {
	margin-top:20px;
}
	ul#products_list li {
		width:246px;
		float:left;
		margin-bottom:10px;
	}
/*-------- products detail --------*/
div#products_image {
	float:left;
	width:333px;
}
div#products_detail {
	float:right;
	width:385px;
	line-height:130%;
}
	div#products_detail h2 {
		color:#b4985a;
	}
	div#products_detail p {
		margin-top:15px;
	}

table.layout_products {
	margin:15px 0px 0px 0px;
}
	table.layout_products th {
		font-weight:bold;
		vertical-align:top;
		border-top:1px #dcdcdc solid;
		border-bottom:1px #dcdcdc solid;
	}
	table.layout_products td {
		border-bottom:1px #dcdcdc solid;
		vertical-align:top;
		font-size:90%;
	}

div#products_tab  {
	margin:15px 0px 0px 0px;
}
	div#products_tab ul li  {
		display:inline;
	}
	div#products_detail div#products_tab p {
		margin:-4px 0px 0px 0px;
		background-color:#dcdcdc;
	}
	div#products_tab textarea {
		padding:5px;
		color:#929192;
		font-size:80%;
		width:375px;
	}

/*-------- shopping --------*/
object#shopping_list {
	width:760px;
	height:1000px;
	margin-top:20px;
	boeder:none;
}

/*-------- press --------*/
table#layout_press {
	margin:15px 0px 0px 0px;
}
	table#layout_press td {
		padding:20px 0px 0px 0px;
		vertical-align:top;
	}
		table#layout_press td h3 {
			margin:0px 0px 10px 0px;
			color:#b4985a;
		}
		table#layout_press td p {
			margin:8px 15px 0px 0px;
			font-size:80%;
			line-height:140%;
		}
		table#layout_press td p a {
			color:#929192;
			text-decoration:underline;
		}
		table#layout_press td p a:hover {
			text-decoration:none;
		}

/*-------- contact --------*/
table.layout_outline {
	margin:15px 0px 0px 0px;
}
	table.layout_outline td {
		padding:5px;
		font-size:80%;
		vertical-align:top;
	}
