@charset "shift-JIS";
caption.cap_left{
	caption-side:top;
	text-align: left;
 }
caption.cap_right{
	caption-side:top;
	text-align: right;
 }

.tbteng {
	background-image:url("../images/background/ten_green.gif");/*モスグリーンの点線 カレンダーで利用*/
	height:8px;
 }

.tbteng2 {
	background-image:url("../images/background/ten_green2.gif");/*モスグリーンの点線 カレンダーで利用*/
	height:8px;
 }

.tbgray {background-color:#E5E5E5; }/*薄い灰色 カレンダーで利用*/
.tbmos {background-color:#6B7D47;
	width:10px; }/*モスグリーン カレンダーで利用*/
.tbpink {background-color:#e78367;
	width:10px; }/*ピンク 壁紙ページで利用*/
.tbgreen {background-color:#8DB4B8;
	width:10px; }/*ピンク 壁紙ページで利用*/
	
.searcharea{
	height:35px;
	text-align:right;
}

/*現在の人口で利用*/
table#popu {
	width: 100%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}

table#popu th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#popu td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
}

table#popu td.center {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

table#popu td.po_y {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
    background: #FFFFBF;
}

table#popu td.po_yc {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
    background: #FFFFBF;
}

table#popu td.po_p {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
    background: #F9D8F9;
}

table#popu td.po_pc {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
    background: #F9D8F9;
}

/*入札結果で利用*/
table#nyusatsu {
	width: 100%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}

table#nyusatsu th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#nyusatsu td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table#nyusatsu td.right {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
}

table#nyusatsu td.center {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

table.nyusatsu {
	width: 100%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}

table.nyusatsu th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table.nyusatsu td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}

table.nyusatsu td.right2 {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
}

table.nyusatsu td.center2 {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

/*詳細ページで利用*/
table#nor100 {
	width: 100%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}


table#nor100 th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#nor100 td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
}

table#nor100 td.center {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#nor99 {
	width: 99%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}
table#nor99 th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#nor99 td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
}

table#nor99 td.center {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.nor99 {
	width: 99%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}
.nor99 th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.nor99 th.border_hasen {
    padding: 5px;
    border-top: solid 0px #999999 ;
    border-right:solid 0px #999999;
    border-bottom: dashed 1px #999999;
    border-left: solid 1px #999999;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.nor99 th.thleft {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
.nor99 th.pink {
    background:#ffe0f1;
}
.nor99 th.egg {
    background:#fff2b4;
}
.nor99 th.p-blue {
    background: #e6fbff;
    border: solid 2px #29abe2;
}


.nor99 td {
    padding: 5px;
    border-top: 1px #999999 solid;
    border-left: 1px #999999 solid;
    border-right: 1px #999999 solid;
    border-width: 1px;
}

.nor99 td.border_hasen {
    padding: 5px;
    border-top: dashed 1px #999999 ;
    border-right:solid 0px #999999;
    border-bottom: solid 0px #999999;
    border-left: solid 0px #999999;
}


.nor99 td.center {
    text-align: center;
}
.nor99 td.tdright {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
}

.nor99 td.noline {
    padding: 5px;
    border-top: 1px #999999 solid;
    border-width: 0 0 1px 0;
}

.nor99 td.feedban {
    white-space:nowrap;
}
.nor99 td.border_red_t{
	border-top: 2px #ff0000 solid;
}

.nor99 td.border_red_l{
	border-left: 2px #ff0000 solid;
}

.nor99 td.border_red_r{
	border-right: 2px #ff0000 solid;
}

.nor99 td.border_red_b{
	border-bottom: 2px #ff0000 solid;
}
.nor99 td.pink {
    background: #ffe0f1;
}
.nor99 td.p-blue {
    background: #e6fbff;
}

.nor_grey {
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.nor_grey th {
    padding: 3px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #e2e2e2;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.nor_grey td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
}

.nor_grey td .center {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.nor_grey2 {
	width: 100%;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:5px;
}
.nor_grey2 td {
    padding: 3px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
}
.nor_grey2 td.feedban {
    white-space:nowrap;
}


/*お知らせ一覧ページで利用*/
table#newslist {
	width: 100%;
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}

table#newslist td {
	padding: 5px;
	border: 0px #999999 dashed;
	border-width: 0 0 1px 0;
	vertical-align:top;
}


/*カレンダー詳細ページ等タイトル部分で利用*/
table#title {
	width: 100%;
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:7px;
	margin-bottom:15px;
}

table#title td.ten {
	background-image:url("../images/background/ten_green.gif");
	height:8px;
}

table#title td.tengray {
	background-image:url("../images/background/ten_gray.gif");
	height:2px;
}

table#title td.right {
	background-image:url("../images/background/gray_gra.gif");
	display: table-cell;
	text-align:right;
	vertical-align: middle;
	width: 100%;
	margin: 0px;
}

table#toiawase {
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#toiawase td.toiawase01 {
	text-align:right;
	vertical-align: middle;
	padding-right: 10px;
}

table#touroku {
	width: 100%;
	border: 0px #ffffff solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#touroku td.touroku01 {
	text-align:right;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 15px;
}



/*カレンダー詳細情報部分で利用*/
table#det {
	border: 0px #666666 solid;
	border-spacing: 0;
}

table#det th {
	font-weight:bold;
	border-spacing: 0px; 
	white-space: nowrap;
	vertical-align:top;
	padding:0.6em 0.6em 0.6em 1.7em;
	text-align:left;
	background-image: url("../images/icon/green.gif") ;
	background-repeat: no-repeat;
	background-position: 6px 13px;
}

table#det td {
	text-align:left;
	border-spacing: 0px;
	padding:0.3em;
}

/*まちのわだいページ等お問い合わせ先*/
table#toiawase {
	width: 100%;
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
	margin-bottom:10px;
}

table#toiawase td.ten {
	background-image:url("../images/background/ten_green2.gif");
	height:8px;
}

table#toiawase td.right {
	background-image:url("../images/background/gray_gra2.gif");
	background-repaet:repeat-x;
	text-align:right;
	height:50px;
	display: table-cell;
	margin: 0;
}


/*関連ページ部分で利用*/
table#kanrenp{
	border-top:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom:10px;
}
table#kanrenp th{
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	color:#330000;
	background-image:url("../images/background/kanren_back.gif");
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
	height:28px;
}
table#kanrenp td{
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:0.3em 1em;
	color:#4A8618;
}

/*関連ページ部分で利用*/
table.kanren{
	border-top:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom:10px;
}
table.kanren th{
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	color:#330000;
	background-image:url("../images/background/kanren_back.gif");
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
	height:28px;
}
table.kanren td{
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:0.3em 1em;
	color:#4A8618;
}

/*border0のテーブル*/
table.none{
	border-top:0px solid #BFBFBF;
	border-left:0px solid #BFBFBF;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom:10px;
}
table.none td{
	border-right:0px solid #BFBFBF;
	border-bottom:0px solid #BFBFBF;
	padding:3px;
	color:#000000;
}

/*bottomのborder1のテーブル*/
table.bottomline01{
	border-top:0px solid #BFBFBF;
	border-left:0px solid #BFBFBF;
	border-collapse:collapse;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom:10px;
	width:530px;
}
table.bottomline01 th{
	border-right:0px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:3px;
	color:#000000;
	vertical-align:top;
	font-weight:bold;
	white-space:nowrap;
}
table.bottomline01 td{
	border-right:0px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:3px;
	color:#000000;
	vertical-align:top;
}

/*周辺マップのテーブル*/
table.map{
	border-top:0px solid #BFBFBF;
	border-left:0px solid #BFBFBF;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom:10px;
	margin-top:10px;
}
table.none td{
	border-right:0px solid #BFBFBF;
	border-bottom:0px solid #BFBFBF;
	padding:3px;
	color:#000000;
}


/*観光ページで利用*/
table#nort {
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}


table#nort th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#nort td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
}

table#nort td.center {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}


/*borderなしのテーブル*/
#nor99 table.nob{
	border-style:none;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
}
#nor99 table.nob td{
	border-style:none;
	border-width:0;
	padding:3px;
}

/*borderなしmarginなしのテーブル*/
table.nobm{
	border-style:none;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0;
	padding:0;
}
table.nobm td{
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
}

/*選挙ページで利用*/
table.nort {
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}


table.nort th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #BDD1E8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table.nort td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
}

table.nort td.center {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table.topics_tb {
	margin:0 auto;
}

table.topics_tb td {
	width:225px;
	background-color:#FFFFFF;
	border:3px solid #CDE4F0;
	vertical-align: top; 
}

table.topics_tb .detail {
	width:170px;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:10px;
}

table.topics_tb img {
	margin:5px 0;
}

table.topics_tb .line_b{
	height:6px;
	background-color:#34B3D1;
}

.e_kouhou_img{
	float : left ;
	width : 72px;
}
.e_kouhou_text{
	margin-left: 72px;
}

/*ご意見箱ページで利用*/
table.opinion_tb {
	border:1px #fff solid;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius:13px;
	margin:30px auto 0 auto;
}

table.opinion_tb td {
    border:1px #fff solid;
    border-radius:20px;
    padding:40px;
}