@charset "utf-8";
	/* CSS Document */

body {
	color : #5c5c5c;
	background-position : center top;
	background-repeat : no-repeat;
font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size : 14px;
}

.wrap {
	width: 990px;
	max-width: 990px;
	margin: auto;
	position: relative;
}

img {
	height: auto;
}

ul {
	list-style: none;
}

/* 見出し系 */
.h4_A {
	background-image : url(/cmps_img/img-44.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding: 10px 0 0 40px;
	height: 25px;
}
.h4_B {
	color : #000;
	background-image : url(/cmps_img/img-40.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size : 19px;
	font-weight : normal;
	padding : 5px 0 0 50px;
	height : 30px;
}
.h4_C {
	color : #392d76;
	background-image : url(/cmps_img/img-82.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size : 20px;
	font-weight : bold;
	padding : 10px 0 0 40px;
	height : 24px;
}
.h4_A_1 {
	background-image : url(/cmps_img/upfiles//2014/11/icon1.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding: 10px 0 0 40px;
	height: 25px;
}
.h4_A_2 {
	background-image : url(/cmps_img/upfiles//2014/11/icon2.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding: 10px 0 0 40px;
	height: 25px;
}


.h5_A {
	color: #392d76;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #abb7bf;
}
.h5_B {
	font-size : 18px;
	font-weight: normal;
	width: 970px;
	padding: 10px 0 10px 20px;
	background-color: #e9e9db;
	border-left: 10px solid #343385;
}
.h5_C {
	background-image : url(/cmps_img/h5_B.gif);
	background-position : left center;
	background-repeat : no-repeat;
	background-size: cover;
	font-size : 18px;
	font-weight: normal;
	width: 940px;
	padding: 17px 0 15px 50px;
}
.h6_B {
	background-image : url(/cmps_img/img-78.png);
	background-position : left center;
	background-repeat : no-repeat;
	font-size : 14px;
	padding: 10px 0 10px 25px;
	border-bottom: 2px solid #343385;
}

/* リスト系 */
.ul_A {
	width: 100%;
}
.ul_A li {
	border-bottom: 1px dotted #abb7bf;
	padding: 10px;
}
.ul_A li.col {
	background-color: #f4f4f4;
}

.ul_B {
	width: 100%;
}
.ul_B li {
	border-bottom: 1px dotted #abb7bf;
}
.ul_B li.col {
	background-color: #f4f4f4;
}


/* ボックス系 */
.box_A {
	background-color: #dcdcdc;
	padding: 5px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.box_B {
	background-color: #c0c0b2;
	padding: 5px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}


#header {
	height: 105px;
	border-top: 3px solid #4d418d;
}

#h_logo {
	position: absolute;
	display: block;
	top: 5px;
	left: 20px;
}
#h_menu {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
}
#h_menu li {
	width: 130px;
	float: left;
}
#h_menu li a {
	color: #5c5c5c;
	text-decoration: none;
}
#h_menu li a:hover {
	color: red;
}

#h_search {
	position: absolute;
	top: 35px;
	right: 35px;
}
#h_search input[type="text"] {
	background-image : url(/cmps_img/img-18.png);
	background-position : 5px center;
	background-repeat: no-repeat;
	padding : 5px 5px 5px 30px;
	border : 1px solid #c3c3c3;
	width: 190px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
#h_search input[type="submit"] {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #6663a7;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

#h_navi {
	background-image : url(/cmps_img/img-24.png);
	background-position : left top;
	background-repeat : no-repeat;
	height: 30px;
	width: 100%;
	top: 70px;
	position: absolute;
}
#h_navi li {
	width: 162px;
	float: left;
	margin-left: 2px;
	height: 30px;
}
#h_navi a {
	text-decoration: none;
	color: #343434;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
	width: 100%;
	display: block;
}

#f_copy {
	background-image : url(/cmps_img/footer_bg.png);
	background-position : left top;
	background-repeat : repeat-x;
	background-size: contain;
	padding: 20px 0;
	text-align: center;
}

#side_R {
	float: right;
	width: 281px;
}
#to_top {
	text-align: right;
}
#to_top a {
	color: #5c5c5c;
	text-decoration: none;
}
#to_top a:hover {
	color: red;
}

.contents {
	float: left;
	width: 680px;
}
.contents_k {
	width: 100%;
}


/* トップページ */
#top_bn1 {
	margin-bottom: 5px;
}
#top_list_sec1 li {
	padding-bottom: 10px;
}
#top_list_sec1 .flt_L {
	width: 85px;
}
#top_list_sec1 .flt_R {
	width: 575px;
}

#top_tags_sec2 {
	padding-left: 2px;
}
#top_tags_sec2 li {
	background-position : left top;
	background-repeat : no-repeat;
	background-size: 100% 100%;
	height: 22px;
	float: left;
	font-size: 12px;
	color: #303030;
	padding-top: 10px;
	margin-right: 2px;
	cursor: pointer;
	width: 109px;
	text-align: center;
}
#top_tags_sec2 li.on {
	font-weight: bold;
	color: #FFF;
}
#top_tags_sec2 li.off {
	background-color: #FFF;
	font-weight: normal;
}

#top_sec2_tag1.off:hover {
	background-color: #392d76;
	color: #FFF;
}
#top_sec2_tag1.on {
	background-color: #392d76;
}

#top_sec2_tag2 {
	padding: 0 1px;
}
#top_sec2_tag2.off:hover {
	background-color: #67afff;
	color: #FFF;
}
#top_sec2_tag2.on {
	background-color: #67afff;
}

#top_sec2_tag3.off:hover {
	background-color: #ff9c00;
	color: #FFF;
}
#top_sec2_tag3.on {
	background-color: #ff9c00;
}

#top_sec2_tag4.off:hover {
	background-color: #9a8fd3;
	color: #FFF;
}
#top_sec2_tag4.on {
	background-color: #9a8fd3;
}

#top_sec2_tag5A.off:hover {
	background-color: #ff8da2;
	color: #FFF;
}
#top_sec2_tag5A.on {
	background-color: #ff8da2;
}

#top_sec2_tag6A.off:hover {
	background-color: #57c461;
	color: #FFF;
}
#top_sec2_tag6A.on {
	background-color: #57c461;
}

sec2_box1 {
	border: 2px solid #392d76;
}
#top_sec2_box1 {
	border: 2px solid #392d76;
}
#top_sec2_box2 {
	border: 2px solid #67afff;
}
#top_sec2_box3 {
	border: 2px solid #ff9c00;
}
#top_sec2_box4 {
	border: 2px solid #9a8fd3;
}
#top_sec2_box5A {
	border: 2px solid #ff8da2;
}
#top_sec2_box6A {
	border: 2px solid #57c461;
}

.top_box_sec2 {
	background-color : #fff;
	padding : 10px;
}
.top_box_sec2 li {
	padding: 10px 0;
}
.top_box_sec2 .flt_L {
	width: 75px;
	font-size: 12px;
}
.top_box_sec2 .flt_C {
	float: left;
	width: 80px;
}
.top_box_sec2 .flt_C span {
	font-size: 10px;
	color: #FFF;
	background-color: #928dc4;
	padding: 5px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.top_box_sec2 .flt_R {
	width: 470px;
}

#top_keyimage {
	position: relative;
	width: 990px;
	margin: 10px auto;
}
#top_keyimage ul {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 15px;
}
#top_keyimage li {
	margin-bottom: 2px;
}

#bn_mailmag {
	background-color: #7363c7;
	border: 2px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#bn_mailmag h4 {
	padding: 10px;
	margin-bottom: 10px;
}

/* 商工会とは？ */
#main_whats_shokokai #sec2 {
	font-size: 24px;
	text-align: center;
	padding: 30px 0;
	width: 80%;
	margin: 20px auto 0 auto;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b3d3ff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b3d3ff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #b3d3ff);
	background-image: -ms-linear-gradient(top, #ffffff, #b3d3ff);
	background-image: -o-linear-gradient(top, #ffffff, #b3d3ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#b3d3ff));
	background-image: -webkit-linear-gradient(top, #ffffff, #b3d3ff);
	background-image: linear-gradient(top, #ffffff, #b3d3ff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#whats_shokokai_navi a {
	display: block;
	width: 188px;
	padding: 10px 0;
	border: 0;
	background-color: #f7faff;
	float: left;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-moz-box-shadow: 0px 0px 6px #ebebeb;
	-webkit-box-shadow: 0px 0px 6px #ebebeb;
	box-shadow: 0px 0px 6px #ebebeb;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7faff', endColorstr = '#d6ddff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7faff', endColorstr = '#d6ddff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #f7faff, #d6ddff);
	background-image: -ms-linear-gradient(top, #f7faff, #d6ddff);
	background-image: -o-linear-gradient(top, #f7faff, #d6ddff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7faff), to(#d6ddff));
	background-image: -webkit-linear-gradient(top, #f7faff, #d6ddff);
	background-image: linear-gradient(top, #f7faff, #d6ddff);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#whats_shokokai_navi a.on {
	color: #FFF;
	background-color: #6b6fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c2c2ff', endColorstr = '#5458ff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c2c2ff', endColorstr = '#5458ff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #c2c2ff, #5458ff);
	background-image: -ms-linear-gradient(top, #c2c2ff, #5458ff);
	background-image: -o-linear-gradient(top, #c2c2ff, #5458ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#c2c2ff), to(#5458ff));
	background-image: -webkit-linear-gradient(top, #c2c2ff, #5458ff);
	background-image: linear-gradient(top, #c2c2ff, #5458ff);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#whats_shokokai_navi a:hover {
}
#whats_shokokai_navi a.end {
	margin-right: 0;
}

/* 全国連について */
#zenkokurensosiki #sec1a .flt_L {
	width: 300px;
}
#zenkokurensosiki #sec1a .flt_R {
	width: 600px;
}
#zenkokurensosiki #sec2a .h6_B {
	width: 45%;
}
#zenkokurensosiki #sec2a h7 {
	font-size: 12px;
	font-weight: bold;
}
#zenkokurensosiki #sec2a h7 {
	font-size: 12px;
	font-weight: bold;
}
#zenkokurensosiki #sec3 .flt_L {
	width: 120px;
}
#zenkokurensosiki #sec3 .flt_R {
	width: 860px;
}


#assistance_services .tbl {
	width: 100%;
	margin: 20px auto 0 auto;
}
#assistance_services .tbl td {
	padding: 10px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#assistance_services .tbl .link {
	width: 375px;
}
#assistance_services .tbl .img {
	width: 240px;
}



#search_shokoukai iframe {
	border: 0;
}

.tbl_2 {
	margin: 0 auto;
}
.tbl_2 td {
	padding: 10px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


.short_bn {
	width: 48%;
}

.tile_links {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	width:600px;
	margin:0 auto;
	padding:15px 0 10px 0;
	text-align:center;
}
.tile_links a {
	display: block;
	margin-bottom: 10px;
}

.tile_links .link1,
.tile_links .link3,
.tile_links .link5 {
	float: left;
	width:48%;
}

.tile_links .link2,
.tile_links .link4,
.tile_links .link7 {
	float: right;
	text-align:right;
	width:48%;
}
.tile_links .link6 {
	width: 100%;
	clear: both;
}
.tile_links .link1 img,
.tile_links .link2 img,
.tile_links .link3 img,
.tile_links .link4 img,
.tile_links .link5 img,
.tile_links .link6 img,
.tile_links .link7 img,
.short_bn img {
	width:100%;
	height:auto;
}


/* 全国商工会検索フォーム */
#search_map {
	background-image : url(http://www.shokokai.or.jp/cmps_img/upfiles/2015/02/l019.png);
	background-position : center center;
	background-repeat : no-repeat;
	background-size: 600px;
	position: relative;
	height: 650px;
}
#search_map ul{
	position: absolute;
	width: 100px;
}
#search_map li{
	padding: 5px;
	text-align: left;
	margin-bottom: 5px;
	color: #FFF;
}
#search_map .area_0 {
	right: 180px;
}
#search_map .area_0 li {
	background-color: #666;
}
#search_map .area_1 {
	right: 40px;
}
#search_map .area_1 li {
	background-color: #82a0dd;
}
#search_map .area_2 {
	right: 70px;
	bottom: 100px;
}
#search_map .area_2 li {
	background-color: #a2d04b;
}
#search_map .area_3 {
	left: 530px;
}
#search_map .area_3 li {
	background-color: #ec9b9b;
}
#search_map .area_4 {
	left: 400px;
	top: 100px;
}
#search_map .area_4 li {
	background-color: #ff9800;
}
#search_map .area_5 {
	left: 100px;
	top: 150px;
}
#search_map .area_5 li {
	background-color: #c696d5;
}
#search_map .area_6 {
	left: 250px;
	top: 200px;
}
#search_map .area_6 li {
	background-color: #8a94d2;
}
#search_map .area_7 {
	left: 50px;
	bottom: 50px;
}
#search_map .area_7 li {
	background-color: #f46d6d;
}

#search_map table {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
}
#search_map th,#search_map td {
	text-align: left;
	padding-bottom: 5px;
}


.list_mailmag th {
	background-color: #E9E9DB;
	padding: 5px 0;
	border-bottom: 1px dashed #878787;
}
.list_mailmag td {
	padding: 5px 0;
	border-bottom: 1px dashed #878787;
	line-height: 1.5;
}

#shinsai_nemu {
	background-color: #e5e5ff;
	width:890px;
	margin:0 auto;
}
.kuma_comment {
	width:968px;
	text-align:left;
	margin: 5px auto 10px auto;
	padding:10px;
	font-size:15px;
	line-height:18px;
	border: 1px solid #7f7f7f;
}