@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.7;
}
li {
list-style:none;
}
p.small {
	font-size: 12px;
}
a {
	 color: #0c6291;
}   
body {
	margin: 0px;
	padding: 0px;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;

	background-color: #f7f7f7;
}
.txt-center {
	text-align: center;
}

#container {
	width: 800px; /* 横幅を変更 */
	margin-right: auto;
	margin-left: auto; /* 背景イメージを変更 */
	background-color: #FFFFFF;
	min-height: 100%;
}

#container h2 {
	padding-bottom: 5px;
}

#container h4 {
	float: left;
}

/* ここからナビゲーションボタンの設定 */
#container #btn01 a {
	background-image: url(images/top/btn01_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: 0px;
}
#container #btn02 a {
	background-image: url(images/top/btn02_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn03 a {
	background-image: url(images/top/btn03_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn04 a {
	background-image: url(images/top/btn04_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn01 a:hover {
	background-image: url(images/top/btn01.jpg);
}
#container #btn02 a:hover {
	background-image: url(images/top/btn02.jpg);
}
#container #btn03 a:hover {
	background-image: url(images/top/btn03.jpg);
}
#container #btn04 a:hover {
	background-image: url(images/top/btn04.jpg);
}
/* ここまでナビゲーションボタンの設定 */


.text01 {
	color: #333333;
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 100px;
	margin-bottom: 20px;
	/* テキスト中央揃えを削除 */
}

#text02 {
	color: #333333;
	font-size: 90%;
	line-height: 200%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	/* 下マージンを削除 */
}

#text02 li {
	list-style-type: square;
	list-style-position: inside;
}

.text03 { /* メインコンテンツ内のコンテナを設定 */
	color: #333333;
	font-size: 90%;
	width: 700px;
	margin-right: 10px;
	margin-left: 50px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #FFF;
}

#topicpath {
	padding: 16px; 
	background-color: #FFF;
	width: 708px;
	margin: auto;
	border: solid 1px;
	height: 200px;
    overflow: scroll;
	font-size: 14px;
}
#topicpath li {
	margin-bottom: 8px;
}

#container #gaido div p img {
	margin-left: 5px;
	/*text-align: center;*/
}
#container #gaido img {
	margin-left: 8px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-left-width: 0px;
	/*text-align: center;*/
}
#container #gaido p {
	/*text-align: center;*/
	font-size: 12px;
	line-height: 150%;
}
#container #topicpath .borderline p img {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
}





#topicpath p {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding-left: 20px;
	line-height: 150%;
}

#topicpath a {
	text-decoration: none;
	color: #6699ff;
	display: block;
}

#topicpath a:hover {
	text-decoration: none;
	color: #00C;
}


#gaido {
	/* 高さを削除 */
	padding-top: 10px; /* 上余白を変更 */
	background-color: #FFC;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* 背景イメージのリピートを削除 */
}

#tgaido p {
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding-left: 20px;
}

#gaodi a {
	text-decoration: none;
	color: #666666;
}

#gaido a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.borderline {
	margin-bottom: 10px;
	width: 760px;
	height: 200px;
	margin-left: 20px;
	border: 2px solid #666666;
	padding-left: 10px;
}

#container h1 {
	margin-bottom: 10px;
}

#content_left {
	width: 750px; /* 右余白を変更 */
	margin-left: 30px;
}

#content_left h3 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px; /* 下余白を設定 */
	padding-left: 30px; /* 左余白を設定 */
}

#content_right {
	float: right;
	padding-right: 30px;
	/* 横幅を削除 */
}


/* ここからメインコンテンツのテーブルに関する設定 */
#content_left .content_table {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 2px;
}
#content_left .content_table th {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#content_left .content_table td {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
/* ここまでメインコンテンツのテーブルに関する設定 */


/* ここからコンテンツページに関する設定 */
#content_left #text04 {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#content_left #text04 p {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

#content_right img {
	padding-bottom: 20px;
}
/* ここまでコンテンツページに関する設定 */


#footer {
	clear: both;
	padding-top: 10px;
	background-color: #CFD26B;
	line-height: 150%;
	padding-bottom: 10px;
	text-align: center;
}
.tabel_top {
	background-color: #263A45;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-left-width: 0px;
}
#title {
	margin-left: 20px;
	border-left: 5px solid #800000;
	border-bottom: 1px solid #800000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.title {
	margin-left: 20px;
	border-left: 5px solid #800000;
	border-bottom: 1px solid #800000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#container #content_left img mark {
	margin-left: 30px;
}
.mark {
	margin-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
.imgemigi {
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	border: none;
	margin-bottom: 40px;
}
.koumoku_shoukai {
	font-size: 14px;
	padding-top: 10px;
	line-height: 150%;
	padding-left: 150px;
}
#container #content_left .content_table table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
}
#container #content_left .content_table table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
}
#container table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	line-height: 1.4;
}
#container table td {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	border-right-color: #999;
	font-size: 12px;
	color: #FFF;
}
#container table .tabel_top td a {
	color: #FFF;
	border:none;
	
}
.img_migigawa {
	float: right;
	margin: 0;
}
/*------------------------地域経済動向調査-------------------------------*/
.survey_wrap {
	width: 720px;
	margin: auto;
} 
.survey #title {
	margin-left: 0;
	margin-right: 0;
}
.survey h3 {
	border-left: 5px solid #800000;
	border-bottom: 1px solid #800000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.survey img{
	display: block;
	margin: 16px auto;
	width: auto;
}
img.h29 {
	border: solid 1px #333;
}
.kyouka.survey img {
	margin: 16px 0 0;
}
#container .kyouka.survey h4 {
	float: none;
}
.kyouka.survey　
/*------------------------天川ブランド-------------------------------*/
.manten {
    width: 745px;
    margin: auto;
}
.manten img{
	display: block;
	margin: 16px auto;
	width: auto;
}
.manten p {
    font-size: 13px;
}
/*------------------------rss -------------------------------*/
.info-rss {
	border: solid 1px #ccc;
	height: 260px;
	overflow:auto;
	width: 740px;
	margin: auto;
	padding: 10px;
}
.txt .day {
	font-size: 0.8rem;
}
.info-rss .txt h3 {
	font-size: 1rem;
}
.info-rss .txt p {
	font-size: 0.9rem;
}
.info-rss .txt .more {
	font-size: 0.9rem;
    margin-bottom: 1rem;
    border-bottom: dotted 1px;
    padding-bottom: 1rem;
}
#container table.rsswarap td {
	color: #222;
	border: solid 1px #aaa;
	width: 370px;
	vertical-align: top;
	overflow-y: scroll;
}
table.rsswarap{
	width: 740px;
	margin: 2rem auto;
	border: solid 1px ;
	font-weight: normal;

}
table.rsswarap , .rsswarap td, .rsswarap th {
	border: 1px solid #595959;
	border-collapse: collapse;

}
table.rsswarap th h3 {
	text-align: center;
	font-size: 1.2rem;
    color: #fff;
}
.rsswarap td, th {
	padding: 10px;
	width: 30px;
	height: 25px;
}
table.rsswarap th {
	background: #263a45;
}