/*共通設定*/
html {
	background:#5D6862 url('../img/back_all.gif') repeat-y center;
}

body {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
	color: #666;
	height: 100%;
	background-color:#fff;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

li {
	margin:0;
	padding:0;
	list-style:none;
}

a:link {
	color:#074F81;
	text-decoration:none;	
}

a:visited {
	color:#074F81;
	text-decoration:none;	
}
a:hover {
	color:#FE8901;
	text-decoration:underline;	
}

h1, h2, h3, h4, h5, h6, h7{
	font-size:120%;
	margin: 0;
	padding: 0;
}

h3 {
	font-style:bold;
}

p {
	margin: 0;
	padding: 0;
}

.space {
	clear:both;
	padding-top:10px;
}



/*全体幅（共通）*/
#all_back{
	width:750px;
	background-color:#fff;
}

/*ヘッダー（共通）*/
#header_color{
	width: 750px;
	height:10px;
	background: #203141;
}

#header{
	margin:0;
	width:750px;
}

#header .member_btn{
	float:right;
	margin:10px;
}

#header .logo{
	margin: 0px;
	padding: 16px 0px 0px 9px;
	float: left;
}

/*全体の幅（共通）*/
#main_area {
	width:750px;
	clear:both;
}

/*index大領域*/
#index_top {
	width:540px;
	float:left;
	margin:0;
	padding:0px 10px;
}

#index_top .main_pic {
	padding-bottom:8px;
}

/*電光掲示板	padding-bottom:10px; */
#ebbs_box {

	height:30px;
	padding:0px 10px 5px 10px;
}

#ebbs_box .text_box {
	background:#bccfcd;
	height:22px;
	padding:8px 10px 0 10px;
}

/*index各ブロック部分*/
#index_manu {
	width:540px;
	float:left;
	margin:0;
	padding:0px;
}

/*index左ブロック*/
#index_leftbox {
	width:130px;
	float:left;
}

/*index中央ブロック*/
#event_news {
	width:398px;
	float:right;
	padding:0 0 10px 9px;
}

#event_news .prev{
	float:right;
}

#event_news .window_box{
	margin:10px;
	clear:both;
}

/*indexイベントブロック*/
#index_event {
	border:1px solid #999;
	width:398px;
	clear:both;
	float:left;
	margin-bottom:10px;
}

#index_event .eventbar{
	background-color:#203141;
	width:398px;
	height:24px;
	clear:both;
}

#index_event .date{
	color:#1499AC;
	background-color:#fff;
	clear:both;
	margin-bottom:10px;
}

#index_event img{
	float:left;
}

#index_event .text_box{
	width:250px;
	float:left;
}

#index_event h3{
	margin:0 0 10px 10px;
	text-align:left;
}

#index_event .text{
	margin:0 0 10px 10px;
	text-align:left;
}


#index_event .text{
	margin:0 0 10px 10px;
	text-align:left;
}

/*indexニュースブロック*/
#index_news {
	border:1px solid #999;
	width:398px;
	clear:both;
	float:left;
	margin-bottom:10px;
}

#index_news .newsbar{
	background-color:#203141;
	width:398px;
	height:24px;
	clear:both;
}

#index_news ul{
	float:left;
}

#index_news li{
	clear:both;
}

#index_news .date{
	width:60px;
	float:left;
	color:#1499AC;
	background-color:#fff;
}

#index_news .text_area{
	float:left;
	width:304px;
	padding:0 0 5px 10px;
}

/*公開予定*/
#comingsoon {
	clear:both;
	width:388px;
	margin:0;
	padding:0 5px 0px 5px;
}

#comingsoon img{
	float:left;
	padding:0 5px 10px 5px;
}

/*index右ブロック*/
#right_block {
	width:180px;
	float:left;
	margin:0;
	padding:0;
}

/*index右ボタン*/
#spbtn_block {
	width:180px;
	margin:0;
	padding:0;
	clear:both;
}

#spbtn_block img{
	margin-bottom:8px;
}

/*広告*/
#banner_box{
	width:180px;
	margin:0;
	padding:0;
	clear:both;
}

/*外部リンク*/
#index_link{
	width:180px;
	background:#c8d6d9;
	padding:10px 0 0 0;
	margin:0;
	text-align:center;
	clear:both;
}

#index_link img{
	margin-bottom:8px;
}

#index_link p{
	margin-bottom:8px;
}

/*中面左ブロック*/
#left_block {
	width:130px;
	float:left;
	padding:0px 10px;
}

#main_menu {
	border:1px solid #999;
	width:128px;
	float:left;
}

#main_menu .menubar{
	background-color:#203141;
}

#main_menu .menu{
	width:120px;
	padding:0 5px 0 0px;
	margin-bottom:12px;
}

#main_menu li{
	margin:0;
	padding:0;
	height:35px;
	background:url('../img/back_menutext.gif') no-repeat left top;
}

#main_menu p{
	margin:0;
	padding:10px 0 0 17px;
}

#spbtn_block2 {
	width:130px;
	float:left;
	margin:10px 0px;
}

#spbtn_block2 img {
	margin:4px 0;
}

/*中面メインコンテンツ（共通）*/
#contents {
	float:left;
	width:590px;
}

#contents .title{
	clear:both;
	background:url('../img/back_title.gif') no-repeat left top;
	width:590px;
	height:49px
}

#contents h2{
	padding: 23px 0 0 23px;
	color:#ffffff;
}

#contents .pankuzu{
 	text-align:right;
 	margin:8px 0;
 	font-size:90%;
}

#contents .upbox{
	text-align:right;
	margin:10px 0;
}

#contents .uptext{
	margin:30px 0;
}


#contents .text2
{
	color:#FF8400;
	background-color:#F9F5E8;
	margin:0;
	padding:0;
	line-height:2em;
}

#contents .name{
	width:165px;
	color:#FF8400;
	background-color:#F9F5E8;
	text-align:left;
	padding-left:5px;
	vertical-align:top;
}

#contents .add{
	width:270px;
	color:#FF8400;
	background-color:#F9F5E8;
	text-align:left;
	padding-left:5px;
	vertical-align:top;
}

#contents .tel{
	width:85px;
	color:#FF8400;
	background-color:#F9F5E8;
	text-align:left;
	padding-left:5px;
	vertical-align:top;
}




/*イベント一覧*/
#event_prev {
	width:590px;
	line-height:140%;
}
#event_prev .line_box {
	border-top:1px dashed #939393;
	height:128px;
	clear:both;
}
#event_prev .box_in {
	margin:10px;
}
#event_prev .date {
	color:#1499AC;
	background-color:#fff;
	clear:both;
	margin-bottom:10px;
}

#event_prev img{
	float:left;
}

#event_prev .text_box{
	width:450px;
	float:left;
}
#event_prev h3{
	margin:0 0 10px 10px;
	text-align:left;
}
#event_prev .text{
	margin:0 0 10px 10px;
	text-align:left;
}

#event_prev .end_line{
	border-top:1px dashed #939393;
	clear:both;
}

#event_prev .line_box2 {
	border-top:1px dashed #939393;
}

#event_prev .line_box2 {
	border-top:1px dashed #939393;
}

/*フッター（共通）*/
#foot_link {
	padding-top:2px;
	width:750px;
	height:19px;
	background:#49747c;
	text-align:center;
	color:#ffffff;
	clear:both;
}

#foot_link a:link {
	color:#ffffff;
	text-decoration:none;	
}

#foot_link a:visited {
	color:#ffffff;
	text-decoration:none;	
}
#foot_link a:hover {
	color:#ffffff;
	text-decoration:underline;	
}
#foot_link p{
	margin:3px;
	font-size:90%;
}

#foot_copy {
	text-align:center;
	line-height:140%;
	clear:both;
}




/*商工会とは*/
#about_prev {
	width:590px;
	line-height:140%;
}
#about_prev .line_box {
	border-top:1px dashed #939393;
	height:128px;
	clear:both;
}
#about_prev .box_in {
	margin:10px;
}
#about_prev .date {
	color:#1499AC;
	background-color:#fff;
	clear:both;
	margin-bottom:10px;
}

#about_prev img_l{
	float:left;
}
#about_prev img_r{
	float:right;
}

#about_prev .text_box{
	width:520px;
	float:left;
}
#about_prev h3{
	margin:0 0 10px 10px;
	text-align:left;
}
#about_prev .text{
	margin:0 0 10px 10px;
	text-align:left;
}

#about_prev .end_line{
	border-top:1px dashed #939393;
	clear:both;
}

#about_prev .green{
	background-color:#E6F9D3;
	margin:15px 0;
	padding:20px 30px;
	color:#346800;
	line-height:2em;
	}

#about_prev li{
	display:inline;
	padding:0 10px;
	}

/*ｲﾍﾞﾝﾄ情報*/
#even_info {
	width:680px;
	line-height:140%;
}
#even_info .line_box {
	border-top:1px dashed #939393;
	height:128px;
	clear:both;
}
#even_info .box_in {
	margin:10px;
}
#even_info .date {
	color:#1499AC;
	background-color:#fff;
	clear:both;
	margin-bottom:10px;
}

#even_info img_l{
	float:left;
}
#even_info img_r{
	float:right;
}

#even_info .text_box{
	width:520px;
	float:left;
}
#even_info h3{
	margin:0 0 10px 10px;
	text-align:left;
}
#even_info .text{
	margin:0 0 10px 10px;
	text-align:left;
}

#even_info .end_line{
	border-top:1px dashed #939393;
	clear:both;
}

/*商工会一覧*/

#access .add{
	width:260px;
	float:left;
	}
	
#access .address{
	margin-bottom:20px;
	}

#access th{
	color:#001F46;
	padding-top:5px;
	text-align:left;
	}

#access td{
	padding:2px 2px 2px 15px;
}

#access td img{
	padding-left:10px;
}
	
#access .map{
	float:right;
	}
#access .end_line{

	clear:both;
}

#tabContent {
	background-color: #FFCC00;
	padding: 5px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
  background-color: #FFCF00;
  text-decoration: underline;
  color:#0000FF;
}
#tabIndex .open {
  background-color: #FFE3A5;
  text-decoration: none;
}

#tabBoxIndex {
	background-color: #FFE3A5;
	border: #FFE3A5 solid 1px;
	padding: 1em;
	clear: both;
}