@charset "UTF-8";

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

#contents .toptxt {
	font-weight: bold;
	font-size: 1.2em;
}

#contents .worklist {
	width: 385px;
	background-color: #eef1f3;
	border: #cccccc solid 1px;
	padding: 10px;
	margin: 0 0 7px 0;
	font-weight: bold;
}

table {
	width: 635px;
	font-size: 1em;
	margin: 0 0 20px 0;
}

table td {
	border-bottom: #CCCCCC dotted 1px;
	padding: 5px 0 0 0;
}

dd {
	margin: 0 0 0 20px;
}

#contents .mapbox {
	width: 635px;
	height: 596px;
	background-image: url(../images/index_pct_map.gif);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}
