@charset "utf-8";
/*---------------------------------------------
	File: elerl.css
	Date: 2009.12.2nd
	Copyright: White-Serpent
---------------------------------------------*/

/*  Encount 系列
-----------------------------------------*/

/*  ID: tableEncount */
#tableEncount {
	font-size:		11px ;
	margin-left:	10px ;
}
#tableEncount td.key {
	width:			120px ;
}
#tableEncount td.label {
	border-right:	1px dotted #ccc ;
	background:		#e8e8e8 ;
}
#tableEncount td.param {
	width:			300px ;
}
#tableEncount td {
	border-bottom:	1px solid #ccc ;
	padding-left:	10px ;
	padding-top:	3px ;
	padding-bottom:	3px ;
}

/* class: tableFamily */
.tableFamily {
	font-size:		11px ;
	margin-left:	10px ;
}
.tableFamily caption {
	width:			100% ;
	font-weight:	bold ;
	line-height:	200% ;
	color:			#a01b1b ;
}
.tableFamily td.key {
	width:			120px ;
}
.tableFamily td.label {
	border-right:	1px dotted #ccc ;
	background:		#e8e8e8 ;
	text-align:		left ;
	padding-left:	10px;
}
.tableFamily td.param {
	width:			300px ;
	text-align:		left ;
}
.tableFamily td.param span {
	padding-left:	10px ;
}

.tableFamily td {
	border-bottom:	1px solid #ccc ;
	padding-left:	10px ;
	padding-top:	3px ;
	padding-bottom:	3px ;
}

