@charset "utf-8";
/* ------------------------------------------------------------

	oem style

------------------------------------------------------------ */


/* ----------common---------- */

h3{
	padding: 0px;
	color: #CCCC99;
	font-weight: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}


/* ---------sub_container---------- */

#sub_container{
	width: 740px;
	margin-left: 10px;
}



/* ---------table---------- */

#law_tb {
	border-collapse: collapse;
	width: 740px;
}
#law_tb td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
}

#law_tb th {
	font-weight: normal;
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
	padding-left: 30px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

