@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	height: 100%;
	font-size: 85%;
}

#header-all {
	background: url(../img/bg_top_ext2.png) repeat-x;
}


#all {
	background: url(../img/bg_2nd_ext2.png) repeat-x;
}

#wrapper {
	width: 950px;
/*	padding-bottom: 10px;*/
	margin-right: auto;
	margin-left: auto;
}


/*-------- header --------*/
#header {
	width: 100%;
	height: 75px;
	background: url(../img/bg_2nd_int.png) repeat-x ;
	background-color: #FFF;
	position: relative;
	/*z-index: 20;*/	
}

#header #logo {
	/*margin-top: 12px;*/
	padding-left: 6px;
	float: left;
}

/*-------- メインメニュー --------*/
#header #globalnavi {
	/*width: 550px;*/
	height: 58px;
	margin-top: 14px;
	float: right;
}

/*---- 単組メニュー ----*/
#header #globalnavi #str {
	height: 17px;
}

#header #globalnavi #str ol.str-menu {
	list-style-type: none;
	font-size: 0px;
}

#header #globalnavi #str ol.str-menu li.first {
	padding-left: 17px;
}

#header #globalnavi #str ol.str-menu li {
	padding-left: 0px;
	display: inline;
}

#header #globalnavi #str ol.str-menu li a {
	padding-right: 17px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#header #globalnavi #str ol.str-menu li a:hover  {
	padding-right: 17px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#header #globalnavi #str ol.str-menu li.last {
	padding-left: 0px;
}



/*-- 会員（地域）メニュー --*/
#loc {
	height: 16px;
	padding-top: 11px;
}

#loc ol.loc-menu {
	list-style-type: none;
	font-size: 0px;
}

#loc ol.loc-menu li.first {
	padding-left: 17px;
	background: url(../img/navSep.png) no-repeat left;
}

#loc ol.loc-menu li {
	padding-left: 0px;
	display: inline;
}

#loc ol.loc-menu li a {
	padding-right: 12px;
	background: url(../img/navSep.png) no-repeat right;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#loc ol.loc-menu li a:hover  {
	padding-right: 12px;
	background: url(../img/navSep.png) no-repeat right;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#loc ol.loc-menu li.last {
	padding-left: 0px;
}


/*-------- メインメニュー --------*/
#header #mmenu {
	width: 200px;
	float: right;
}
	
#header #edition {
	width: 400px;
	margin-right: 5px;
	text-align: right;
	float: right;
}
	
#header #toplink {
	width: 400px;
	margin-top:35px;
	margin-right: 5px;
	text-align: right;
	float: right;
}

#toplink ul {
	margin: 0 5px 0 0;
	font-size: 0;	/*文字サイズ拡大時の表示崩れ防止*/
	line-height: 0;	/*文字サイズ拡大時の表示崩れ防止*/
}

#toplink ul li {
	list-style-type: none;
	display: inline;
	margin: 0 15px 0 0;
}

#toplink ul li.btn2-last {
	margin: 0;
}


/*-------- 各ページ --------*/
#member {
	background-color: #fff;
	background-repeat: repeat;
}

#profile {
	background-color: #fff;
	background-repeat: repeat;
}

#list {
	background-color: #fff;
	background-repeat: repeat;
}

#message {
	background-color: #fff;
	background-repeat: repeat;
}

#about {
	background-color: #fff;
	background-repeat: repeat;
}

#privacy {
	background-color: #fff;
	background-repeat: repeat;
}

#news {
	background-color: #fff;
	background-repeat: repeat;
}


#page_title {
	
}


/*-------- 全体共通 --------*/
#container {
}

/*---- ページタイトル（2ndレイヤー）----*/
#container h1 {
	width: 100%;
	height: 30px;
	/*margin-top: 5px;*/
	padding-left: 3px;
	padding-top: 3px;
	background-color: #d0d2d1;
	font-size: 20px;
	color: #000;
	text-align: center;
}

#container h1 .mnbh1 {
	width: 100%;
	height: 30px;
	padding-left: 3px;
	padding-top: 3px;
	background-color: #FCDCE1;
	font-size: 20px;
	color: #000;
	text-align: center;
}

/*-------- 左エリア（本文）--------*/
#content-left {
	float: left;
	width: 730px;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
}

/*---- 本文内タイトル（h2） ----*/
#content-left h2 {
	height: 24px;
	font-size: 19px;
	color: #222;
	padding-bottom: 3px;
	padding-left: 2px;
	/*padding: 14px 65px;*/
	margin-bottom: 10px;
	border-bottom: solid 3px #d4ebd4;
	position: relative;
}

#content-left h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #4bc94b;
	bottom: -3px;
	width: 20%;
}


/* XXXXXXXXXXXXXXXXXXXXXXX本文内タイトル */
#content-left h2.h2-point-u2 {
	position:relative;
	width: 600px;
	height: 22px;
	font-size: 1.5em;
	color: #00458A;
	padding: 14px 65px;
	margin-bottom: 10px;
	background: url(../img/bn_2nd.jpg) ;
	z-index: 100;
}

#content-left h2.h2-point-u2:hover {
	background: url(../img/bn_2nd_hover.jpg) ;
}


/*-------- 右エリア ---------*/
#content-right {
	position: relative;
	float: right;
	width: 200px;
	margin-left: 5px;
	margin-bottom: 20px;
}


/*----- 右メニュー ----*/
#side_menu_box {
	margin: 0; 
	padding: 0; 
	list-style: none;
	z-index: 20;
	background-color: #fff;	
}

/*---- 50音一覧表 ----*/
#side_menu_box table {
	text-align: center;
	vertical-align: middle;
	color: #333;
	margin-top: 10px;
}

#side_menu_box table a {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #333;
}

#side_menu_box table a:hover {
	color: #a8222b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #006600;
}


.side_menu_box_fixed {
	position: fixed;
	top: 10px;
}

#side_menu_box .title {
	border: 1px solid #d0d2d1;
	background-color: #f0f0f0;	
	padding: 3px 10px;
	text-decoration: none;
	text-align:center;
	color: #000;
	width: 180px; 
	font-size: 14px;
}


#side_menu_box img .japan {
	
}

#side_menu_box ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#side_menu_box li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}

#side_menu_box li a{
	display: block;
	border: 1px solid #fff;
	padding: 2px 10px;
	text-decoration: none;
	color: #333;
	width: 180px; 
	text-align: left;
	font-size: 14px;
}

#side_menu_box li a:hover{
	color: #006600;
	border-bottom: 1px solid #006600;
}

/*---- 上部メインメニュー ----*/
.nav {
	width: 220px;
	height: 100px;
}

.nav a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	zoom:1;	
}

.nav a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;	
}


	





/*-------- 汎用 --------*/

/*---- 段落構成 ----*/
.boxes {	
	width: 730px;
	margin-bottom: 8px;
	clear: both;
}

.boxes_sep {
	width: 730px;
	margin-bottom: 20px;
	clear: both;
	overflow:hidden;
}

.box11 {	
	width: 730px;
	float:left;
}	

.box11_lsep {	
	width: 728px;
	padding-left: 2px;
	float:left;
}	

.box12 {	
	width: 360px;
	float: left;
}	

.box12_sep {	
	width: 350px;
	padding-left: 10px;
	float: left;
}	


.box13 {	
	width: 240px;
	line-height: 2.0em;
	float: left;
}	

.box14 {	
	width: 180px;
	float: left;
}	

.box23 {	
	width: 480px;
	float: left;
}	

.box23rsp {	
	width: 430px;
	padding-lright: 50px;
	float: left;
}	
.box34 {	

	width: 540px;
	float: left;
}	



#member .listindex {
}

#member .listindex ul {
	list-style: none;
}

#member .listindex ul li {
	padding: 0.3em 0;
}


/*-------- 名簿 --------*/
#list {
}

#list .members {
	width: 730px;
}

#list .members h3 {
	width: 677px;
	height: 27px;
	padding-left: 3px;
	padding-top: 6px;
	/*padding-bottom: 11px;*/
	font-size: 17px;
	color: #015b01;
	/*float: left;*/
}

#list .members .member {
	position: relative;
	width: 730px;
	color: #363636;
	/*float: none;*/
	/*margin-bottom: 120px;*/
	clear: both;
}

#list .members .member .PRimg{
    display: none;
	position: absolute;
	width: 200px;
	/*height: 200px;*/
	background-color: #FCF;
	opacity: 1.0;
	filter: alpha(opacity=100);/*IE7*/
 	right: 0px;
	top: 40px;
	z-index: 10000;
}


#list .members .member .sec-n {
	width: 730px;
	height: 36px;
	border-top: solid 2px #888;
	border-bottom: solid 1px #bbb;
	overflow: hidden;
	float: left;
}

#list .members .member .sec-n3 {
	width: 730px;
	height: 72px;
	border-top: solid 2px #888;
	border-bottom: solid 1px #bbb;
	overflow: hidden;
	float: left;
}

#list .members .member .sec-n2 {
	width: 730px;
	height: 36px;
	border-top: solid 2px #888;
	border-bottom: solid 1px #bbb;
	overflow: hidden;
	float: left;
}
#list .members .member .sec-n:hover {
	/*background-color: #ecffec;*/
	background-image: url(../img/bg_membertitle.png);
}

#list .members .member .name {
	width: 517px;
	height: 36px;
	padding-left: 3px;
	padding-top: 9px;
	padding-bottom: 11px;
	font-size: 16px;
	color: #000;
	float: left;
}

#list .members .member .name2 {
	width: 734px;
	height: 36px;
	padding-left: 3px;
	padding-top: 9px;
	padding-bottom: 11px;
	font-size: 16px;
	color: #000;
	float: left;
}

#list .members .member .pr {
	width: 207px;
	height: 37px;
	/*padding-left: 3px;*/
	padding-top: 9px;
	padding-bottom: 11px;
	padding-right: 3px;
	font-size: 16px;
	text-align: right;
	float: right;
}

#list .members .member .pr a {
	text-decoration: none;
	color: #ec842e;
}

#list .members .member .pr a:hover {
	text-decoration: none;
	color: #f25f41;
}

#list .members .member .pr:hover + .PRimg {
	display: block;
	color: #f25f41;
}


#list .members .member .sec-a {
	width: 730px;
	height: 23px;
	overflow: hidden;
	float: left;
}

#list .members .member .zip {
	width: 98px;
	height: 13px;
	padding-left: 76px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbAddress.png);
	background-repeat: no-repeat;
	float: left;
}

#list .members .member .address {
	width: 553px;
	height: 13px;
	/*padding-left: 3px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	float: right;
}

#list .members .member .sec-c {
	width: 228px;
	height: 46px;
	overflow: hidden;
	float: left;
}

#list .members .member .phone {
	width: 149px;
	height: 13px;
	padding-left: 76px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbPhone.png);
	background-repeat: no-repeat;
	float: left;
}

#list .members .member .fax {
	width: 149px;
	height: 13px;
	padding-left: 76px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbFax.png);
	background-repeat: no-repeat;
	float: left;
}

#list .members .member .sec-e {
	width: 500px;
	height: 46px;
	overflow: hidden;
	float: right;
}

#list .members .member .url  {
	width: 409px;
	height: 13px;
	padding-left: 91px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbUrl.png);
	background-repeat: no-repeat;
	float: right;
}

#list .members .member .mail  {
	width: 409px;
	height: 13px;
	padding-left: 91px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbMail.png);
	background-repeat: no-repeat;
	float: right;	
}

#list .members .member .url a,
#list .members .member .mail a {
	/*color: #363636;*/
	color: #3389d0;
	text-decoration: none;
}

#list .members .member .url a:hover,
#list .members .member .mail a:hover {
	/*color: #006600;*/
	color: #59c25b;
	font-weight: normal;
}

#list .members .member .sec-s {
	width: 724px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	font-size: 13px;
	float: left;
	margin-bottom: 50px;
}





#list .ads {
	width: 730px;
	height: auto;
}

#list .ads h3 {
	width: 677px;
	height: 27px;
	padding-left: 3px;
	padding-top: 6px;
	font-size: 16px;
	color: #015b01;
}

#list .ads .ad {
	width: 210px;
	border: #CCC 1px solid;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 2px;
	float:left;
}

#list .ads .name2 {
	text-align: right;
}

#list .ads .ad .pr {
	background-color: #CCC;
	margin: 5px;
	font-size: 16px;
	text-align: right;
}

#list .ads .ad .pr:hover + .PRimg {
  display: block;
}


.idx50 table td {
	text-align: center;
	vertical-align: middle;
}




/*-------- 紹介ページ --------*/


/*---- 役員リスト・委員会リスト ----*/
#profile table  {
	border: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#profile table th {
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#profile table td {
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}

#profile table td .border{
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#profile table.detail {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

#profile table.detail th {
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px 2px;
	border-bottom-width: 0px;
}

#profile table.detail td {
	padding: 2px 5px;
	border-bottom-width: 0px;
}


#profile .dirlist a {
	color: #000;
	text-decoration: none;
}

#profile .dirlist a:hover {
	color: #a8222b;
	text-decoration: underline;
}






/*---- 沿革リスト ----*/
#profile .history {
	border: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#profile .history th {
	font-weight: normal;
	line-height: 1.2em;
	padding: 5px 2px;
	text-align: center;
}

#profile .history td {
	vertical-align: top;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

/*---- 構成団体リスト ----*/
#profile .office {
	border: none;
	width: 95%;
	*margin-right: auto;
	margin-left: 0;
	border-collapse: collapse;
}

#profile .office th {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 5px 2px;
	text-align: left;
}
#profile .office td {
	vertical-align: top;
	padding: 3px 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}
#profile .office td .bdr{
	vertical-align: top;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#profile .message {
	padding-right: 20px;
}


/*-------- メッセージ・ページ --------*/

/*---- 構成団体リスト ----*/
#message .office {
	border: none;
	width: 95%;
	/*margin-right: auto;
	margin-left: 0;*/
	border-collapse: collapse;
}

#message .office th {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px 2px;
	text-align: left;
}
#message .office td {
	vertical-align: top;
	padding: 1px 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}
#message .office td .bdr{
	vertical-align: top;
	/*padding: 5px 5px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#message .message {
	padding-right: 20px;
}



/*-------- 機関誌紹介ページ --------*/

#news .img_new {
	overflow: hidden;
	position: relative;
	display: block;
	height: 392px;
	width: 293px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #FFC;
}

#news .img_new img {
	border: 1px solid #d0d2d1;
	background-color: #d0d2d1;	
}
	
#news .img_backno {
	height: 215px;
	width: 142px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	display: block;
	margin-left: 10px;
}

#news .img_backno img {
	border: 1px solid #d0d2d1;
	background-color: #d0d2d1;	
}
	



/*-------- フッター --------*/
#footer-all {
	width: 100%;
	border-bottom: 1px solid #D5D5D5;
	background: url(../img/bg_footer21.jpg) repeat-x top;	
}

.footer {
	width: 950px;
	/*height: 180px;*/
	height: 270px;

	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.footer2 {
	width: 950px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	color: #333333;
}

.footer .image {
	width: 260px;
	height: 267px;
	padding-top: 5px;
	text-align: center;
	float: left;
	background: url(../img/footer-japan.png) no-repeat center;
}

.footer .image:hover {
	width: 260px;
	height: 267px;
	padding-top: 5px;
	text-align: center;
	/*background-image: none;*/
	background: url(../img/footer-jep.png) no-repeat center;
}

.footer .image2 {
	width: 260px;
	height: 158px;
	padding-top: 15px;
	text-align: center;
	float: left;
	background: url(../img/foryou_off.gif) no-repeat center bottom;	
}

.footer .contents1,
.footer .contents2,
.footer .contents3 {
	padding-top: 15px;
	float: left;
}

.footer .contents1 {
	width: 170px;
	margin-left: 4px;
}

.footer .contents2 {
	width: 170px;
}


.footer .contents3 {
	width: 104px;
	margin-right: 4px;
}

.footer .address {
	width: 210px;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	text-align: left;
}

.footer .address .strong {
	font-size: 16px;
	vertical-align: 20%;
}

.footer .sep {
	width: 2px;
	height: 260px;
	float: left;
	background: url(../img/bg_footer20sep.jpg)  no-repeat top ;
}

/*---- 下部メニュー ----*/
.footerMenu, .footerMenu ul {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footerMenu a { 
	text-decoration:none; 
	display:block;
	padding:3px 10px;
	color:#333333;
	font-weight: bold;
	text-align: left;
}

.footerMenu li {
	list-style-type: none;
}

.footerMenu li a {
	display:block;
	padding:1px 10px;
	color:#333333;
	text-align: left;
}

.footerMenu li a:hover {
	color: #a8222b;
	font-weight: bold;
}

.footerMenu li ul li a {
	font-weight: normal;
	list-style-type: disc;
}

.footerMenu li ul li a:hover {
	color: #a8222b;
	font-weight: bold;
}


/*---- TOPに戻るボタン（右下） ----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
	/*background: #909090;*/
	background: #66cc66;
	text-decoration: none;
	/*color: #fff;*/
	color: #000;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	display: block;
	border-radius: 40px;
	-moz-border-radius: 40px;;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7}

#page-top a:hover {
    text-decoration: none;
    background: #a72128;
	color: #fff;
	font-weight:normal;
}


img.preload {
	display:none;
}

img.nodisplay {
	display: none;
}


/*--------------------------------------------------*/


/*---------------テキストの配置---------------*/

.txt-red {
	color: #AE0000;
	text-align: center;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-strong {
	font-weight: bold;
}

.txt-italic {
	font-style:italic;
}

.txt-clr-g1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #15b139;
}

.txt-12 {
	font-size: 16px;
	font-weight:bold;
	color:#060;
}

.f-clear {
	clear: both;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 

/*-------- リンクカラーの設定 --------*/

a:link {
	color: #3E8CD9;
	text-decoration: none;
}

a:visited {
	color: #3E8CD9;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #B4D2EF;
	text-decoration: underline;
}
