/* CSS Document */
/*---------------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	font-size: 95%;
	line-height: 1.6em;
	letter-spacing:1px;
	text-align:left;
	font-family:"Meiryo",Verdana,sans-serif,MS UI Gothic,MS Pゴシック,MS ゴシック;
	color: #393633;
	background:url(../img/bg/body.png) 0 0 repeat;
	}

a{color:#006E92; text-decoration:underline;}
a:visited{color:#006E92; text-decoration:underline;}
a:hover{color:#EF7100; text-decoration:none; outline:none;}

div img{ margin:0; padding:0;}

img.img_r{ float:right; margin:10px 0 40px 40px; overflow:hidden; display:block;}
img.img_r2{ float:right; margin:10px 0 20px 20px;}
img.img_r3{ float:right; margin:10px 0 0 40px;}
img.img_r_ilu{ float:right; margin:10px 0 30px 0; overflow:hidden; display:block;}
img.img_r_ilu2{ float:right; margin:0; overflow:hidden; display:block;}

img.img_l{ float:left; margin:10px 40px 40px 10px;}
img.img_box{ float:left; margin:20px 0 20px 20px; border:7px #EBEBEB solid;}

.hsp {
	width:100%;
	display:block;
	overflow:hidden;
	clear:both;
	}

.center{
	text-align:center;
	}

.error{
	color:#E62B2B;
	margin:0;
	}

em{ font-weight:bold; font-style:normal; }
em.txt_red{ color:#E62B2B; font-weight:normal;}
em.txt_red_s{ font-size:88%; color:#E62B2B; font-weight:normal;}
em.txt_red_b{ color:#E62B2B; font-weight:bold;}
em.txt_s{ font-size:88%; font-style:normal; font-weight:normal;}
em.txt_bb{ font-weight:bold; font-size:150%; line-height:1.5em;}

/*--ライン--*/
hr {
	border-width: 2px 0px 0px 0px;
	border-style: dashed;
	border-color: #E4E2D5;
	height: 2px;
	margin: 25px 0 0px 0;
	display:block;
	clear:both;
	}

p{
margin:10px 15px;
/*--overflow:hidden;--*/
display:block;
font-size: 95%;
}
p.p_small{
	font-size:85%;
	line-height:1.5em;
	margin:10px 15px; overflow:hidden; display:block;}

/*--フォントサイズ--*/
.font_18px{font-size:18px;}
.font_20px{font-size:20px;}

	
	
/*---------------------------------------------------------------------------------
wrapper
---------------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	padding:0;
	margin:0;
	position:relative;
	background:url(../img/bg/warappar.png) 0 0 repeat-x;
	}
	
/*---------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------*/
#head{
	width:980px;
	height:109px;
	margin:0 auto 0;
	padding:0;
	display:block;
	overflow:hidden;
	background:url(../img/bg/head.png) 0 0 no-repeat;
	}

	#head h1 a{
		width:485px;
		height:57px;
		float:left;
		margin-top:30px;
		}


/*--ヘッダー右--*/
#head #head_nav{
	width:494px;
	height:90px;
	float:right;
	overflow:hidden;
	margin:0;
	}

	#head #head_nav_left{
		width:328px;
		height:70px;
		float:left;
		overflow:hidden;
		margin:18px 0 0 40px;
		}

	/*--カスタム検索--*/
iframe.head_nav_box{
	width:320px;
	height:68px;
	background:none;
	}
	/*--トップへ戻る--*/
#backtop{
	width:109px;
	margin:15px 0 0 242px;
	padding:0;
	position: absolute;
	z-index:100;
	}
	#backtop a{
		text-decoration:none;
		border:none;
		}
	#backtop a:hover{
		background:none;
		}
/*----フォントサイズ----*/
#box_textsize{
	width:124px;
	height:86px;
	background: url("../img/bg/textsizer.png") 0 0 no-repeat;
	float:right;
	overflow:hidden;
	}
	ul#textsize{
		margin:0;
		}
	ul#textsize li{
		width:105px;
		height:28px;
		list-style:none;
		float:left;
		margin:35px 0 0 9px;
		}
/*--twitter&facebook
#snsbox{
	width:340px;
	height:26px;
	float:left;
	display:block;
	}

	#twitter_box{
		width:105px;
		height:26px;
		margin-top:4px;
		float:left;
		}

	#snsbox_fb{
		width:105px;
		height:26px;
		margin-right:4px;
		margin-left:-10px;
		z-index:100;
		float:left;
		}
--*/
/*--
	#box_g_search{
		width:311px;
		height:29px;
		margin:36px 10px 0 0;
		padding:3px 0 0 0;
		border:1px #ECE5D1 solid;
		background-color:#fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		}
	
	#g_search{
		width:313px;
		height:31px;
		
		overflow: hidden;
		background:url(../img/bg/search_bg.jpg) 0 0 no-repeat;
		}

		#cse-search-box input[type="image"]:hover{
			opacity:0.6;
			}
	
		#cse-search-box input{
			background-color:#999 !important;
			}
	
		#cse-search-box input[type="text"] {
			width:232px;
			height:24px;
			}
	
		table.gsc-search-box{
			width:232px!important;
			border:none!important;
			}
		
		table.gsc-search-box td.gsc-input {
			width:2326px!important;
			border:none!important;
			}
		
		.gsc-input-box {
			border:none !important;
			width:232px;
			height:23px!important;
			line-height:22px!important;
			margin-top:-9px!important;
			margin-left:5px!important;
			}
		
		.gsib_a {
			padding-top:2px;
			padding-left:0;
			}
		
		.gsst_a {
			padding-top: 0px;
			}
		
		.gsc-search-button-v2 {
			width:  67px!important;
			min-width: 0px!important;
			height: 0px!important;
			margin-bottom:0px!important;
			margin-left:-6px!important;
			margin-right:0px!important;
			margin-top:1px!important;
			padding:12.5px 12.5px!important;
			background: url("../img/bg/btn_search.png") 0 0 no-repeat!important;
			background-size: contain!important;
			border-radius: 0px!important;
			border:none!important;
			}
		
		div.gsc-result a{
			text-decoration:underline!important;
			}
			
			.gsc-search-button-v2:hover{
				background: url("../img/bg/btn_search_ov.png") 0 0 no-repeat!important;
				}

--*/

/*---------------------------------------------------------------------------------
新nav
---------------------------------------------------------------------------------*/	
#nav{
	height:77px;
	padding:0;
	display:block;
	overflow:hidden;
	background: url("../img/bg/nav_bg.png") 0 0 repeat-x;
	}
	
	#nav ul{
		width:980px;
		height:77px;
		margin:0 auto;
		}
	
	#nav ul li{
		list-style:none;
		float:left;
		}
	
	#nav ul li a{text-indent:-999em;}



/*---------------------------------------------------------------------------------
アイキャッチ
---------------------------------------------------------------------------------*/
#eyecatch{
	width:727px;
	height:323px;
	overflow:hidden;
	background: url("../img/contents/eyecatch_bg.jpg") 0 0 no-repeat;
	float:left;
	padding:17px;
	margin:-10px 0 -10px -10px;
	}

	ul#eyecatchnav{
		list-style:none;
		margin:0 0 0 0;
		}
		
		ul#eyecatchnav li{
			float:left;
			}
		
		ul#eyecatchnav li#eyecatchnav01 img{ margin:0 8px 0 0;}
		ul#eyecatchnav li#eyecatchnav02 img{ margin:0 8px 0 0;}
		ul#eyecatchnav li#eyecatchnav03 img{ margin:0 8px 0 0;}
		ul#eyecatchnav li#eyecatchnav04 img{ margin:0 0 0 0;}


/*---------------------------------------------------------------------------------
contents
---------------------------------------------------------------------------------*/
/*---#contents{
	width:1000px;
	overflow:hidden;
	display:block;
	margin:0 auto 0;
	}---*/


/*---------------------------------------------------------------------------------
メイン
---------------------------------------------------------------------------------*/
/*---#main{
	width:740px;
	margin:20px 0 0 10px;
	display:block;
	overflow:hidden;
	padding:0;
	float:left;
	background: url("../img/bg/bg_main.png") 0 0 no-repeat;
	}---*/
#L02 #area-main,
#L03 #area-main,
#L07 #area-main,
#L08 #area-main
{
width: 740px;
margin-top: 20px;
margin-left: 10px;
}

/*---------------------------------------------------------------------------------
side
---------------------------------------------------------------------------------*/
#side{
	width:215px;
	overflow:hidden;
	float:right;
	margin:20px 0 0 0;
	}
	
	#side_contact{
		width:215px;
		height:154px;
		background: url("../img/contents/contact_bg.jpg") 0 0 no-repeat;
		display:block;
		}
		
		#side_contact img{
			margin:80px 0 0 11px;
			}

	#side_practice{
		width:215px;
		height:208px;
		background: url("../img/contents/practice_bg.jpg") 0 0 no-repeat;
		display:block;
		margin-top:15px;
		}

		#side_practice img{
			margin:149px 0 0 11px;
			}
	
	#side_information{
		width:215px;
		height:auto;
		margin-top:15px;
		}
	
	#side_ban{
		width:215px;
		margin-top:10px;
		}
		
		#side_ban img{
			margin-bottom:0px;
			}


/*---------------------------------------------------------------------------------
h2
---------------------------------------------------------------------------------*/
/*--トップ--*/
h2#h2_news{
	width:337px;
	height:33px;
	display:block;
	font-size:16px;
	line-height:36px;
	color:#fff;
	background: url("../img/heading/h2_news.png") #8D7E5A 15px center no-repeat;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	text-indent:48px;
	}

/*--タイトル--*/
h2#h2_title01,
h2#h2_title02,
h2#h2_title03,
h2#h2_title04,
h2#h2_title05{
	width:740px;
	height:141px;
	display:block;
	font-size:30px;
	color:#493C27 !important;
	line-height:145px;
	text-indent:40px;
	}
	
	h2#h2_title01{background: url("../img/heading/h2_title01.jpg") 0 0 no-repeat;}
	h2#h2_title02{background: url("../img/heading/h2_title02.jpg") 0 0 no-repeat;}
	h2#h2_title03{background: url("../img/heading/h2_title03.jpg") 0 0 no-repeat;}
	h2#h2_title04{background: url("../img/heading/h2_title04.jpg") 0 0 no-repeat;}
	h2#h2_title05{background: url("../img/heading/h2_title05.jpg") 0 0 no-repeat;}



/*---------------------------------------------------------------------------------
h4
---------------------------------------------------------------------------------*/
h4.h4_title1{
	height:36px;
	color:#4B3B10;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	padding:6px 15px 0 45px;
	background: url("../img/heading/h4_title1.jpg") 0 0 no-repeat;
	}

h4.h4_title2{
	height:36px;
	color:#4B3B10;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	padding:6px 15px 0 45px;
	background: url("../img/heading/h4_title2.jpg") 0 0 no-repeat;
	}
	
h4.h4_title2_small{
	height:36px;
	color:#4B3B10;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	padding:6px 15px 0 45px;
	background: url("../img/heading/h4_title2_small.jpg") 0 0 no-repeat;
	}

h4.h4_title3{
	color:#4B3B10;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	padding:6px 60px 10px 0;
	background: url("../img/heading/h4_title3.jpg") 0 bottom no-repeat;
	}
	
	h4.h4_title3 > span{
		display:block;
		padding:0 0 0 45px;
		background: url("../img/heading/h4_title3_arrow.jpg") 5px -1px no-repeat;
		}

h4.h4_title4{
	height:36px;
	color:#4B3B10;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	padding:6px 15px 0 45px;
	background: url("../img/heading/h4_title4.jpg") 0 0 no-repeat;
	}

h4.h4_title5{/*-- 組合員になってよかった --*/
	height:109px;
	color:#6B9800;
	font-size:25px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	padding:0;
	line-height:115px;
	text-indent:110px;
	background: url("../img/heading/h4_title5.jpg") 0 0 no-repeat;
	}

/*---------------------------------------------------------------------------------
h5
---------------------------------------------------------------------------------*/
h5.h5_title1{
	color:#69A502;
	font-weight:bold;
	display:block;
	font-size:17px;
	margin:15px 0 10px 0;
	border-bottom:3px #B9D486 dotted;
	padding:0 15px 3px 35px;
	background: url("../img/heading/h5_title1.png") 10px 7px no-repeat;
	}

h5.h5_title2{
	color:#F97821;
	font-weight:bold;
	display:block;
	font-size:17px;
	margin:15px 0 15px 0;
	border-bottom:3px #E8C578 dotted;
	padding:0 15px 3px 35px;
	background: url("../img/heading/h5_title2.png") 10px 7px no-repeat;
	clear:both;
	}
	
h5.h5_title3{
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	font-size:22px;
	margin:0;
	padding:9px 0 6px;
	background-color:#FA8628;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	}

h5.h5_title4{
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	font-size:16px;
	margin:10px 0 20px;
	padding:7px 0 4px;
	background-color: #8E8367;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

h5.h5_title5{
	color:#fff;
	font-weight:bold;
	display:block;
	font-size:18px;
	margin:10px 0 20px;
	padding:7px 0 4px 15px;
	background-color: #8E8367;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

h5.h5_title6{
	color:#453B20;
	font-weight:bold;
	display:block;
	font-size:14px;
	padding:2px 0 0px 11px;
	background-color: #F1E8B4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/*---------------------------------------------------------------------------------
h6
---------------------------------------------------------------------------------*/
h6{
	display:block;
	overflow:hidden;
	margin:0 0 15px 0;
	background-color:#F9F1CD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#4B3B10;
	font-size:17px;
	font-weight:bold;
	padding:8px 8px 6px 8px;
	}
	
	h6 > span.number01,h6 > span.number02,h6 > span.number03,h6 > span.number04,h6 > span.number05
	h6 > span.number06,h6 > span.number06,h6 > span.number07,h6 > span.number08,h6 > span.number09{padding:0 0 0 34px;}

	h6 > span.number01{ padding:0 0 0 34px; background: url("../img/contents/icon_01.png") 5px 3px no-repeat;}
	h6 > span.number02{ padding:0 0 0 34px; background: url("../img/contents/icon_02.png") 5px 3px no-repeat;}
	h6 > span.number03{ padding:0 0 0 34px; background: url("../img/contents/icon_03.png") 5px 3px no-repeat;}
	h6 > span.number04{ padding:0 0 0 34px; background: url("../img/contents/icon_04.png") 5px 3px no-repeat;}
	h6 > span.number05{ padding:0 0 0 34px; background: url("../img/contents/icon_05.png") 5px 3px no-repeat;}
	h6 > span.number06{ padding:0 0 0 34px; background: url("../img/contents/icon_06.png") 5px 3px no-repeat;}
	h6 > span.number07{ padding:0 0 0 34px; background: url("../img/contents/icon_07.png") 5px 3px no-repeat;}
	h6 > span.number08{ padding:0 0 0 34px; background: url("../img/contents/icon_08.png") 5px 3px no-repeat;}
	h6 > span.number09{ padding:0 0 0 34px; background: url("../img/contents/icon_09.png") 5px 3px no-repeat;}

/*---------------------------------------------------------------------------------
p
---------------------------------------------------------------------------------*/
p.s_number01, p.s_number02, p.s_number03, p.s_number04, p.s_number05{
	width:580px;
	padding-left:70px;
	background-color:#CCCCFF;
	} 
	p.s_number01{background: url("../img/contents/s_icon_01.png") 0 0 no-repeat;}
	p.s_number02{background: url("../img/contents/s_icon_02.png") 0 0 no-repeat;}
	p.s_number03{background: url("../img/contents/s_icon_03.png") 0 0 no-repeat;}
	p.s_number04{background: url("../img/contents/s_icon_04.png") 0 0 no-repeat;}
	p.s_number05{background: url("../img/contents/s_icon_05.png") 0 0 no-repeat;}

/*---------------------------------------------------------------------------------
icon
---------------------------------------------------------------------------------*/
.icon_access{
	padding:0 0 0 35px;
	display:block;
	background: url("../img/contents/icon_access.jpg") 3px 3px no-repeat;
	}

.icon_tel{
	padding:0 0 0 35px;
	display:block;
	background: url("../img/contents/icon_tel.jpg") 3px 3px no-repeat;
	}

.icon_circle{
	padding:0 0 0 35px;
	display:block;
	background: url("../img/heading/h5_title2.png") 7px 5px no-repeat;
	}

.icon_access2{
	padding:0 0 0 35px;
	display:block;
	background: url("../img/contents/icon_access.png") 3px 3px no-repeat;
	}

.icon_tel2{
	padding:0 0 0 35px;
	display:block;
	background: url("../img/contents/icon_tel.png") 3px 3px no-repeat;
	}

/*---------------------------------------------------------------------------------
pボックス
---------------------------------------------------------------------------------*/
p.p_box01{
	padding:20px;
	margin:15px 0 0 0;
	display:block;
	overflow:hidden;
	background: url("../img/contents/p_back01.jpg") 0 0 repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	.p_box01 p{
		padding:20px;
		margin:15px 0 0 0;
		display:block;
		overflow:hidden;
		background: url("../img/contents/p_back01.jpg") 0 0 repeat;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		clear:none;
		}
	
p.p_box02{
	padding:20px 35px 12px 35px;
	margin:15px 0 20px 0;
	display:block;
	overflow:hidden;
	background: url("../img/contents/p_back02.jpg") 0 0 repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#2B7C86;
	font-weight:bold;
	font-size:21px;
	}
	.p_box02 p{
		padding:20px 35px 12px 35px;
		margin:15px 0 20px 0;
		display:block;
		overflow:hidden;
		background: url("../img/contents/p_back02.jpg") 0 0 repeat;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		color:#2B7C86;
		font-weight:bold;
		font-size:21px;
		clear:none;
		}

p.p_box03{
	width:397px;
	height:83px;
	padding:30px 0 0 0;
	margin:8px 0 20px 0;
	line-height:1.3em;
	display:block;
	overflow:hidden;
	background: url("../img/contents/p_back03.jpg") 0 0 no-repeat;
	color:#567704;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	}

/*---------------------------------------------------------------------------------
コメント
---------------------------------------------------------------------------------*/
.comment01,.comment02,.comment03{
	width:646px;
	height:129px;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	}

	.comment01{background: url("../img/contents/comment01.jpg") 0 0 no-repeat;}
	.comment02{background: url("../img/contents/comment02.jpg") 0 0 no-repeat;}
	.comment03{background: url("../img/contents/comment03.jpg") 0 0 no-repeat;}
	
	.comment01 > p{width:390px;margin:30px 0 0 40px;}
	.comment02 > p{width:390px;margin:30px 0 0 216px;}
	.comment03 > p{width:390px;margin:30px 0 0 40px;}


#box_visit03_1{
	width:672px;
	height:439px;
	display:block;
	overflow:hidden;
	background: url("../img/contents/visit03_1.jpg") 0 0 no-repeat;
	text-indent:-999em;
	}

/*---------------------------------------------------------------------------------
Q＆A
---------------------------------------------------------------------------------*/
.box_qa_q{
	display:block;
	overflow:hidden;
	background: url("../img/contents/icon_q.jpg") 0 0 no-repeat;
	margin-left:15px;
	margin-bottom:20px;
	min-height:47px;
	}
	
	.box_qa_q > span{
		display:block;
		width:570px;
		margin-left:70px;
		color:#307977;
		font-weight:bold;
		}

.box_qa_a{
	display:block;
	overflow:hidden;
	background: url("../img/contents/icon_a.jpg") 0 0 no-repeat;
	margin-left:15px;
	margin-bottom:20px;
	min-height:47px;
	}
	
	.box_qa_a > span{
		display:block;
		width:570px;
		margin-left:70px;
		}


/*---------------------------------------------------------------------------------
メイン
---------------------------------------------------------------------------------*/
/*--トップ・新着情報--*/
#bk1213{
	width:337px;
	height:275px;
	float:left;
	margin:20px 0 -275px 10px !important;
	display:block;
	position:relative;
	}
#bk1214{
	float:right;
	width:383px;
	height:259px;
	margin:0;
	display:block;
	position:relative;
	}

#box_news{
	width:337px;
	float:left;
	padding-bottom:15px;
	margin:0 0 0 -10px;
	}
	#box_news div.inner{
		width:305px;
		height:390px;
		border-bottom:1px #E9E2C7 solid;
		border-left:1px #E9E2C7 solid;
		border-right:1px #E9E2C7 solid;
		background-color:#FAF9F5;
		overflow:auto;
		padding:0 15px 0 15px;
		}
		#box_news div.inner ul.disc{margin:0 !important;}
		#box_news div.inner ul.disc li{
			list-style:none;
			padding-left:0 !important;
			margin-left:0 !important;
			}
		#box_news div.inner ul li{
			padding:15px 0 15px 0;
			border-bottom:1px #AFAEAB dotted;
			font-weight:bold;
			color:#60563A;
			}
			#box_news div.inner ul li a{
				padding-left:20px;
				display:block;
				background: url("../img/bg/arrow01.png") 0 6px no-repeat;
				font-weight:normal;
				}
				#box_news div.inner ul li a:hover{
					color:#EF7100;
					}
		#box_news .h2{
			padding-bottom: 0px;
			}
			#box_news div.h2 h2{
				width:337px;
				height:33px;
				display:block;
				font-size:16px;
				line-height:36px;
				color:#fff;
				background: url("../img/heading/h2_news.png") #8D7E5A 15px center no-repeat;
				border-radius:5px 5px 0 0;
				-webkit-border-radius:5px 5px 0 0;
				-moz-border-radius:5px 5px 0 0;
				text-indent:48px;
				}
			
	

/*--トップ・機関紙--*/

#box_organpaper{
	float:right;
	width:383px;
	height:259px;
	background: url("../img/contents/organpaper_bg.jpg") 0 0 no-repeat;
	}
	
	#box_organpaper span.pdf_txtlink{
		float:left;
		margin:130px 0 0 46px;
		text-align:center;
		font-weight:bold;
		font-size:15px;
		}
		#box_organpaper span.pdf_txtlink a:hover{
			color:#EF7100;
			}
	#box_organpaper span.pdf_imglink{
		float:right;
		position:relative;
		margin:0;
		padding:0;
		}
		#box_organpaper span.pdf_imglink img{
			border:1px #E6E4D8 solid;
			margin:62px 32px 0 0;
			padding:0;
			}

/*--新ページリンク--*/
.box_pagelink ul{
	width:740px;
	overflow:hidden;
	display:block;
	list-style:none;
	margin:18px 0 18px 0 !important;
	}
	.box_pagelink ul li{
		float:left;
		margin-bottom:10px;
		list-style:none;
		padding:
		}
		.box_pagelink ul li a{
			min-width:205px;
			display:block;
			padding:12px 12px 12px 12px;
			color:#493C27 !important;
			font-weight:bold;
			background-color:#FFCC99;
			margin-right:10px;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border:2px solid #E9E2C7 !important;
			background:url("../img/bg/btn_pagelink.jpg") 50% 0 repeat-x;
			}
		.box_pagelink ul li a:hover{
			color:#F9F8F0 !important;
			background:#60543D !important;
			}
			
/*--新メール　同意ボタン--*/
.box_maillink ul{
	width:510px;
	overflow:hidden;
	display:block;
	list-style:none;
	margin:0 auto !important;
	}
	.box_maillink ul li{
		float:left;
		margin-bottom:10px;
		list-style:none;
		padding:
		}
		.box_maillink ul li a{
			width:205px;
			display:block;
			padding:12px 12px 12px 12px;
			color:#493C27 !important;
			font-weight:bold;
			background-color:#FFCC99;
			margin:0 10px;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border:2px solid #E9E2C7 !important;
			background:url("../img/bg/btn_pagelink.jpg") 50% 0 repeat-x;
			text-decoration:none;
			}
		.box_maillink ul li a:hover{
			color:#F9F8F0 !important;
			background:#60543D !important;
			}
	
/*--テキストボックス--*/
/*--.box_txt{
	width:680px;
	padding:30px;
	overflow:hidden;
	display:block;
	background-color:#F9F8F0;
	}--*/
	
	.box_txt_l{
		float:left;
		width:315px;
		overflow:hidden;
		}
	
	.box_txt_r{
		float:right;
		width:315px;
		overflow:hidden;
		}

	.box_txt_l_bus{
		float:left;
		width:330px;
		overflow:hidden;
		}
	
	.box_txt_r_bus{
		float:right;
		width:330px;
		overflow:hidden;
		}

/*---------------------------------------------------------------------------------
枠
---------------------------------------------------------------------------------*/
.txt_frame{
	padding:10px 15px;
	border:3px #FEDE84 solid;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	overflow:hidden;
	height:auto;
	}

	.txt_frame_pra{
		width:424px;
		padding:15px;
		border:4px #FBA872 dotted;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		}
		.txt_frame_pra p{
			clear:none;
			}

.txt_frame2{
	padding:15px 15px 20px;
	border:3px #FEDE84 solid;
	border-top:none;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	overflow:hidden;
	margin-top:-7px;
	}

.q_box{
	width:590px;
	float:right;
    display: block;
	}
	.q_box p{
		color: #307977;
		font-weight: bold;
		padding:30px 20px 0 0;
		}
.a_box{
	width:590px;
	float:right;
	display:block;
	padding-bottom:30px;
	}
	.a_box p{
		padding:20px 20px 0 0;
		}

/*---------------------------------------------------------------------------------
リンク
---------------------------------------------------------------------------------*/
ul.link_txt{
	display:block;
	list-style:none;
	margin:10px 0 0;
	overflow:hidden;
	}

	ul.link_txt li.li_link{
		padding-left:30px;
		display:block;
		background: url("../img/bg/arrow02.png") 15px 8px no-repeat;
		margin-bottom:15px;
		}

	ul.link_txt li.li_link_sitemap{
		padding-left:30px;
		display:block;
		background: url("../img/bg/arrow02.png") 15px 8px no-repeat;
		margin-bottom:8px;
		}

	ul.link_txt li.li_link_fl{
		padding-left:30px;
		float:left;
		background: url("../img/bg/arrow02.png") 15px 8px no-repeat;
		margin-bottom:8px;
		margin-right:10px;
		overflow:hidden;
		width:184px;
		}

		ul.link_txt li.li_link_fl2{
			padding-left:30px;
			float:left;
			background: url("../img/bg/arrow02.png") 15px 8px no-repeat;
			margin-bottom:8px;
			margin-right:10px;
			overflow:hidden;
			}

		ul.link_txt li.li_link_fl3{
			padding-left:30px;
			float:left;
			background: url("../img/bg/arrow02.png") 15px 8px no-repeat;
			margin-bottom:8px;
			margin-right:10px;
			overflow:hidden;
			width:330px;
			}

	ul.link_txt li.li_pdf{
		padding-left:60px;
		display:block;
		background: url("../img/contents/icon_pdf.png") 25px 0px no-repeat;
		margin-bottom:15px;
		}

	ul.link_txt li.li_doc{
		padding-left:60px;
		display:block;
		background: url("../img/contents/icon_doc.png") 25px 0px no-repeat;
		margin-bottom:15px;
		}

	ul.link_txt li.li_xls{
		padding-left:60px;
		display:block;
		background: url("../img/contents/icon_xls.png") 25px 0px no-repeat;
		margin-bottom:15px;
		}

	ul.link_txt li.li_ppt{
		padding-left:60px;
		display:block;
		background: url("../img/contents/icon_ppt.png") 25px 0px no-repeat;
		margin-bottom:15px;
		}

	ul.link_txt li.li_jtd{
		padding-left:60px;
		display:block;
		background: url("../img/contents/icon_jtd.png") 25px 0px no-repeat;
		margin-bottom:15px;
		}


/*--組合医バナーリンク--*/
ul.link_member{
	list-style:none;
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:10px;
	}
	
	ul.link_member li{
		width:205px;
		height:118px;
		float:left;
		margin-bottom:0px;
		}
		
		ul.link_member li#link_member01{margin-right:25px;}
		ul.link_member li#link_member02{margin-right:25px;}
		ul.link_member li#link_member03{}
		ul.link_member li#link_member04{}
		ul.link_member li#link_member05{}
		ul.link_member li#link_member06{}

div.member_img{
	width:200px;
	float:left;
	padding:0px 40px 0px 1px;
	font-weight:bold;
	font-size:16px;
	color:#EE7C17;
	text-align:center;
	line-height:22px;
	}
	div.member_img img{
		border:#fff solid 6px;
		outline:#EAE8DF solid 1px;
		}
	
h3.member_number_h3{
	background: #f9f1cd;
    color: #4b3b10;
    padding: 10px 5px 10px 40px;
	margin-bottom: 20px;
	}
	h3.number01{
		background-image: url("../img/contents/icon_01.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number02{
		background-image: url("../img/contents/icon_02.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number03{
		background-image: url("../img/contents/icon_03.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number04{
		background-image: url("../img/contents/icon_04.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number05{
		background-image: url("../img/contents/icon_05.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number06{
		background-image: url("../img/contents/icon_06.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number07{
		background-image: url("../img/contents/icon_07.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number08{
		background-image: url("../img/contents/icon_08.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}
	h3.number09{
		background-image: url("../img/contents/icon_09.png") ;
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 19px;
		}






p.member_p{margin: 10px 20px 15px;}




/*---------------------------------------------------------------------------------
ページトップ
---------------------------------------------------------------------------------*/
#to_top a {
	width: 75px;
	height: 108px;
	overflow: hidden;
	text-indent: -999em;
	position: fixed;
	right: 40px;
	margin-bottom:30px;
	background: url("../img/bg/pagetop.png") 0 0 no-repeat;
	z-index:1000;
	}

	#to_top a:hover{
		background: url("../img/bg/pagetop_ov.png") 0 0 no-repeat;
		}

/*---------------------------------------------------------------------------------
パンクズ
---------------------------------------------------------------------------------*/
#bread{
	display:block;
	overflow:hidden;
	margin:20px 0 6px 0;
	font-size:13px;
	}

/*---------------------------------------------------------------------------------
form
---------------------------------------------------------------------------------*/
input,select,textarea{
	padding:6px 10px 6px 10px;
	border:1px #CDCBCB solid;}

/*--お問合せform--*/		
.btn_form a,.btn_form input{
	width:240px;
	height:53px;
	line-height:56px;
	color:#493C27 !important;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	background:url(../img/contents/btn_pagelink.png) 0 0 no-repeat;
	text-decoration:none;
	cursor:pointer;
	display:block;
	letter-spacing:1.5px;
	border:none;
	}
	
	.btn_form a:hover,.btn_form input:hover{
		color:#fff;
		background:url(../img/contents/btn_pagelink_ov.png) 0 0 no-repeat;
		}

.btn_form input{
	line-height:30px;
	}

/*---------------------------------------------------------------------------------
テーブル
---------------------------------------------------------------------------------*/
table.tb01{
	width:100%;
	border-collapse:collapse;
	border:2px #E4E2D5 solid;
	font-size:85%;
	}

	table.tb01 th{
		border:1px #E4E2D5 solid;
		background-color:#F5F2EB;
		font-weight:normal;
		padding:10px 24px;
		text-align:center;
		}

	table.tb01 td{
		border:1px #E4E2D5 solid;
		background-color:#F8F8F0;
		font-weight:normal;
		padding:10px 24px;
		}
		
table.tb01_2{
	width:100%;
	border-collapse:collapse;
	border:2px #E4E2D5 solid;
	font-size:80%;
	}

	table.tb01_2 th{
		border:1px #E4E2D5 solid;
		background-color:#F5F2EB;
		font-weight:normal;
		padding:5px 10px 3px;
		text-align:center;
		}

	table.tb01_2 td{
		border:1px #E4E2D5 solid;
		background-color:#F8F8F0;
		font-weight:normal;
		padding:5px 10px 3px;
		}
		
table.tb02{
	width:485px;
	border-collapse:collapse;
	}

	table.tb02 th{
		padding:4px 8px;
		text-align:left;
		color:#493C27 !important;
		vertical-align:top;
		}

	table.tb02 td{
		background-color:#F8F8F0;
		font-weight:normal;
		padding:4px 8px;
		}

table.tb03{
	width:660px;
	margin:0 auto 0;
	border-collapse:collapse;
	border:2px #E4E2D5 solid;
	}

	table.tb03 th{
		border:1px #E4E2D5 solid;
		background-color:#F5F2EB;
		font-weight:normal;
		padding:10px 26px;
		text-align:center;
		}

	table.tb03 td{
		border:1px #E4E2D5 solid;
		background-color:#F8F8F0;
		font-weight:normal;
		padding:10px 26px;
		}

table.tb04{
	width:660px;
	margin:0 auto 0;
	border-collapse:collapse;
	border:2px #E4E2D5 solid;
	}

	table.tb04 th{
		border:1px #E4E2D5 solid;
		background-color:#F5F2EB;
		font-weight:normal;
		padding:10px 26px;
		text-align:left;
		}

	table.tb04 td{
		border:1px #E4E2D5 solid;
		background-color:#F8F8F0;
		font-weight:normal;
		padding:10px 26px;
		}

table.tb_organpaper{
	width:100%;
	border-collapse:collapse;
	}

	table.tb_organpaper td{
		font-weight:normal;
		padding:10px;
		}

table.tb_bus{
	width:100%;
	border-collapse:collapse;
	border:2px #E4E2D5 solid;
	color:#000000;
	}

	table.tb_bus th{
		border:1px #E4E2D5 solid;
		background-color:#F5F2EB;
		font-weight:normal;
		padding:5px;
		text-align:left;
		font-size:80%;
		line-height:1.5em;
		}

	table.tb_bus td{
		border:1px #E4E2D5 solid;
		background-color:#F8F8F0;
		font-weight:normal;
		padding:5px;
		font-size:80%;
		line-height:1.5em;
		}

table.tb_sinryou{
	width:100%;
	border-collapse:collapse;
	border:2px #E4E2D5 solid;
	margin-top:5px;
	}

	table.tb_sinryou th{
		border:1px #E4E2D5 solid;
		background-color:#F5F2EB;
		font-weight:normal;
		padding:5px 5px 5px 5px;
		text-align:center;
		font-size:85%;
		line-height:1.5em;
		}

	table.tb_sinryou td{
		border:1px #E4E2D5 solid;
		background-color:#F8F8F0;
		font-weight:normal;
		padding:5px 5px 5px 5px;
		font-size:85%;
		line-height:1.5em;
		text-align:center;
		}

/*---------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------*/
#foot_bg{
	height:281px;
	overflow:hidden;
	background: url("../img/bg/foot_bg.png") 0 0 repeat-x;
	margin-top:80px;
	}

	
	#foot_bg #box_foot{
		height:281px;
		overflow:hidden;
		background: url("../img/bg/box_foot.png") center top no-repeat;
		}
	
	#foot{
		width:980px;
		height:281px;
		margin:0 auto;
		}

	/*--左--*/
	#foot_l{
		width:540px;
		height:281px;
		float:left;
		padding:0 0 0 0;
		background: url("../img/bg/logo_foot.png") 0px 115px no-repeat;
		}
		
		#foot_l ul{
			margin-top:168px;
			list-style:none;
			overflow:hidden;
			display:block;
			}
			
			#foot_l ul li a{
				text-indent:16px;
				margin-right:14px;
				float:left;
				background: url("../img/bg/arrow01.png") 0px center no-repeat;
				color:#41371C;
				font-weight:bold;
				}

		/*--copylight--*/
		#copylight{
			overflow:hidden;
			display:block;
			font-size:12px;
			line-height:1.5em;
			margin-top:10px;
			margin-left:4px;
			}

	/*--右--*/
	#foot_r{
		width:363px;
		height:114px;
		float:right;
		font-size:12px;
		letter-spacing:0px;
		margin:110px 36px 0 0;
		}
		
		#foot_r img{
			border:1px #E8E6E1 solid;
			margin-right:4px;
			}

	/*--リンク--*/
	ul#foot_link_a{
		float:left;
		list-style:none;
		overflow:hidden;
		width:200px;
		font-size:110%;
		margin-top:40px;
		}
		
		ul#foot_link_a li{
			margin-bottom:25px;
			}
		
		ul#foot_link_a a{
			background: url("../img/contents/arrow01.png") 0 7px no-repeat;
			padding-left:15px;
			display:block;
			color:#4A3E15;
			}

	ul#foot_link_b{
		float:left;
		list-style:none;
		overflow:hidden;
		width:140px;
		font-size:110%;
		margin-top:40px;
		padding:0 20px;
		}
		
		ul#foot_link_b li{
			margin-bottom:17px;
			}
		
		ul#foot_link_b a{
			background: url("../img/contents/arrow01.png") 0 7px no-repeat;
			padding-left:15px;
			color:#4A3E15;
			}

	ul#foot_link_c{
		float:left;
		list-style:none;
		overflow:hidden;
		width:140px;
		font-size:110%;
		margin-top:40px;
		padding:0 20px;
		}
		
		ul#foot_link_c li{
			margin-bottom:25px;
			}
		
		ul#foot_link_c a{
			background: url("../img/contents/arrow01.png") 0 7px no-repeat;
			padding-left:15px;
			display:block;
			color:#4A3E15;
			}

	ul#foot_link_d{
		float:left;
		list-style:none;
		overflow:hidden;
		width:140px;
		font-size:110%;
		margin-top:40px;
		padding:0 20px;
		}
		
		ul#foot_link_d li{
			margin-bottom:25px;
			}
		
		ul#foot_link_d a{
			background: url("../img/contents/arrow01.png") 0 7px no-repeat;
			padding-left:15px;
			display:block;
			color:#4A3E15;
			}
/*---------------------------------------------------------------------------------
新　くらから　バックナンバーリスト
---------------------------------------------------------------------------------*/
.organpaper_new{
	}
	.organpaper_new img{
		border:solid 1px #E4E2D5;
		}

.organpaper_list{
	margin-top:-15px;
	}
.organpaper_list ul.disc{
	}
	.organpaper_list ul.disc li{
		margin:0 18px 20px;
		}
	.organpaper_list ul li{
		float:left;
		display:block;
		width:125px;
		height:220px;
		text-align:center;
		list-style:none;
		margin:0;
		padding:0;
		font-size:13px;
		font-weight:bold;
		}
		.organpaper_list ul li img{
			width:125px;
			height:auto;
			border:solid 1px #E4E2D5;
			}

/*---------------------------------------------------------------------------------
介護サービス　ページ内リンク
---------------------------------------------------------------------------------*/
.link_marginbox{
	float:left;
	width:50%;
	margin-bottom:40px;
	}
	.link_marginbox p a{
		margin:0 0 -10px;
		display:block;
		}
/*---------------------------------------------------------------------------------
アコーディオン / 訪問診療・介護・住宅
---------------------------------------------------------------------------------*/
.accordion_dl dt {
	padding:10px 5px 7px 20px;
	color: #006E92;
	cursor: pointer;
	position: relative;
	font-weight:bold;
	font-size:16px;
	clear:both;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background: url("../img/contents/open_btn.png") 98% 50% no-repeat #E0D9C5;
	}
	.accordion_dl dt:hover {
		background: url("../img/contents/open_btn_ov.png") 98% 50% no-repeat #E0D9C5;
		}
	.accordion_dl dt.open {
		background: url("../img/contents/close_btn.png") 98% 50% no-repeat #E0D9C5;
		}
	.accordion_dl dt.open:hover {
		background: url("../img/contents/close_btn_ov.png") 98% 50% no-repeat #E0D9C5;
		}
 
.accordion_dl dd {
    border: solid 3px #E0D9C5;
    padding:0px 10px 30px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	}
	
.h3_title_green, 
.h3_title_pink,
.h3_title_blue,
.h3_title_purple,
.h3_title_orange{
	display:block;
	font-size:22px;
	color:#F9F8F0;
	font-weight:bold;
	padding:15px 15px 6px 20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-top:10px;
	}
	.h3_title_green span, 
	.h3_title_pink span,
	.h3_title_blue span,
	.h3_title_purple span,
	.h3_title_orange span{
		font-size:14px;
		}

.h3_title_green{background-color: #73B717; border-left:solid 20px #4F8704;}
.h3_title_pink{background-color: #F94F63; border-left:solid 20px #D02D40;}
.h3_title_blue{background-color: #5085BC; border-left:solid 20px #28598B;}
.h3_title_orange{background-color: #F48312; border-left:solid 20px #D45F00;}
.h3_title_purple{background-color: #A86FB3; border-left:solid 20px #81368A;}

hr.line_01{
	border-width: 2px 0px 0px 0px;
	border-style: dashed;
	border-color: #B2AA95;
	height: 2px;
	margin: 40px -15px 0px -15px;
	display:block;
	clear:both;
	}
	
/* button 
---------------------------------------------- */
.button {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	border:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
  }
  
.small {
    font-size: 80%;
}

.medium {
    font-size: 95%;
    padding: 7px 10px 8px;
}

.large {
    padding: 8px 19px 9px;
}

.bigest{
	display:block;
	padding:8px;
	width:90%;
	margin:0 auto;
}

.category_btn{
	padding:20px 0;
	width:90%;
	text-align:center;
	border:2px solid #ccc; 
}

.margin10{margin: 5px 0 5px 0; display:block; clear:both;}
.margin20{margin: 10px 0 10px 0; display:block; clear:both;}
.margin30{margin: 15px 0 15px 0; display:block; clear:both;}
.margin40{margin: 20px 0 20px 0; display:block; clear:both;}
.margin50{margin: 25px 0 25px 0; display:block; clear:both;}
.margin60{margin: 30px 0 30px 0; display:block; clear:both;}
.margin70{margin: 35px 0 35px 0; display:block; clear:both;}

/*---------------------------------------------------------------------------------
END
---------------------------------------------------------------------------------*/