/* 博物館について共通 */
.MuseumSTTL {
	border-top: 1px solid #9DB1B3;
	border-bottom: 1px solid #9DB1B3;
	border-right: 1px solid #9DB1B3;
	border-left: 8px solid #9DB1B3;
	padding: 3px 3px 3px 8px;
}

/* 概要 */
.SumCap {
	color: #5792C0;
	font-size: 11px;
	line-height: 1.4em;
}
.SumText {
	line-height: 1.6em;
	color: #666666;
}


/* 役員一覧 */
table.OfficerTable{
}
table.OfficerTable tr.OTHead{

}
table.OfficerTable tr.OTHead th{
	background: url(../museum/officer/images/img_offiser_bg.gif) repeat-x;
	font-size: 11px;
	font-weight: normal;
}
table.OfficerTable td{
	border-bottom: 1px dotted #CED8D9;
	padding: 8px;
}

table.OfficerTable tr.Sline td{
	border-bottom: 1px solid #9DB1B3;
}

/* 決算情報 */
.AcroText {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
}
.AcroText a:link    { color:#333333; text-decoration: underline; }
.AcroText a:visited { color:#333333; text-decoration: underline; }
.AcroText a:active  { color:#333333; text-decoration: underline; }
.AcroText a:hover   { color:#333333; text-decoration: none; }

.STMSttl {
	background-color: #E1E7E8;
	border-top: 1px solid #9DB1B3;
	border-bottom: 1px solid #9DB1B3;
	border-left: 8px solid #9DB1B3;
	border-right: 1px solid #9DB1B3;
}
