@charset "utf-8";

/*----- index -----*/

table.company {
width:100%;
border-collapse:collapse;
border-top:1px #F1F1F1 solid;
border-left:1px #F1F1F1 solid;
_font: 13px/1.52 Verdana, Arial, Helvetica, sans-serif;/*IE6*/
}
	table.company th,
	table.company td {
	padding:8px 10px;
	}
	table.company th {
	width:25%;
	background:url(../imgdir/common/virgule.gif) 0 0 repeat;
	text-align:left;
	border-bottom:1px #F1F1F1 solid;
	border-right:1px #F1F1F1 solid;
	}
	table.company td {
	width:75%;
	border-bottom:1px #F1F1F1 solid;
	border-right:1px #F1F1F1 solid;
	}
	table.company td dt {
	font-weight:bold;
	}

p.date {
text-align:right;
color:#999;
margin:0;
padding:0 0 5px 0;
}	

/*----- history -----*/

table.history {
width:100%;
border-collapse:collapse;
_font: 13px/1.52 Verdana, Arial, Helvetica, sans-serif;/*IE6*/
}
	table.history tr {
	background:url(../imgdir/common/dot.gif) 0 bottom repeat-x;
	}
	table.history th,
	table.history td {
	padding:8px 10px;
	}
	table.history th {
	width:22%;
	text-align:left;
	}
	table.history td {
	width:78%;
	}

/**/

#access .map {
margin:0 auto 5px auto;
border:#706A6A solid 8px;
width:544px;
height:430px;
}


#access dl {
margin:20px 0 15px 0;
}
	#access dl.company dt {
	font-weight:bold;
	}
#access dl.metro {
border:#f6f6f6 3px solid;
padding:7px 10px 3px 10px;
}
	#access dl.metro dt {
	font-weight:bold;
	}
	#access dl.metro dd {
	margin:0 0 5px 0;
	}

