@charset "utf-8";


/*title
------------------------------------------------------------------------*/
div#title {
	width: 610px;
	height: 70px;
	}

div#title h2,
div#title p {
	position: absolute;
	left: -2000px;
	width: 200px;
	}

body#law div#title {
	margin: 0 0 5px 0;
	background: url("../law/images/title.jpg") no-repeat;
	}


/*container
------------------------------------------------------------------------*/
body#law div#container {
	width: 860px;
	background-image: none;
	}


/*div#lead
------------------------------------------------------------------------*/
div#lead {
	width: 610px;
	margin: 0 5px 20px;
}

div#lead p#update {
	text-align:right;
	font-weight:bold;
	color:#666;
}


/*dt
------------------------------------------------------------------------*/
dt {
	color:#666;
	border-bottom:1px dotted #9E9E9E;
	margin: 0 0 3px 0;
	font-weight: bold;
}

dd {
	margin: 0 0 20px 1em;
}


/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	xmargin:0px 5px 0px;
	margin: 0 15px 30px 5px;
	}


