@charset "utf-8";


/*title
------------------------------------------------------------------------*/

div#title {
	height:125px;
	background: #000 url("../law/images/title.jpg") no-repeat;
	}

div#title h2 {
	position: absolute;
	left: -1000px;
	width: 100px;
	}


/*container
------------------------------------------------------------------------*/

div#container {
	background: none;
	}


/*div#lead
------------------------------------------------------------------------*/
div#lead {
	margin:0px 20px 0px;
}

div#lead p#update {
	text-align:right;
	font-weight:bold;
}


/*dt
------------------------------------------------------------------------*/
dt {
	color:#FFB423;
	border-bottom:1px dotted #9E9E9E;
	padding:0px 0px 2px 0px;
	margin:20px 0px 3px 0px;
}

dd {
	margin-left:1em;
}

/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	margin:0px 20px 0px;
	}


