@charset "shift_jis";
/*================================
 law contents
================================*/
h3 {
	margin-bottom: 10px;
}

/* law contents area */
#contents_law{
	margin:20px 5px;
	padding:15px 22px;
	text-align:left;
	border:1px dotted #9c9c9c;
	background-color:#fbf9f6;
	color:#000000;
	font-weight:bold;
	line-height:200%;
}
#contents_law table{
	margin-left:30px;
	padding:0;
	text-align:left;
}
#contents_law table tr{
	margin:0;
	padding:0;
	color:#666666;
	font-weight:normal;
}
#contents_law table th {
	font-weight: normal;
	text-align: left;
}
#contents_law table th a {
	text-decoration:underline;
}
#contents_law table tr td {
	padding-left: 30px;
}
#contents_law table tr td a{
	padding-left:10px;
	font-weight:normal;
	text-align:left;
	background:url(../img/arrow03.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:underline;
}
#contents_law table tr td a.noicon {
	padding-left:0;
	background: none;
}
#contents_law table tr td span {
	width: 400px;
	display: block;
}
/*================================
 chaper
================================*/
.chaper{
	width: 566px;
	margin:15px auto 1em;
	padding:0;
	text-align:left;
	letter-spacing:0.1em;
	line-height: 1.8;
	clear: both;
}
.chaper ul {
	padding:0;
	margin:0;
	clear: both;
}
.chaper li {
	padding-left: 1em;
	text-indent: -1em;
}
.chaper li.chapTtl{
	font-weight:bold;
	color:#000000;
}
.chaper span{
	padding-right: 1em;
}
/* Chapter item */
.item{
	width:566px;
	text-align:left;
	margin: 0;
	clear:both;
}
.item li{
	width:550px;
	padding: 0;
	text-indent: 1em;
	float:left;
}
.item li.num{
	width:16px;
	text-indent: 0;
}
/* Chapter item number2  */
.item2{
	width:551px;
	margin: 0 0 0 1em;
	clear:both;
}
.item2 li{
	width:531px;
	padding: 0;
	text-indent: 1em;
	float:left;
}
.item2 li.num{
	width:20px;
	text-indent: 0;
}
/* 2em */
.item2 .num2_cell{
	width:517px;
	text-indent: 1em;
}
.item2 .num2{
	width:33px;
	text-indent: 0;
}
/* dis_chaper */
.dis_chaper .item2 li{
	width:520px;
	padding: 0;
	text-indent: 1em;
	float:left;
}
.dis_chaper .item2 li.num{
	width:29px;
	text-indent: 0;
}
/* Chapter item number3 */
.item3{
	width:536px;
	margin-left: 2em;
	clear: both;
}
.item3 li{
	width:520px;
	text-indent: 1em;
	padding: 0;
	float:left;
}
.item3 li.num{
	width:16px;
	text-indent: 0;
}
/* Chapter p */
.chaper p{
	margin: 1em 0 0;
	color:#a61906;
	font-weight:bold;
	clear: both;
}
.chaper p.text{
	color:#666666;
	font-weight: normal;
}
.law_right {
	text-align: right;
}
/*================================
 law BtmNavi
================================*/
div.navi {
	width: 576px;
	padding: 16px 0 0 0;
	text-align: center;
	clear:both;
}
div.navi p {
	width: 30px;
	margin: 0;
	float: left;
}
div.navi p.nolink {
	width: 38px;
}
div.navi p.pre {
	background: transparent url(../../association/img/arrow_pre.gif) no-repeat left center;
	padding: 2px 0 0 8px;
}
div.navi p.next {
	background: transparent url(../../association/img/arrow_next.gif) no-repeat right center;
	padding: 2px 8px 0 0;
}
div.navi div {
	width: 500px;
	float: left;
}
div.navi ul {
	width: 324px;
	margin: 0 auto;
	padding: 0;
}
div.navi ul li,
div.navi ul li a {
	width: 21px;
	height: 21px;
}
div.navi ul li {
	background: transparent url(../../association/img/navi.gif) no-repeat center center;
	float: left;
	display: inline;
	margin-left: 6px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
div.navi ul li a {
	display:block;
}
div.navi ul li.on a,
div.navi ul a:hover {
	background: transparent url(../../association/img/navi_o.gif) no-repeat center center;
	color: #FFFFFF;
	text-decoration: none;
}
/* Navi_width */
div.as_rule div ul {
	width: 216px;
}
div.enfo_order div ul {
	width: 54px;
}
div.enfo_rule div ul {
	width: 108px;
}
div.ethic div ul {
	width: 81px;
}
/*================================
DL_box
================================*/
div.dlbox{
	width: 400px;
	margin: 10px 0 14px;
	background-color:#f7f7f7;
	clear: both;
}
div.dlbox ul {
	padding: 8px 12px 5px;
}
div.dlbox li {
	width: 31px;
	float: left;
}
div.dlbox li.dl_txt {
	width: 200px;
	padding-top: 5px;
}
/*================================
CLEAR
================================*/
#tab,
div.dlbox ul{
	min-height:1%;
}
#tab:after,
div.dlbox ul:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html #tab,
* html div.dlbox ul{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
/* ----------------------------- */
.item,
.item2,
.item3{
	min-height:1%;
}
.item:after,
.item2:after,
.item3:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html .item,
* html .item2,
* html .item3{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}

