/*************************************************
 *
 *          about.css for www.new.co.jp
 *
 *************************************************
 */



/* --------------- about table ---------------- */
table.about {
	width: 500px;
	height: auto;
	margin: 0 15px;
	padding: 0;
	border-top: 1px dotted #999999;
	border-left: none;
	background: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
table.about th {
	padding: 5px;
	border-bottom: 1px dotted #999999;
	background: #EEEEEE;
	text-align: center;
}
table.about td {
	padding: 5px 5px 5px 7px;
	border-bottom: 1px dotted #999999;
}



/* --------------- map ------------------- */
div.map {
	margin: 0 25px;
}

