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

table {
	margin-bottom: 10px;
}

table th {
	padding: 5px;
}

table td {
	padding: 5px 10px;
	line-height: 150%;	
}

table.company {
	border: 1px solid #B39B79;
	margin: 0 auto;
}

table.company th {
	text-align: center;
	background-color: #c4ced0;
}

table.company td {
	line-height: 150%;
}

table.new {
	border: 1px solid #B39B79;
}

table.new th, table.new td {
	line-height: 150%;
}

/*div#detail {
	padding-top: 50px;
}*/


p.main {
	padding: 0;
	margin: 0 0 20px 0;
}

h2 {
	width: 560px;
	border-bottom: 2px solid #c15f2c;
	background: url(../img/common/t-head.gif) right no-repeat;
	line-height: 2;
	text-indent: 5px;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin: 20px 0 10px 0;
}

