@charset utf-8;

#maincontents article{
	position:relative;
	line-height:120%;
	font-size:14px;
	color:#333;
	font-weight:lighter;
	border:5px solid #C5B79F;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
behavior: url("../common/css/PIE.htc");
background-color:#FFF;
}
*:first-child+html #maincontents article{
	margin-top:-20px;
}
#left{
	width:450px;
	float:left;
}
#law{
	padding:10px;
}
#maincontents article h1{
	margin-bottom:10px;
}

#maincontents a:link,
#maincontents a:visited{
	color: #666;
}
#maincontents a:hover{
	color: #ccc;
}
#law table{
	font-size:12px;
	color:#333;
}
#law table td,
#law table th{
	font-weight:lighter;
	text-align:left;
	padding:10px;
	vertical-align:top;
	border:1px solid #9CD44E;
	
}
#law table th{
	width:140px;
	background-color:#CBE9A3;
}
#law table td td{
	padding:5px;
}
#law table table td,
#law table table th{
	border:none;
	padding:2px 5px
}
#law table table th{
	background-color:#fff;
	width:110px;
}
#law table h2{
	font-weight:lighter;
	background:url(img/sq.gif) no-repeat left center;
	padding-left:14px;
}
#law table p{
	text-indent:0;
}
#law li{
	list-style-type:none;
	display:inline;
	margin:0 1em 0 0;
}