@charset "utf-8";


/* 組織概要
------------------------------------------------------------------*/
#content .top_border{
	border: 1px solid #d0d0d0;
}

#content table{
	width:100%;
	border-bottom: 1px solid #919191;
	font-size: 14px;
	line-height: 1.6;
	}

#content th,
#content td{
	padding: 16px 10px;
	vertical-align: top;
	}
#content th{
	white-space: nowrap;
	background: #919191;
	width: 102px;
	color: #fff;
	text-align:left;
	border-top:1px solid #fff;
	}
#content tr:first-child th{
	border-top: none;
	}
#content td{
	border-top: 1px solid #919191;
	}
#content td.nopadding{
	padding: 0;
	}
#content .tblHistory{
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: none;
	}
#content .tblHistory th{
	background: #fff;
	color: #1b3140;
	border-top: 1px dotted #919191;
	border-right:1px dotted #919191;
	background: #f8f8f8;
	}
#content .tblHistory td{
	border-top: 1px dotted #919191;
	}
#content .tblHistory .first th,
#content .tblHistory .first td{
	border-top: none;
	}
#content .tblHistory th.md{
	text-align:left;
	border-right:1px solid #919191;
	width: 74px;
	}
#content .tblHistory .borderTop th,
#content .tblHistory .borderTop td{
	border-top: 1px solid #919191;
	}
#content table a{
	color: #56bacc;
	background:url(../img/ic_arrow_link.gif) 0 50% no-repeat;
	padding: 3px 0 2px 20px;
	text-decoration:underline;
	}
#content table a:hover{
	text-decoration: none;
	}