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

div#main p {
	width:800px;
}

table#linecel {
	margin:0 auto 2em;
	padding:0;
	width:800px;
	line-height:1.5em;
	border:1px solid rgb(0,102,0);
}
table#linecel th, table#linecel td {
	padding:0.5em;
	border-bottom: 1px solid rgb(0,102,0);
	border-right:1px dashed rgb(0,102,0);
	white-space:nowrap;

}
table#linecel th {
	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);
	overflow:hidden;
}

table#linecel th.cell1 {
	width:300px;
}
table#linecel th.cell2 {
	width:180px;
}
table#linecel th.cell3 {
	width:60px;
}



