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

div#main p {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

table#linecel {
	margin:0 auto 2em;
	padding:0;
	width:700px;
	line-height:1.5em;
	border:1px solid rgb(0,102,0);
}
table#linecel th, table#linecel td {
	padding:0.2em 1em 0.1em;
	border-bottom: 1px solid rgb(0,102,0);
}
table#linecel th {
	width: 10em;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color: rgb(102,102,102);
	border-right:1px dashed rgb(0,102,0);
}
table#linecel td {
	background-color:rgb(237,255,237);
}

p#map {
	width:600px !important;
	height:400px;
	margin:0 auto; 
}
