@charset "utf-8";

#corporate,
#legal {
	margin: 20px 20px 0;
}

#corporate {
	margin-bottom: 30px;
}

#legal {
	margin-bottom: 80px;
}

#corporate h2,
#legal h1 {
	background: #333333;
	color: #FFFFFF;
	padding: 3px 0 3px 10px;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 5px;
}

/* table style
---------------------*/

table {
	width: 860px;
}

table th,
table td {
	padding: 7px 0 7px 3px;
	border-bottom: 1px solid #999999;
}

table th {
	width: 12em;
}

table td {
	padding-left: 10px;
}

table#cod {
	margin: 5px 0 3px;
	width: 32em;
}

table#cod th {
	text-align: center;
	background: #CCCCCC;
}

table#cod td {
	width: 22em;
}

table#cod td.price {
	text-align: center;
	width: 10em;
}

table#cod td,
table#cod th {
	border: 1px solid #999999;
}
