@charset "Shift_JIS";

/* --- タイプ2 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body{
	min-width: 880px; /* 全体の最小幅 */
margin : 0px 0px 5px;
padding: 0;
background-color: #cfdce3; /* 全体の背景色 */
color: #404040; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link{
	color : #0000ff;
}
a:visited{
	color: #000090;
}
a:hover{
	color: #008080;
}
a:active{
	color: #008080;
}

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container{
	width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}

p.clear{
	clear: both;
}

/* --- 写真の下の注釈 --- */
.photo_exp{
	float:right;
           font-size: 80%;
		   }

.gmap_rihgt{
	margin: 5px;
	float: right;
	height: 300px;
	width: 370px;
	border: 1px solid #666666;
}


/* --- リンク付きの写真の枠をとる --- */		   
img{
	border:none;
} 


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
	padding-bottom: 1px; /* ヘッダの下パディング */
background-color: #ffffff; /* ヘッダの背景色 */
}

/* --- トップエリア --- */
#header div.top{
	margin-bottom: 2px; /* トップエリアの下マージン */
padding: 15px 0 8px; /* トップエリアのパディング（上、左右、下） */
background : url(top_back1.gif) center top / auto auto repeat-x scroll padding-box border-box transparent; /* トップエリアの背景 */
border-bottom: 1px #e0e0e0 solid; /* トップエリアの下境界線 */
}
#header div.top div.container{
	position: relative; /* 相対配置（ガイドメニューのために設定） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle{
	margin: 0 0 7px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img{
	border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch{
	margin: 0;
}
#header p.catch strong{
	font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide{
	position: absolute; /* 絶対配置 */
top: 5px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li{
	display: inline;
padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
background : url(menu_triangle1_box.gif) 0px 0.2em / auto auto no-repeat scroll padding-box border-box transparent; /* 項目の背景（マーカー） */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening{
	padding: 8px 0; /* オープニングエリアのパディング（上下、左右） */
background : url(opening_back1.gif) center top / auto auto repeat-x scroll padding-box border-box #e8f8fd; /* オープニングエリアの背景 */
border-bottom: 1px #eef7fe solid; /* オープニングエリアの下境界線 */
}



/* オープニングエリア内の見出しトップ画像 */
#header div.opening h2{
	margin: 0;
	background-image : url(file://LS520DAB2/Public/業務データ/Ａ.商工会/70.商工会HP/nagara_hp/2023.12.20/image/top-image-01.jpg);
	height: 260px;
	text-indent: -9999px
;
}

/* --- ヘッダメニュー --- */
#header div.nl{
	background : url(hor_menu6_off.gif) center top / auto auto repeat-x scroll padding-box border-box #4e83b3; /* ヘッダメニューの背景 */
border-top: 2px #84aed2 solid; /* ヘッダメニューの上境界線 */
border-bottom: 2px #2c5170 solid; /* ヘッダメニューの下境界線 */
}
/* --- メニュー本体 --- */
#header div.nl ul{
	width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
margin: 0;
padding: 0;
border-left: 1px #2c5170 solid; /* メニュー本体の左境界線 */
border-right: 1px #84aed2 solid; /* メニュー本体の右境界線 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header div.nl li{
	width: 146px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last{
	width: 147px; /* 項目の幅 */
}
/* リンクエリア */
#header div.nl li a{
	display: block;
position: relative; /* IE6用 */
padding: 8px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-left : 1px solid #84aed2; /* リンクエリアの左境界線 */
border-right : 1px solid #2c5170; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color : #ffffff; /* 文字色 */

}
/* 英字部分 */
#header div.nl li a span.en{
	display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a{
	background : url(hor_menu6_on.gif) center top / auto auto repeat-x scroll padding-box border-box #5e91bd; /* ポイント時（アクティブ時）の背景 */
}
#header div.nl li a:hover span.en,
#header div.nl li.active span.en{
	color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header div.topicPath{
	margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
background-color: #cfdce3; /* トピックパスの背景色 */
}
#header div.topicPath ol{
	margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#header div.topicPath li{
	display: inline;
}
/* リンクエリア */
#header div.topicPath li a{
	padding-right: 12px; /* リンクエリアの右パディング */
background : url(topic_path_gray.gif) right center / auto auto no-repeat scroll padding-box border-box transparent; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none{
	display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content{
	padding : 10px 0px; /* コンテンツのパディング（上、左右、下） */
background : #ffffff;background-repeat : repeat-x;background-attachment : scroll;background-position : 0px -5px;background-size : auto auto;background-origin : padding-box;background-clip : border-box; /* コンテンツの背景 */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main{
	float: right;
	width: 660px; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle{
	margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
padding: 0 5px; /* ページタイトルのパディング（上下、左右） */
font-size: 180%; /* ページタイトルの文字サイズ */
color: #4075a5; /* ページタイトルの文字色 */
}

/* --- セクション（共通設定） --- */
#main div.section{
	margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading{
	margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */background-repeat : repeat-y;background-attachment : scroll;background-position : right center;background-size : auto auto;background-origin : padding-box;background-clip : border-box; /* 見出しエリアの背景 */

  background-image : url(heading_back5_6.gif);
  background-color : #d7ffff;
}
/* 見出し */
#main div.normal h2{
	margin: 0;
padding-left: 16px; /* 見出しの左パディング */
background : url(heading_square11.gif) 0px 0.15em / auto auto no-repeat scroll padding-box border-box transparent; /* 見出しの背景（マーク） */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%; /* 行の高さ */
}
/* 段落 */
#main div.normal p{
	margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis{
	margin-bottom: 3em; /* セクションの下マージン（上書き） */
padding: 0.8em 10px 0; /* セクションのパディング（上、左右、下） */
background : url(emphasis_back2.gif) center top / auto auto no-repeat scroll padding-box border-box transparent; /* セクションの背景 */
}
 /* 見出し */
#main div.emphasis h2{
	margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p{
	margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl{
	width: 620px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt{
	width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd{
	margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* 枠付きの箇条書き */
.kakomiwaku{
	padding:5px 5px 5px 0px;
	line-height: 150%;
	border-color:#999933;
	border-width:1px;
	border-style:dashed;
	width:420px;
}

.kakomiwaku ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;

}

div #album{
	width: 615px;
}


/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav{
	float: left;
	width: 220px; /* サイドバーの幅 */
}

#nav h2{
	background-color: #CCFFFF;
	text-align: center;
	padding-top : 10px;
	padding-bottom: 5px;
}


#nav .ad{
	margin:5px 0;
}

/* --- ilによる縦並びのメニュー -- */
#nave ul{
	list-style: none;
margin: 0;
padding: 10px 5px;
border-top: 1px dotted #999999;
}

#nave li{
	background:#efefef;
margin-top : 10px;

padding: 1px 1px;
border-bottom : 1px dotted #999999;
}

#nave a{
	border-left : 8px solid #000099;/*文字の横に付箋のようなマークを入れる*/
padding : 7px 10px;
display: block;
width: 180px ; 
color: #333333;
text-decoration: none;
}



#nave a:hover,
#nave a#current{
	background: #cccccc;
border-left: 8px solid #FFcc33;/*カーソルオーバーでマークの色が変わる*/
color: #111111;
width: 180px ; 
}

/* --- ilによる縦並びのメニュー ここまで -- */


/* --- セクション（共通設定） --- */
#nav div.section{
	margin-bottom : 10px; /* セクションの下マージン */
}

/* --- セクション（写真設定） --- */
p img{
	float : none;
	margin-right:0px;
	border-style: none;
	margin-left : 0px;
	margin-bottom: 5px;
}

/* --- トップページの見出し（サイド） --- */
#nav div.strong2{
	border: 1px #e0e0e0 solid;
	height: 40px;
	color : #ffffff;
	background-image : url(title69.jpg);
  background-repeat : no-repeat;
}
/* --- トップページの見出し（サイド） ここまで　--- */

#nav dd{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -10px;

}


/* --- トップページの見出し（サイド） --- */
#nav div.strong3{
	padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
height: 34px;
color: #FFFFFF;
}
/* --- トップページの見出し（サイド） ここまで　--- */

/* 見出し */
#nav div.section h2{
	font-size: 130%;
	margin-top : 2px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0;
	padding-right : 2px;
	padding-bottom : 10px;
	padding-left : 2px;
	color: #000000;
}
/* 段落 */
#nav div.section p{
	margin : 20px 0px 0.6em 4px; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal{
	padding: 2px; /* セクションのパディング */
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2{
	background-color: #cfdce3; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis{
	padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis div.inner{
	padding: 5px; /* 内部のパディング */
	background : url(file://LS520DAB2/Public/業務データ/Ａ.商工会/70.商工会HP/nagara_hp/2025.4.18/home/ouenken2024/image/nargara_joseibu213-200-2.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent; /* 内部の背景 */
}
/* 見出し */
#nav div.emphasis h2{
	background-color: #ffffff; /* 見出しの背景色 */
}

/* --- 強調セクション2（グリーン） --- */
#nav div.strong{
	padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}




#nav div.strong div.inner{
	padding: 2px; /* 内部のパディング */


	background: ; /* 内部の背景 */
}
/* 見出し */
#nav div.strong h2 {

}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2{
	margin: 0 0 2px; /* 見出しのマージン（上書き） */
padding: 20px 9px 6px; /* 見出しのパディング（上書き） */
border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl{
	margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li{
	margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #4e83b3 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a{
	display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background : url(ver_menu5_6off.gif) right center / auto auto repeat-y scroll padding-box border-box #ebf0f3; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover{
	background : url(ver_menu5_6on.gif) right center / auto auto repeat-y scroll padding-box border-box #ebf0f3; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact{
	padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p{
	margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel{
	margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form{
	margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding : 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #e0e0e0;border-right-color : #cccccc;border-bottom-color : #cccccc;border-left-color : #e0e0e0; /* 段落の境界線（太さ、スタイル） */ /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a{
	display: block;
position: relative; /* IE6用 */
padding : 12px;padding-bottom : 12px; /* リンクエリアのパディング（上下、左右） */
background : url(form_back1_off.gif) center top / auto auto repeat-x scroll padding-box border-box #3f99b3; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover{
	background : url(form_back1_on.gif) center top / auto auto repeat-x scroll padding-box border-box #54b3cf; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear{
	clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer{
	padding: 20px 0; /* フッタのパディング（上下、左右） */
background: #cfdce3 url(http://nagara.sakura.ne.jp/image/foot_back1.gif) repeat-x top; /* フッタの背景 */
border-top: 1px #bdcfd9 solid; /* フッタの上境界線 */
border-bottom: 7px #336797 solid; /* フッタの下境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl{
	margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* --- メニュー項目 --- */
#footer ul.nl li{
	padding: 0 7px 0 11px; /* 項目のパディング（上右下左） */
background: url(http://nagara.sakura.ne.jp/image/menu_triangle1.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
display: inline;
}
/* ガイドメニュー */
#footer ul.guide{
	margin: 0 0 30px; /* ガイドメニューのマージン（上書き） */
}

/* LightBox専用 */
#lightbox{
	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
}
#lightbox img{
	width: auto; height: auto;
}
#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0;
}
#hoverNav{
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;
}
#imageContainer >#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
}
#prevLink{
	left: 0; float: left;
}
#nextLink{
	right: 0; float: right;
}
#prevLink:hover, #prevLink:visited:hover{
	background: url(http://nagara.sakura.ne.jp/lightbox2/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover{
	background: url(http://nagara.sakura.ne.jp/lightbox2/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	;
}
#imageData{
	padding:0 10px; color: #333;
}
#imageData #imageDetails{
	width: 70%; float: left; text-align: left;
}	
#imageData #caption{
	font-weight: bold;
}
#imageData #numberDisplay{
	display: block; clear: left; padding-bottom: 1.0em;
}			
#imageData #bottomNavClose{
	width: 66px; float: right;  padding-bottom: 0.7em; outline: none;
}	 	

#overlay{
	position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;
}

/* LightBox専用ここまで */

/* LightBox の写真配置　[ホームページ作成] All About 様*/

  
div.imagebox{
		   border: 1px #000033; /* 枠線 */
		   background-color: #669999;  /* 背景色 */
		   width: 182px;               /* 横幅 */
		   float: left;                /* 左に配置 */
		   margin: 5px;
		   padding-top: 5px /* 周囲の余白 */
		;
}
		
		p.image, p.caption{
	text-align: center; /* 中央寄せ */
	margin: auto;        /* 余白・間隔 */
		}
		p.caption{
		   font-size: 80%;     /* 文字サイズ */
		   color: #ffffff;    /* 文字色 */
		}

		p.exp{
			clear: left;       /* 回り込みを解除 */
		}

/* LightBox の写真配置　ここまで */

/* --- アドレス・コピーライト --- */
#footer address{
	font-style: normal;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix::after{
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix{
	min-height: 1px;
}

/* --- ▲その他の設定終了 --- */
