﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size:13px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
body {
	text-align: center;
	color: #333333;
	/*overflow-x:auto;*/
    background-color:#ffffff;
    background: url(../images/bg.gif) repeat-x top;
}
body.top {
    background: url(../images/bg_top.gif) repeat-x top;
}

/* 印刷用CSS */
@media print {
	body{
		background-image: none;
	}
}


html, body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}
html{
	overflow:auto;
}
body{
	overflow:hidden;
}
a {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    
    text-decoration: none;

}
a:link {		/*未訪問*/
	color: #2f5ca5;
	color: #3366cc;
}
a:visited {		/*訪問済み*/
	color: #2f5ca5;
	color: #3366cc;
}
a:hover {		/*ポイント時*/
	color: #ff6600;
}
a:active {		/*選択中*/
	color: #ff6600;
}


/* 赤文字 */
.red_font{	color: red;}

/* 必須項目※（赤文字） */
.hissu{	color: red;font-weight:bold;}

/* 青文字 */
.blue_font{	color: #006699;}

/* 緑文字 */
.green_font{	color: #336666;}

/* ポイントカラー */
.red_point{	color: #A51A41;		/*ﾀﾞｰｸﾚｯﾄﾞ*/}


/* クリア
============================================================================= */
div.clear{
	clear: both;
}
span.clear{
	clear: both;
}

/* float
============================================================================= */
.left{
	float: left;
}
.right{
	float: right;
}

/* 二行目以降を１字下げる
============================================================================= */
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

/* テーブル
============================================================================= */
/* 基本テーブルスタイル設定 */
table.tbl_base {
    /*color: #333;*/
    border: 1px solid #999;
    /*background-color: #ffffff;*/
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	margin: 0;
	line-height:15px;
}
.tbl_base th {
	border: 1px solid #999;
    padding: 10px 0px;
    font-weight: bold;
 	text-align: center;
}
.tbl_base td {
	border: 1px solid #999;
    padding:10px 2px 10px 4px;
}
.tbl_base td.blue, .tbl_base th.blue {
	background-color: #d3e3eb;
}
.tbl_base td.gray, .tbl_base th.gray {
	background-color: #eee;
}
.tbl_base td.yellow, .tbl_base th.yellow {
	background-color: #ebebd3;
}
.tbl_base td.pink, .tbl_base th.pink {
	background-color: #ebd3e8;
}
.tbl_base td.green, .tbl_base th.green {
	background-color: #bdd1a5;
}
table.tbl_base img{
	vertical-align: middle;
	margin-right: 2px;
}
/* 均等割付け */
.tbl_base th.kintou, .tbl_base td.kintou {
	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
	text-align-last: justify;
	padding: 10px;
}




/* 役員一覧テーブルスタイル設定 */
table.tbl_yakuin {
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	margin: 0;
	line-height:15px;
}
.tbl_yakuin th {
	border: 1px solid #999;
    padding: 5px 0px;
    font-weight: bold;
 	text-align: center;
}
.tbl_yakuin td {
	border: 1px solid #999;
    padding:5px 2px 5px 4px;
}
.tbl_yakuin td.name {
	text-align: justify;
	text-justify: inter-ideograph;
	
	width: 120px;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
.tbl_yakuin td.blue, .tbl_yakuin th.blue {
	background-color: #d3e3eb;
}
.tbl_yakuin td.gray, .tbl_yakuin th.gray {
	background-color: #eee;
}
.tbl_yakuin td.yellow, .tbl_yakuin th.yellow {
	background-color: #ebebd3;
}
.tbl_yakuin td.pink, .tbl_yakuin th.pink {
	background-color: #ebd3e8;
}
.tbl_yakuin td.green, .tbl_yakuin th.green {
	background-color: #bdd1a5;
}
table.tbl_yakuin img{
	vertical-align: middle;
	margin-right: 2px;
}

/* wrapper
============================================================================= */
#wrapper {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
/*
  overflow-x:auto;
  overflow-y:hidden;
*/
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/* ヘッダー
============================================================================= */
#header{
    height: 116px;
    width: 1000px;
}
/* ピックアップエリア（ヘッダー部） */
.pickup{
	width:400px;
	height:50px;
	background-color:#BBECF9;
	float:right;
	border:solid 3px #44C7E8;
	margin-top:5px;
	padding:2px;
	font-size:120%;
	font-weight:bold;
}

/* グローバルナビ（トップページ用）
============================================================================= */
#gNavi_top{
	clear: both;
	width: 1000px;
	height: 120px;
	margin:0 auto;
	margin-top:0px;
	/*border-right:1px solid #333333;*/
	position:	relative; /* 相対位置指定 */
}
a.gNavi_top_home, a.gNavi1_top, a.gNavi2_top, a.gNavi3_top, a.gNavi4_top{
	/*display: block;*/
	display : inline-block;
	width: 225px;
	height: 120px;
	float: left;
}
a.gNavi_top_home{
	width: 100px;
	height: 120px;
}
a.gNavi_top_home{ background: url(../images/gnavi_top_home_on.gif) no-repeat 0 0; }
a.gNavi1_top{ background: url(../images/gnavi1_top_on.gif) no-repeat 0 0; }
a.gNavi2_top{ background: url(../images/gnavi2_top_on.gif) no-repeat 0 0; }
a.gNavi3_top{ background: url(../images/gnavi3_top_on.gif) no-repeat 0 0; }
a.gNavi4_top{ background: url(../images/gnavi4_top_on.gif) no-repeat 0 0; }

/* グローバルナビ（コンテンツページ用）
============================================================================= */
#gNavi{
	clear: both;
	width: 1000px;
	height: 64px;
	margin:0 auto;
	margin-top:0px;
	/*border-right:1px solid #333333;*/
	position:	relative; /* 相対位置指定 */
}
a.gNavi_home, a.gNavi1, a.gNavi2, a.gNavi3, a.gNavi4{
	/*display: block;*/
	display : inline-block;
	width: 225px;
	height: 64px;
	float: left;
}
a.gNavi_home{
	width: 100px;
	height: 64px;
}
a.gNavi_home{ background: url(../images/gnavi_home_on.gif) no-repeat 0 0; }
a.gNavi1{ background: url(../images/gnavi1_on.gif) no-repeat 0 0; }
a.gNavi2{ background: url(../images/gnavi2_on.gif) no-repeat 0 0; }
a.gNavi3{ background: url(../images/gnavi3_on.gif) no-repeat 0 0; }
a.gNavi4{ background: url(../images/gnavi4_on.gif) no-repeat 0 0; }


/* プライマリナビ
============================================================================= */
ul.pNavi{
	float:right;
	padding: 0;
}
ul.pNavi li{
	padding: 0;
	margin:  0 20px 0 0;
	float: left;
}
ul.pNavi li a{
	text-decoration:none;
}
ul.pNavi li a img{
	margin-right:3px;
	vertical-align: middle;
}


/* 文字サイズ、サイト内検索エリア
============================================================================= */
.utility_box{
	clear:both;
	float:right;
	margin-top:5px;
	font-weight:bold;
}
.utility_box img{
	vertical-align: middle;
}

/* トップページ　紹介文エリア
============================================================================= */
.introduction{
	height:80px;
	width: 1000px;
	color:#333333;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	font-size: 110%;
}


/* コンテナー
============================================================================= */
div.container{
	width: 1000px;
	display:table;
}


/* --------------------- トップページ --------------------- */

/* 左側エリア
============================================================================= */
div.left_area{
	width: 250px;
	border:1px solid #DDDDDD;
/*	float: left;*/
	display:table-cell;
	vertical-align: top;
}

/* 右側エリア
============================================================================= */
div.right_area{
	border:1px solid #DDDDDD;
	border-top: 0px;
	border-left: 0px;
	width: 710px;
	padding: 0px 20px 20px 20px;
	/*float: left;*/
	display:table-cell;
	vertical-align: top;
}


/* サブメニュー（トップページ用）
============================================================================= */
/* サブメニュー
============================================================================= */
div.subMenu_title{
	/*background-color:#66CCCC;*/
	background-color:#63ABD4;
	font-size:110%;
	font-weight:bold;
	color:white;
	width:250px;
	text-align:center;
	padding:16px 0;
	border-bottom:4px solid #FCB44C;
}
div.subMenu ul{
	width: 250px;
}
div.subMenu ul li{
	border-bottom: 1px solid #DDDDDD;
	/*background: url(../images/mark2.gif) no-repeat 5px 17px;*/
}
div.subMenu ul li a{
	height: 50px;
	width: 240px;
	padding-left: 10px;
	line-height: 50px;
	display: block;
	text-decoration: none;
	font-size: 110%;
	font-weight:bold;
	/*color:#004898;*/
}
div.subMenu ul li a img{
	vertical-align: middle;
	margin-right: 5px;
	margin-top:-1px;
}
div.subMenu ul li a.select{
	background-color: #E6F2FF;
}
div.subMenu ul li a:link {
	color: #333333;
}
div.subMenu ul li a:visited {
	color: #333333;
}
div.subMenu ul li a:hover{
	background-color: #E6F2FF;
	color: #ff6600;
}




/* 下層ページへのリンク */
div.subMenu ul li ul{
	width: 230px;
	margin-left: 20px;
}
div.subMenu ul li li{
	border-bottom:1px dashed #DDDDDD;
}
div.subMenu ul li li:last-child{
	border-bottom: none;
}
div.subMenu ul li ul li a{
	height: 40px;
	line-height: 40px;
	width: 200px;
	padding: 0px;
	display: block;
	text-decoration: none;
	text-indent: -17px;
	padding-left: 30px;
}
div.subMenu ul li ul li a.select{
	background-color: #E6F2FF;
}
div.subMenu ul li ul li a:hover{
	background-color: #E6F2FF;
}


div.image_area{
	width:230px;
	margin:0 auto;
	margin-top:10px;
}
div.banner_area{
	width:230px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

a.banner_fb{
	/*display: block;*/
	display : inline-block;
	width: 230px;
	height: 68px;
}
a.banner_fb{ background: url(../images/banner_facebook_on.gif) no-repeat 0 0; }



/* --------------------- コンテンツページ --------------------- */


/* コンテンツエリア
============================================================================= */
#contents{
	float:left;
	width: 810px;
}




/* トップページ　お知らせエリア
============================================================================= */
div.oshirase_area{
	margin:10px 0px 10px 0px;
	width:686px;
	height:280px;
    background-color:#EEF5FF;
    padding:10px 10px;
    overflow: auto;
}
div.oshirase_area ul.info_list li{
	border-bottom:1px dashed #999999;
	margin-bottom: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}
div.oshirase_area ul.info_list li p{
	float: left;
	line-height: 1.2;
}
p.info_date{
	background-color:#ffffff;
	border: 1px solid #DAE0DC;
	color:#666666;
	font-size:80%;
	padding: 5px 8px;
	font-weight:bold;
	text-align:center;
	margin: 0 5px;
	border-radius: 6px;        		/* CSS3草案 */  
    -webkit-border-radius: 6px;		/* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   		/* Firefox用 */  
}
p.info_new{
	background-color:#FCB44C;	/*きいろ*/
	color:#ffffff;
	font-size:80%;
	padding: 5px;
	font-weight:bold;
	text-align:center;
	margin-right:5px;
	border-radius: 6px;        		/* CSS3草案 */  
    -webkit-border-radius: 6px;		/* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   		/* Firefox用 */  
    width:30px;
}
/* NEWアイコンが存在しない場合のスペース取り */
p.info_space{
	padding: 5px;
	margin-right:5px;
	width:30px;
}
p.info_msg{
	margin-top:5px;
	width: 525px;
}
/* お知らせ　一覧を見るリンク */
span.oshirase_ichiran a{
	float: right;
	font-size: 13px;
	font-weight: normal;
	margin-top: 20px;
	text-decoration: none;
}
span.oshirase_ichiran img{
	margin-right: 2px;
	vertical-align: middle;
}

/* 見出し（トップページ用）
============================================================================= */
div.top_title{
	border-bottom:3px solid #996600;
	font-weight:bold;
	font-size:130%;
	margin:0 auto;
	line-height:1.2;
	padding:5px 0;
}


/* トップページ　バナーエリア
============================================================================= */
ul.banner_list{
	width:240px;
	margin:0 auto;
	margin-top:10px;
}
ul.banner_list li{
	padding-bottom:3px;
}



/* パンくずリスト
============================================================================= */
#pankuzu{
    clear:both;
    padding: 10px 0px 10px 0px;
    width: 1000px;
}


/* ページトップへ
============================================================================= */
#pagetop{
	background-color:white;
	background: rgba(255,255,255,0.8);
	color:#333333;
	font-weight:bold;
	float:right;
	width:130px;
	height:34px;
	border-radius: 0 0 6px 6px;        		/* CSS3草案 */  
    -webkit-border-radius: 0 0 6px 6px;		/* Safari,Google Chrome用 */  
    -moz-border-radius: 0 0 6px 6px;   		/* Firefox用 */  
    display:table-cell;
    text-align: center;
    vertical-align:middle;
    line-height:34px;
}
#pagetop img{
	vertical-align:middle;
	margin-right:2px;
}
a:hover.hover_pagetop #pagetop{
	background: rgba(255,255,255,1);
}

/* コンテンツ内のページトップへ */
.pagetop_in{
	text-align: right;
	margin: 20px 0px 20px 20px;
	
}
.pagetop_in img{
	vertical-align: middle;
	margin-right: 2px;
}


/* フッター
============================================================================= */
#footer{
    clear: both;
    color: #ffffff;
    background-color:#004898;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    text-align:left;
}
#footer a{
	text-decoration: none;
}
#footer a:link {		/*未訪問*/
	color: #ffffff;
}
#footer a:visited {	/*訪問済み*/
	color: #ffffff;
}
#footer a:hover {		/*ポイント時*/
	color: #FF9900;
}
#footer a:active {		/*選択中*/
	color: #FF9900;
}
div.footer_inner{
    width:1000px;
    margin:0 auto;
}
div.footer_left{
	display:table-cell;
	vertical-align:top;
	width:500px;
}
div.footer_right{
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
	width:500px;
}



/* インデント
============================================================================= */
p.indent1{
	padding-left:1em;
	text-indent:-1em;
}


/* 見出し
============================================================================= */
h1{
	font-size: 160%;
	position: relative;
	padding: 10px 0 5px 5px;
	border-bottom: 4px solid #CCCCCC;
	
	border-bottom: 4px solid #004898;
	
}
h1::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color: #004898;
}

h2{
	font-weight: bold;
	font-size: 120%;
	padding: 6px 0px 6px 10px;
	border-left:6px solid #66CCCC;	/*えめらるど*/
	border-left:6px solid #CDB379;	/*おうどいろ*/
	border-left:6px solid #ED8F7A;	/*あか*/
	margin:20px 0 0 20px;
}
h3{
	font-size: 120%;
	padding: 10px 0 5px 0px;
	border-bottom: 1px solid #004898;
	margin-left: 30px;
}
h4{
	font-size: 110%;
	padding: 10px 0 5px 0px;
		margin-left: 30px;
}
h5{
	font-size: 120%;
font-weight: bold;
	padding: 10px 0 5px 0px;
		margin-left: 30px;
}

/* 見出しインナー
============================================================================= */
.h1_inner{
	margin:20px 0 20px 10px;
}
.h2_inner{
	margin:10px 0 0px 30px;
}
.h3_inner{
	margin:10px 0 20px 40px;
}

.h1_inner p, .h2_inner p, .h3_inner p{
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0;
}

/* リスト系
============================================================================= */
ul.list_basic{
	margin:10px 0 0 10px;
}
ul.list_basic li{
	padding-bottom:5px;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
ul.list_basic li img.mark{
	vertical-align:middle;
	margin-right:3px;
	height:12px;
}
/* リンクページ用 */
ul.list_link{
	margin:10px 0 0 10px;
}
ul.list_link li{
	padding-bottom:10px;
	padding-left:20px;
    background: url(../images/mark3.gif) no-repeat 0px 0px;
}


/* --------------------- サイトマップ --------------------- */

ul.list_sitemap{
	margin-left:10px;
}
ul.list_sitemap li{
	padding-left: 30px;
	background: url(../images/mark2.gif) no-repeat 0px 0px;
	padding-bottom:20px;
}
ul.list_sitemap li ul{
	margin-top:10px;
	margin-left:10px;
}
ul.list_sitemap li ul li{
	padding-left: 20px;
	background: url(../images/mark4.gif) no-repeat 0px 2px;
	padding-bottom:10px;
}


/* コンテンツごとの枠
============================================================================= */
div.map_wrap{
	width:248px;
	border:1px solid #666666;
	border-radius: 6px 6px 0px 0px;        		/* CSS3草案 */  
    -webkit-border-radius: 6px 6px 0px 0px;		/* Safari,Google Chrome用 */  
    -moz-border-radius: 6px 6px 0px 0px;   		/* Firefox用 */  
    display:table-cell;
    height:100%;
}
div.map_wrap_title{
	width:228px;
	padding: 10px;
	background-color:#666666;
	color:white;
	font-weight:bold;
	font-size: 110%;
	border-radius: 6px 6px 0px 0px;        		/* CSS3草案 */  
    -webkit-border-radius: 6px 6px 0px 0px;		/* Safari,Google Chrome用 */  
    -moz-border-radius: 6px 6px 0px 0px;   		/* Firefox用 */  
}
div.map_wrap img{
	vertical-align: middle;
	margin-right: 4px;
}
div.map_wrap ul{
	list-style-type: none;
	margin: 10px 10px 10px 20px;
}
div.map_wrap ul li{
	padding-left: 12px;
	background: url(../images/mark2.gif) no-repeat 0px 4px;
	padding-bottom: 5px;
}


/* 会員組合照会・検索項目欄
============================================================================= */
div.kensaku_box{
	background-color:#EEF0EF;
	padding:10px;
}
div.kensaku_box input{
	vertical-align:middle;
	margin-right:2px;
}


/* 機関紙一覧
============================================================================= */
div.kikanshi_hyoushi{
	float:left;
	margin-right:10px;
	text-align:center;
}
div.kikanshi_contents{
	float:left;
}
div.kikanshi_contents ul{
	list-style-type: disc;
	padding-left: 20px;
}


/* 中央会の事業一覧
============================================================================= */
ul.jigyou_list{
	list-style-type: none;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 120%;
}
ul.jigyou_list img{
	vertical-align: middle;
	margin-right: 5px;
}
ul.jigyou_list li{
	padding-bottom: 14px;
}

/* ボタン
============================================================================= */
a.btn{
	width:300px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	background:#66CCCC;
	display:block;
	border-radius:10px;
	text-align:center;
	text-decoration: none;
}
a.btn:link{
	color:#ffffff;
	font-weight: bold;
}
a.btn:hover{
	background:#77eeee;
}


/* ページャー
============================================================================= */
.pager {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.pager ul {
    list-style: none;
    position: relative;
    float: right;
}
.pager ul li {
    margin: 0 2px;
    position: relative;
    float: left;
}
/* ページャーをセンタリングする場合
.pager {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    position:relative;
}
.pager ul {
    list-style: none;
    position: relative;
    right: 50%;
    float: right;
}
.pager ul li {
    margin: 0 2px;
    position: relative;
    right: -50%;
    float: left;
}
*/

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 100%;
    /*padding: 0.5em 1em;*/
    padding: 5px 10px;
}
.pager ul li a {
    /*background: #ddd;*/
    border: 1px solid #999999;
    color: #000;
    text-decoration: none;
}
.pager ul li a:hover {
    /*background: #333;*/
    border: 1px solid #999999;
    background-color: #dddddd;
    /*color: #FFF;*/
}
.pager ul li.current {
	border: 1px solid #999999;
	background: #ffe4e1;
}


/* アコーディオン開閉 */
.box label{
	display: block;
	cursor: pointer;
}
.box label:hover{
	color:#ff6600;
}
.box input[type="checkbox"].on-off,
.box input[type="checkbox"].on-off +div{
	display: none;
}
.box input[type="checkbox"].on-off:checked +div{
	display: block;
}

/* 様式ページ*/
tr.tr_yousiki{
	padding: 0px 7px 7px 7px;
	height: 50px;
}
p.yousiki_style{
	margin-left:10px;
	width:225px;
	font-size:16px;
}

a.shoshiki_style{
	margin-left:5px;
	margin-right:60px;
	width:60px;
	text-align: center;
	font-size: 16px;
	font-family: 'Segoe UI';
	display: inline-block;
	color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
	padding:5px;
	text-decoration: none;
    font-weight: 400;
	border-radius: 0.3rem;
}
a.shoshiki_style:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0a58ca;
}

p.yousiki_title{
	font-size:20px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight: bold;

}

table.yoshiki_tbl{
	border-collapse: collapse;
	border: none;
	margin-left:20px;
	margin-top:10px;
}