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

*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}
body{
	font-size: 12px;
	color: #434343;
}
#idMain{
	margin-top:10px;
	margin-left:10px;
	width:500px;
	text-align:left;
}
h1{
		font-weight:bold;
		font-size:14px;
		border-left:4px #333 solid;
		border-bottom:solid 1px #333;
		margin-bottom:10px;
		padding:3px 10px;
}

.clTable{
	width:500px;
	margin-bottom:10px;
	border-collapse:collapse;
}
.clTable th{
		font-weight:bold;
	width:60px;
	line-height:1.3em;
	border-bottom:1px dotted #CCC;
}
.clTable td{
	text-align:left;
	line-height:1.3em;
	padding:0px 10px;
	border-bottom:1px dotted #CCC;
}
