@charset "Shift_JIS";

/*　組合概要
----------------------------------------------- */

#outTable {
	width: 530px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	margin: 10px;
	line-height: 100%;
}

#outTable th {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	background-color: #E0FEC2;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #555555;
}

#outTable td {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

#outTable .frame01 {
	white-space: nowrap;
	background-color: #EEEEEE;
}

#yakuTable {
	width: 530px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	margin: 10px;
	line-height: 100%;
}

#yakuTable th {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	background-color: #E0FEC2;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #555555;
}

#yakuTable td {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

#yakuTable .frame01 {
	white-space: nowrap;
	background-color: #EEEEEE;
}

/*　理事長挨拶
---------------------------------------------------- */
#greetBlock{
	width: 560px;
}

#greetBlockLeft{
	width:150px;
	float:left;
	text-align: center;
}

#greetBlockRight{
	float:right;
	width:400px;
	text-align: left;
}

/* block：floatの設定の解除 */
#greetBlock:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*　組合員取得資格一覧
---------------------------------------------------- */
#shikakuTable {
	width: 530px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	margin: 10px;
	line-height: 100%;
}

#shikakuTable th {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	background-color: #E0FEC2;
	text-align: center;
	font-weight: bold;
	color: #555555;
	font-size:80%;
}

#shikakuTable td {
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	width: 50%;
	vertical-align: top;
	font-size:80%;
}

#shikakuTable li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 1.5em;
	margin: 2px;
}

/*　沿革
---------------------------------------------------- */

#enkaku dl{
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#enkaku dt{
	font-weight: bold;
	color: #003333;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 75%;
}

#enkaku dd{
	font-size: 75%;
	color: #666666;
	padding-bottom: 5px;
	line-height: 150%;
	margin-left: 2em;
}

/*　活動報告
---------------------------------------------------- */

#reportTable {
	width: 550px;
	margin: 10px 0 10px 0;
	line-height: 100%;
}

#reportTable th {
	padding: 5px;
	background-color: #E0FEC2;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #555555;
}

#reportTable td {
	padding: 5px;
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
}

#reportTable .frame01 {
	white-space: nowrap;
	background-color: #EEEEEE;
	line-height: 150%;
	padding-left:10px;
	padding-right:10px;
}

#reportTable .frame02 {
}

#lineTable{}
#lineTable .frame03{width: 150px;}
#lineTable .frame04{}

.borderTop{border-top: 1px solid #696969;}
.borderBottom{border-bottom: 1px solid #696969;}
.borderLeft{border-left: 1px solid #696969;}
.borderRight{border-right: 1px solid #696969;}


.katuTitle{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
	padding-top: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
