@charset "utf-8";

/*
 * ページスタイル
 */
.precedent_table tr,td{
	text-align: left;
	border:1px solid #aaaaaa;
	padding: 2px;
/*	white-space : nowrap ;
*/
}
.precedent_table {
	border-collapse: collapse;
	width: 500px;
}
.precedent_header {
	height: 3em;
	background-color : #dbddcc ;
	font-weight: bold;
	text-align: center;
}
.precedent_title {
	background-color : #dbddcc ;
	font-weight: bold;
	text-align: center;
	width:150px;
}
.precedent_item {
	
}
.predecent_link_ul li{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: disc;
	line-height: 2em;
}
.predecent_ul li{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: disc;
	line-height: 2em;
}
.predecent_ul li a{
/*
	color: #00582a;
*/
}
.sub_precedent_area{
	width: 200px;
	padding: 5px;
	border:5px solid #008740;
}

