/*
body {
	line-height: 150%;
}
*/

#honbun p {
margin-bottom: 10px;
}

#honbun02 p {
margin-bottom: 10px;
}

div.jou {
	margin-left: 1em;
	text-indent: -1em;
}

div.kou {
	margin-left: 1em;
	text-indent: -1em;
}

div.gou {
	margin-left: 2em;
	text-indent: -1em;
}

div.gou2 {
	margin-left: 3em;
	text-indent: -1em;
}

div.gou3 {
	margin-left: 4em;
	text-indent: -1em;
}

div.mid {
	margin-left: 1em;
	text-indent: -1em;
}

/* 2009.7 追加 */
/* 追加テーブル */
table.bh1{
	border:1px solid #999999;
	border-collapse:collapse;
	margin:3px 0 10px 0;
	padding: 0px;
	}

table.bh1 td,table.bh1 tr {
	border:1px solid #999999;
	padding:4px 6px;
	white-space: nowrap;
	}
	
/* 2011.3 追加 */
/* 法人文書ファイル管理簿検索システム 注記 */
/* テーブル */
table.note {
	margin:0 0 10px 0;
	padding: 0;
   	background-color:#FFF;
	border-collapse:collapse;
	white-space:normal;
}		
table.note th {
	padding:2px 5px;
	font-weight:bold;
	background-color:#EAEAEA;
	border:1px solid #333333;
}	
table.note td {
	padding:2px 5px;
	border:1px solid #333333;
}
table.note th.th2 {
	width:50%;
}
table.note td.gou {
	text-align:center;
	white-space: nowrap;
}

dl.asterisk dt {
    display: block;
    float: left;
    width: 3.5em;
	clear: both;
	font-weight:normal;
	margin-bottom:5px;
}
dl.asterisk dd {
    display: block;
    margin-left: 3.5em;
	margin-bottom:5px;
}