@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; 
}
#move {
	padding: 10px;
	margin: 0 40px 20px;
	border-bottom: 2px dotted #3C0;
}
#move p {
	margin: 0;
	padding: 0;
}
#move .moveTitle {
	font-size: 120%;
	margin: 0 0 10px;
	font-weight: bold;
	padding: 0 0 0 5px;
	border-left: 7px solid #3C0;
	border-bottom: 2px solid #3C0;
}
#move .moveDate {
	text-align: right;
	margin: 10px 0 0;
}

