@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
  title
------------------------------------------------------------*/
h2.title {
	overflow: hidden;
	width: 636px;
	height: 127px;
	background-image: url(../images/law/title.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	clear: both
}
h3.title {
	overflow: hidden;
	width: 636px;
	height: 82px;
	background-image: url(../images/law/subtitle.gif);
	background-repeat: no-repeat;
	text-indent: -99999px
}


/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
/* top */
table.law {
	margin: 0 0 0 18px;
	width: 600px
}
table.law th {
	padding: 10px 10px 8px 35px;
	width: 150px;
	background-color: #ECECEC;
	background-image: url(../images/law/ico_th.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #DEDEDE;
	color: #666;
	vertical-align: top;
	text-align: left
}
table.law td {
	padding: 8px 10px;
	border-bottom: 1px solid #DEDEDE
}