/* ******************************************************** */
/* VERY IMPORTANT : for HTML5 tags. Do NOT remove the code  */
/* below. All unknown tags are interpreted by default as    */
/* "display:inline"                                         */
/* ******************************************************** */

/* html5に対応していないブラウザ用 */ 
header, hgroup, section, footer, aside, nav, article { 
	display: block;   
}/* ******************************* */


/* GENERAL */
body {
	background: url(images/body_bg.gif) repeat-x left top #E9F8F5;
	color: #000;
	margin: 0;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#container {
	background: url(images/container_bg.png) repeat-y left top;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	width: 850px;
}

img{
	border: none;
}

hr{
	height: 1px;
	color: #fff;
	border-bottom: 1px dotted #999;
}

h2{
	font-weight: bold;
	margin: 0;
	padding:0;
	font-size: 100%;
	}


/* The page header     */
/* ******************* */
/* applied to <header> */
header{
	width: 840px;
	height: 87px;
	margin: 0;
	padding: 0;
	background: url(images/header_bg.jpg) left top no-repeat;
}

/* logo */
/* ================ */
#logo {
	padding: 0;
	margin: 0;
	height: 87px;
}

		#logo h1 {
			width: 300px;
			height: 87px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
			/*position: absolute;*/
		}
		
		
		
		#logo h1 a:link, #logo h1 a:visited, #logo h1 a:hover {
			display: block;
			width: 300px;
			height: 87px;
			text-decoration: none;
			text-indent: -9999px;
		}
		
		
		
		#logo {
	margin: 0;
	padding: 0;
		}
#logo_table {
	width: 840px;
	margin: 0;
	padding: 0;
	height: 87px;
}
#logo_td {
	width: 310px;
}


/*-------------------------------------------*/
/* navlist */
#navlist { 
	margin: 0;
	padding: 0 0 0 0;
	width: 840px;
	clear: both;
	height: 32px;
}

	#navlist ul {
		padding: 0; 
		margin: 0;
		border-right: 1px solid #fff;
		list-style: none; 
		text-align: center;
		height: 32px;
		background: url(images/navlist_bg.jpg) repeat-x left top;
	}
	
					#navlist ul li { 
						border-left: 1px solid #fff;
						width: 138px;
						padding: 0;
						margin: 0;
						float: left;
						line-height: 32px;
						vertical-align: middle;
					}
	
	
			#navlist ul li a:link, #navlist li a:visited{
				background: url(images/navlist_bg.jpg) repeat-x left top;
				text-decoration: none;
				height: 32px;
				display: block;				
			}
						#navlist ul li a:hover {
							background: url(images/navlist_bg.jpg) repeat-x left -33px;
						}
			

/*-------------------------------------------*/		
/* page_nav */
#page_nav{
	letter-spacing: 1px;
	/*font-size: 12px;*/
	margin: 0;
	background: #F3E6F3;
	text-align: right;
	padding: 0;
	width: 420px;
}

#page_nav_body {
	width:840px;
	margin:0;
	background: #F3E6F3;
	border: 0;
	padding: 0;
}

#search_main {
	letter-spacing: 1px;
	font-size: 90%;
	/*font-size: 12px;*/
	width: 380px;
	margin: 0;
	padding: 0 0 0 10px;
}

#search_button{
	width:45px;
	height:20px;
	border:0px;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}

#search_box{
	width:300px;
	height:18px;
	font-size: 90%;
	color:#000000;
	border:1px solid #999;
	background-color: #FFF;
	vertical-align: middle;
}

#page_nav ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#page_nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/page_nav_arrow.gif) no-repeat left top;
}

#page_nav a:link,#page_nav a:visited{
	color: #000;
	text-decoration: none;
}

#page_nav a:hover{
	color: #FF0000;
	text-decoration: underline;
}





/*-------------------------------------------*/
	
	
/* Background content */
/* ****************** */
section {
	clear: both;
	margin: 10px 10px 0 10px;
	width: 820px;
	padding: 0;
}

		/*=====page layout 重要*/
		section:after{
			overflow: hidden;
		}
		
		section:after {
		    content: "";
		    display: block;
		    clear: both;
		    height: 1px;
		    overflow: hidden;
		}
		
		
		/* */
		* html section {
		    height: 1em;
		    overflow: visible;
		}
		/**/
		
section a:link, section a:visited{
	color: #0066CC;
	text-decoration: none;
}

section a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/* pankuzu */
.pankuzu{
	font-size: 90%;
	margin-left: 10px;
}

.pankuzu a:link, .pankuzu a:visited{
	color: #A348A3;
	text-decoration: none;
}

	.pankuzu a:hover{
		text-decoration: underline;
	}
/*-------------------------------------*/
/* pageback/pagetop */
#pagenav{
	text-indent: -9999px;
	width: 780px;
	clear: both;
	padding-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
.p_top{
	width: 105px;
	float: right;
}

.p_top a:link, .p_top a:visited{
	background: url(images/p_top.gif) left top no-repeat;
	width: 105px;
	height: 20px;
	color: #009900;
	display: block;
}


.p_back{
	width: 105px;
	float: left;
}

.p_back a:link, .p_back a:visited{
	background: url(images/p_back.gif) right top no-repeat;
	width: 105px;
	height: 20px;
	display: block;
}

/*-------------------------------------*/
/* pageback/pagetop */
/* 右側テーブル内の設定 */
#pagenav2{
	width: 540px;
	padding-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	margin-top: 20px;
}
.p_info2{
	background: url(images/p_info.gif) left top no-repeat;
	width: 105px;
	height: 30px;
	float: right;
}
.p_top2{
	background: url(images/p_top.gif) left top no-repeat;
	width: 105px;
	height: 30px;
	float: right;
	padding-right: 20px;
}

/*-------------------------------------*/
/* content */
#content{
	float: right;
	width: 550px;
	margin-right: 10px;
	line-height: 180%;
}

#content_a{
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
}

#content h2, #content_a h2 {
	background: url(images/h2.gif) no-repeat 5px 10px;
	color: #A348A3;
	font-size: 140%;
	letter-spacing: 1px;
	margin-top: 0px;
	border: 1px solid #A348A3;
	padding: 10px 10px 5px 25px;
	margin-bottom: 20px;
}

#content h3, #content_a h3{
	background: #DFDBDF;
	font-size: 110%;
	letter-spacing: 1px;
	border-bottom: 1px solid #A348A3;
	padding: 3px 3px 3px 10px;
	margin: 10px 0 10px 0;
}

#content h4, #content_a h4{
	background: url(images/h4.gif) no-repeat left 2px;
	font-size: 110%;
	letter-spacing: 1px;
	color: #666;
	padding: 0 0 0 20px;
	margin: 20px 0 5px 0;
}

#content h5, #content_a h5{
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
	color: #42A042;
	font-size: 100%;
}


#content p, #content_a p{
	margin: 0;
	padding: 5px0 5px 0;
	line-height: 200%;

}



/*-------------------------------------*/
/* sidebar */
#sidebar{
	float: left;
	width: 208px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px;
}


#sidebar h2 {
	background: url(images/sidebar_bg.jpg) repeat-x left top;
	color: #fff;
	font-size: 110%;
	text-align: center;
	letter-spacing: 1px;	/*文字の間隔*/
	vertical-align: middle;
	margin: 0;
	padding-top: 10px;
	height: 32px;
}

#sidebar ul{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#sidebar li{
	background: url(images/sidebar_arrow.gif) 10px 10px no-repeat;
	margin: 0;
	padding: 10px 0 10px 25px;
	list-style: none;
	border-bottom: 1px dotted #666;
	text-align: left;
}


		#sidebar ul li ul{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		
		#sidebar ul li ul li{
			background: url(images/sidebar_arrow_b.gif) 10px 10px no-repeat;
			margin: 0;
			padding: 5px 0 5px 25px;
			list-style: none;
			border-bottom: none;
		}
		




#sidebar a:link, #sidebar a:visited{
	color: #000;
	text-decoration: none;
	display: block;
}

#sidebar a:hover{
	color: #A348A3;
	text-decoration: underline;
}

/* sidebar2 */
/* 会員メリットの住所 */
#sidebar2{
	float: left;
	width: 208px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px;
}


#sidebar2 h2 {
	background: url(images/sidebar_bg.jpg) repeat-x left top;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;	/*文字の間隔*/
	vertical-align: middle;
	margin-top: 10px;
	padding-top: 10px;
	height: 32px;
}


#sidebar2 p {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sidebar2 p.big {
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

#sidebar2 img {
	margin:0 5px 0 0;
	vertical-align: top;
}

#sidebar2 ul{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
	color: #000000;
}

#sidebar2 li{
	margin: 0;
	padding: 2px;
	list-style: none;
	text-align: left;
	color: #000000;
}


		#sidebar2 ul li ul{
			margin: 0;
			padding: 0;
			list-style: none;
			color: #000000;
		}
		
		
		#sidebar2 ul li ul li{
			margin: 0;
			padding: 5px 0 5px 0px;
			list-style: none;
			border-bottom: none;
			color: #000000;
		}
/*--------------------------------------*/
/* index */
#contentindex{
	float: right;
	width: 580px;
}

/* #sideindex_right */
#sideindex_right{
	width: 180px;
	float: right;
}	

/*=======*/

	ul.side_nav_c{
		margin: 0 0 8px 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.side_nav_c li{
		margin: 0 0 5px 0;
		padding: 0;
		list-style-type: none;
		line-height: 105%;
	}	
	
	ul.side_nav_c li a:link, ul.side_nav_c li a:visited{
		background: url(images/side_nav_c_bg.jpg) left top;
		text-decoration: none;
		display: block;
		width: 180px;
		height: 124px;
	}	
	
	ul.side_nav_c li a:hover{
		background: url(images/side_nav_c_bg.jpg) left -124px;
	}

/*=======*/

	ul.side_nav_a{
		margin: 0 0 8px 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.side_nav_a li{
		margin: 0 0 5px 0;
		padding: 0;
		list-style-type: none;
		line-height: 105%;
	}	
	
	ul.side_nav_a li a:link, ul.side_nav_a li a:visited{
		background: url(images/side_nav_a_bg.jpg) left top;
		text-decoration: none;
		display: block;
		width: 180px;
		height: 60px;
	}	
	
	ul.side_nav_a li a:hover{
		background: url(images/side_nav_a_bg.jpg) left -60px;
	}

/*=======*/	

ul.side_nav_normal{
		margin: 0 0 8px 0;
		padding: 0;
		list-style-type: none;
}

	ul.side_nav_normal li{
		margin: 0 0 5px 0;
		padding: 0;
		list-style-type: none;
		line-height: 105%;
	}
	
	ul.side_nav_normal li a:link, ul.side_nav_normal li a:visited{
		margin: 0 0 5px 0;
		padding: 0;
		list-style-type: none;
		line-height: 105%;
		border: 1px solid #106FCF;
		display: block;
	}
	
	ul.side_nav_normal li a:hover{
		border: 1px solid #FFCC00;
	}	
	
/* ----------------------------------------------- */
	ul.side_nav_b{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.side_nav_b li{
		margin: 0 0 5px 0;
		padding: 0;
		list-style-type: none;
		line-height: 105%;
	}	
	
	ul.side_nav_b li a:link, ul.side_nav_b li a:visited{
		border: 1px solid #6ACDFF;
		text-decoration: none;
		display: block;
		width: 168px;
	}	
	
	ul.side_nav_b li a:hover{
		border: 1px solid #ffcc33;
	}


/*------------------------------------------*/	
/* #sideindex_center */
#sideindex_center{
	width: 380px;
	margin-bottom: 20px;
	float: left;
}
/*------------------------------------------*/	
/* #sideindex_left */
#sideindex_left{
	width: 220px;
	float: left;
	margin-bottom: 20px;
}

#sideindex_left p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.box_a{
	border: 1px solid #ccc;
	padding: 5px 5px 0 5px;
	margin-bottom: 5px;
}

ul.side_nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.side_nav li{
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
		/*line-height: 1px;*/
		line-height: 105%;
}	

ul.side_nav li a:link, ul.side_nav li a:visited{
	background: url(images/side_nav_bg.jpg) left top;
	text-decoration: none;
	display: block;
	width: 210px;
	height: 50px;
}	

ul.side_nav li a:hover{
	background: url(images/side_nav_bg.jpg) left -50px;
}

/* ビジネス支援 */
ul.support{
	background: none;
	margin: 0;
	padding: 0;
}

ul.support li{
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.support li img{
	margin-bottom: 4px;
}

ul.support li a:link, ul.support li a:visited{
	background: none;
	text-decoration: none;
	display: inline;
	margin: 0;
}	

ul.support li a:hover{
	background: none;
}

/* 共済事業 */
ul.mutual_aid{
	background: none;
	margin: 0 0 0 2px;
	padding: 0;
}

ul.mutual_aid li{
	background: none;
	margin: 0 0 2px 0;
}


ul.mutual_aid li a:link, ul.mutual_aid li a:visited{
	background: none;
	text-decoration: none;
	border: 1px solid #666;
	margin: 0;
	width: 203px;
	height: 28px;
}	

ul.mutual_aid li a:hover{
	background: none;
	border: 1px solid #FFCC00;
}
	
/* =================== */
.nav_box_a{
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-collapse: collapse;
}

.nav_box_a td{
	padding: 5px;
	vertical-align: top;
}	

.nav_box_a p{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 95%;
}	
.nav_box_a {
	margin: 0 0 3px 0;
}

/*
 link setting */
.nav_box_a  a:link, .nav_box_a  a:visited{
	color: #FF6600;
}

.nav_box_a  a:hover{
	color: #ff0000;
	text-decoration: underline;
}
/*
p link setting */
.nav_box_a p a:link, .nav_box_a p a:visited{
	color: #000;
}

.nav_box_a p a:hover{
	text-decoration: underline;
}

		.nav_box_a td a.green:link, .nav_box_a td a.green:visited{
			color: #669900;
		}
		
		
/*--------------------------------------*/
/* The posts */
/* ********* */
article{
	width: 368px;
	padding: 5px;
	border: 1px solid #993399;
	margin-bottom: 5px;
	margin-top: 5px;
}

#scroll{
	width: 368px;
	height: 442px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	scrollbar-arrow-color: #ccc;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #ffffff;
}


	#scroll dl {
		padding: 5px;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}

		#scroll dl dt {
	width: 80px;
	margin: 0;
	padding: 5px 0 10px 12px;
	letter-spacing: 1px;
	background: url(images/arrow.gif) no-repeat left 5px;
	vertical-align: top;
		}
		
		#scroll  dl dd {
			margin:-20px 0 0 80px;
			background: #DFDBDF;
	vertical-align: top;
		}
		
				
		#scroll dl dd a:link, #scroll dl dd a:visited {
	            color: #FF0000;
	            text-decoration: underline;
	vertical-align: top;
		}
		
		#scroll dl dd a:hover {
			color: #666;
			text-decoration: none;
	vertical-align: top;
		}
		
		/* topick_old */
		#scroll .topick_old {
			color: #999;
		}
		
		#scroll .topick_old dl dd {
			background: #fff;
		}		
		
		#scroll .topick_old dl dd a:link, #scroll .topick_old dl dd a:visited {
	            color: #999;
	            text-decoration: underline;
		}
		
		#scroll .topick_old dl dd a:hover {
			color: #999;
			text-decoration: none;
		}
		
		
		
		
		
		
/*------------------------------------------------- */
/* 会議所コラム */
#scroll_column{
	width: 170px;
	height: 305px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	scrollbar-arrow-color: #ccc;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #ffffff;
	text-align: left;
	/*font-size: 12px;*/
}








/* banner */

#banner{
	clear: both;
	width: 840px;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 5px;
	background: url(images/index/banner_bg.gif) no-repeat left top #F3E6F3;
	overflow: hidden;
}


#banner ul{
	margin: 0 20px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#banner ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 195px;
	line-height: 105%;
	display: inline;
}

#banner ul li a{
	display: block;
	float: left;
	width: 195px;
	height: 40px;
	margin: 0 5px 5px 0;
}

#banner ul li a.last{
	margin: 0;
}

/* footer */
/* ********* */
footer{
	background: #993399;
	width: 820px;
	height: 70px;
	clear: both;
	margin: 0 0 0 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	line-height: 130%;
}

address{
	font-style: normal;
	text-align: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

footer p.copy{
	margin: 0;
	text-align: left;
}

footer p.policy{
	margin: 0;
	float: right;
}


footer a:link, footer a:visited{
	color: #fff;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

/* ******************************** */	
/* table */
/*table a*/
table.table_a{
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


table.table_a th{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #e6f3e7;
	color: #333;
}

table.table_a td{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/* --------------------------------- */
/* arrow */
ul.arrow_a{
	margin: 0;
	padding: 20px 0 10px 0;
	list-style-type: none;
}

ul.arrow_a li{
	background: url(images/arrow.gif) no-repeat left 10px;
	border-bottom: 1px dotted #ccc;
	padding: 8px 5px 8px 15px;
	list-style-type: none;
}			

/* topics_detail */
/* ********* */
#topics_detail{
	width: 840px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;   /* rounded corner, news CSS3 property */
	-moz-border-radius: 10px;   /* rounded corner for Gecko */
	-webkit-border-radius: 10px; /* rounded corner for Safari and Konqueror */
	behavior: url(border-radius.htc);/*for IE*/
}


#topics_detail {
	color: #999;
	font-family: 'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic",Osaka,Verdana,Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#topics_detail h3{
	color: #333;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: none;
	padding: 5px;
	margin: 0;
	background: url(images/topics_detail__bg.gif) left top no-repeat #e8e8e8;
}



			
/***********************************************************
■■■　コンテンツページの設定　■■■
***********************************************************/
/* 文字強調 ==========*/
.stressed01{
	font-size: 120%;
	line-height: 130%;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0;
	letter-spacing: 1px;
}

/* ------------------------------- */
/* count */
.count{
	text-align: right;
	margin: 10px auto 20px auto;
	width: 830px;
}



/* -------------------------------------------------- */
/* index slide images */

#example {
	width:820px;
	height:250px;
	position:relative;
	background: #f0f0f0;
	margin-bottom: 20px;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:820px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a img {
	display:block;
}



/*
	Pagination
*/

.pagination {
	/*argin:26px auto 0;*/
	width:100px;
	position: absolute;
	margin: 0;
	top: 10px;
	left: 700px;
	z-index: 300;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/index/slide/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/**************************************************************************
　■文字サイズ
***************************************************************************/

#moji_size_td {
	text-align: right;
	width: 280px;
	vertical-align: bottom;
	padding-bottom: 15px;
}

#moji_size {
	vertical-align: middle;
}

#moji_size_s {
	width: 21px;
	height: 21px;
	background-image: url(images/moji_size_s.gif);
	background-repeat: no-repeat;
	border: 0;
	vertical-align: bottom;
}

#moji_size_m {
	width: 21px;
	height: 21px;
	background-image: url(images/moji_size_m.gif);
	background-repeat: no-repeat;
	border: 0;
	vertical-align: bottom;	
}

#moji_size_l {
	width: 21px;
	height: 21px;
	background-image: url(images/moji_size_l.gif);
	background-repeat: no-repeat;
	border: 0;
	vertical-align: bottom;	
}

#moji_chinese {
	position: relative;
}

#moji_chinese::before {
	content: '';
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 10px;
	background-color: #fff;
}


	#moji_chinese > a {
		display: none;
	}




