@charset "UTF-8";

#contents {
	background:url(../images/company/bg_company01.jpg) repeat-y center top;
}
#mainBg {
	background:url(../images/company/bg_company02.jpg) no-repeat center top;
}
h1.under{
	width: 1000px;
	border-bottom: #231815 1px solid;
	padding-bottom: 0;
	margin: 70px auto;
}
table{
	width: 900px;
	margin: 0 auto 60px; 	
	font-size: 14px;
}
table th{
	font-weight: normal;
	text-align: center;
	padding: 10px 20px;
	border: #ede1d1 2px solid;
}
table td{
	text-align: left;
	padding: 10px 20px;
	border: #ede1d1 2px solid;
}
table tr.color01 th{
	background-color: rgba(221,199,150,0.8);  	
}
table tr.color02 th{
	background-color: rgba(231,216,181,0.8);  	
}
table tr.color01 td{
	background-color: rgba(214,204,191,0.8);  	
}
table tr.color02 td{
	background-color: rgba(224,215,202,0.8);  	
}
.map{
	width: 920px;
	margin: 0px auto 50px;	
}
.map span{
	display: block;
	margin-top: 10px;
	text-align: right;
}


