@charset "Shift_JIS";

body {
}

H1 {
}

H2 {
}

/*↓リンク画像外枠消し設定*/
a img {
    border-style:none;
}

/*↓リンククリック時の点線枠消し設定*/
a {
    outline: none;
}

/*↓画像先読み設定*/
img.load {
	display: none;
}

/*↓組合だよりページ：研修・講習タイトル*/
.training-info {
	
}

.training-info h2 {
	font-size: 12pt;
	color: #008080;
}

.training-time {
	width: 550px;
	text-align: left;
	font-size: 11pt;
	line-height: 140%;
}

/*↓組合だよりページ：研修・講習表組み*/
.training {
	width: 550px;
	font-size: 10pt;
	border-top: solid #00C0C0 1px;
	border-right: solid #00C0C0 1px;
	border-left: solid #00C0C0 1px;
	line-height: 200%;
}

.training th {
	font-weight: normal;
	letter-spacing: 2px;
	background: #E0FFFF;
}

.training td {
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.cell-l {
	border-right: solid #00C0C0 1px;
	border-bottom: solid #00C0C0 1px;
}

.cell-l2 {
	border-right: solid #00C0C0 1px;
	border-bottom: solid #00C0C0 1px;
	text-align: center;
}

.cell-r {
	border-bottom: solid #00C0C0 1px;
}

/*↓融資制度ページ：適用文*/
.finance {
	width: 480px;
	font-size: 10pt;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 10px;
}

/*↓融資制度ページ：事務局連絡先*/
.finance2 {
	width: 480px;
	font-size: 10pt;
	line-height: 140%;
	letter-spacing: 1px;
	margin-left: 50px;
}

/*↓融資制度ページ：無担保融資*/
.unsecured {
	font-size: 18pt;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 10px;
}

/*↓ホームページ作成案内ページ：本文*/
.homepage {
	font-size: 11pt;
	line-height: 145%;
	width: 555px;
	text-align: left;
}

.homepage ul {
	border: solid #FFC040 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
}

.homepage li {
	margin-left: 25px;
}

.homepage strong {
	font-weight: bold;
	color: #E00000;
}

.contact {
	width: 555px;
	background: #FF8040;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 200%;
	font-weight: bold;
	letter-spacing: 3px;
	border: double #FF8040 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pc-safety {
	width: 555px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.pc-safety span {
	margin-right: 113px;
}

/*↓リンク色*/
.pc-safety a:link {
	color: #0000FF;
 	text-decoration: underline;
}

/*↓訪問済みリンク色*/
.pc-safety a:visited {
	color:#0000FF;
 	text-decoration: underline;
}

/*↓マウスでポイントしたときのリンク色*/
.pc-safety a:hover {
	color: #0000FF;
  	background: #FFFF80;
}

/*↓クリックしたときのリンク色*/
.pc-safety a:active {
	color: #0000FF;
  	background: #FFFF80;
}

/*↓トップページ：ピーシー・セーフティーPR*/
.pcs {
	font-size: 9pt;
	line-height: 140%;
	color: #808080;
	letter-spacing: 1px;
}

/*↓リンク色*/
.pcs a:link {
	color: #0000FF;
 	text-decoration: underline;
}

/*↓訪問済みリンク色*/
.pcs a:visited {
	color:#0000FF;
 	text-decoration: underline;
}

/*↓マウスでポイントしたときのリンク色*/
.pcs a:hover {
	color: #0000FF;
  	background: #FFFF80;
}

/*↓クリックしたときのリンク色*/
.pcs a:active {
	color: #0000FF;
  	background: #FFFF80;
}

.pcs img {
	vertical-align: bottom;
}

/*↓技術情報ページ：経営技術部会*/
.report {
	width: 500px;
	border: solid #666666 1px;
	margin-bottom: 20px;
	line-height: 120%;
}

.report-title {
	color: #FFFFFF;
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #666666;
}

.report-word {
	text-align: left;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.report-word img {
	float: right;
	padding-left: 5px;
}

.report-word p {
	clear: right;
}

/*↓著作権表示*/
address {
	width: 520px;
	font-size: 10pt;
	text-align: center;
	color: #666666;
	font-style: normal;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

