/*
角丸
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
透過
  background-color: #000000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
  -moz-opacity: 0.4;
  opacity: 0.4;
ボックスシャドー
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
文字影 x y ぼかし具合
	text-shadow: 1px 1px 1px #000;
*/
a { color: #630;}
a:hover { color: #690;}
a:visited{ color: #630;}

.kiji p{
	line-height:1.5em;
	margin-bottom:1em;
	padding-left: 1em;
	padding-right: 1em;
}
.kiji p.text-right {
	text-align:right;
}
.kiji p.text-center {
	text-align:center;
}
.kiji p strong{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.kiji a:after{
	content: "\f08e";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
}
.kiji .nolink_icon a:after{
	content:"" !important;
}

.kiji ul{	
	margin-left:2em;	
	margin-bottom:2em;
}
.kiji ul li{
	padding-left:1em;
	list-style:none;	
	background-image: url(img/list-life.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.kiji ul li a{
}

.kiji ol{
	padding-left:3em;
}
.kiji ol li{
}
.kiji ol li a{
}
.kiji h1 a:after,
.kiji h2 a:after,
.kiji h3 a:after,
.kiji h4 a:after,
.kiji h5 a:after,
.kiji h6 a:after{
	content:"";
}
.kiji blockquote{
	width: 90%;
	border: 1px solid #999;
	margin-left: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-bottom: 1em;
	background-color: #eee;
}
.kiji h1{
	color: #444;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	line-height: 2.1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height:58px;
}

/*/////////////////////////////////*/
/*ボディークラスごとに画像切り替え*/
/*/////////////////////////////////*/
.life .kiji h1{
	background-image:url(img/life-h1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.life .kiji h1.menu_page_title{
	background-image: url(img/life-h1_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
}
.life .kiji ul li {
	background-image: url(img/list-life.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.health .kiji h1{
	background-image:url(img/health-h1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.health .kiji h1.menu_page_title{
	background-image: url(img/health-h1_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	margin: 0px;
}
.health .kiji ul li {
	background-image: url(img/list-health.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.child .kiji h1{
	background-image:url(img/child-h1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.child .kiji h1.menu_page_title{
	background-image: url(img/child-h1_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	margin: 0px;
}
.child .kiji ul li {
	background-image: url(img/list-child.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.info .kiji h1{
	background-image:url(img/info-h1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.info .kiji h1.menu_page_title{
	background-image: url(img/info-h1_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	margin: 0px;
}
.info .kiji ul li {
	background-image: url(img/list-info.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.admin .kiji h1{
	background-image:url(img/admin-h1.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.admin .kiji h1.menu_page_title{
	background-image: url(img/admin-h1_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	margin: 0px;
}
.admin .kiji ul li {
	background-image: url(img/list-admin.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*/////////////////////////////////*/
/*ボディークラスごとに画像切り替え*/
/*/////////////////////////////////*/


.kiji h2 {
	color: #444;
	font-size: 130%;
	font-weight:normal;
	line-height: 2;
	padding-left: 1em;
	letter-spacing: 1px;
	margin-bottom: 1.5em;
	margin-top: 2em;
	clear:both;
	padding-top: 0em;
	padding-bottom: 0em;
	background-image: url(img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
}
.kiji h3 {
	color: #444;
	font-size: 120%;
	font-weight:normal;
	line-height: 1.6;
	padding-left: 0.5em;
	letter-spacing: 1px;
	margin-bottom: 1em;
	margin-top: 2em;
	width: 90%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color:  #5A8E42;
	clear:both;
	padding-top: 5px;
}

.kiji h4 {
	font-size: 110%;
	letter-spacing: 1px;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 1.6;
	font-weight:normal;
	padding-left: 0.5em;
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #BD9F66;/*#FC6;*/
	clear:both;
	padding-top: 3px;
}


.kiji h5 {
	color: #444;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 1em;
	margin-top: 2em;
	width: 70%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #B4B4B4;
	padding-left: 0.5em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear:both;
	padding-top: 3px;
}

.kiji h6 {
	color: #444;
	width:50%;
	font-weight:normal;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #9C0;
	line-height: 1.1;
	padding-left:0.5em;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	font-size: 100%;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.3em;
	clear:both;
	padding-top: 3px;
}

/*5つのメニューページのトップタイトル*/
.cat_title_en{
	font-size:11px;
	display:block;
	width:120px;
	text-align:right;
	padding-right:10px;
	float:right;
	top: 28px;
	right: 16px;
	position: absolute;
	z-index:1000;
	zoom:1;
}
.cat-menu-top-index{
	background-image: url(img/h1_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear:both;
	overflow:hidden;
	margin-bottom:1em;
	margin-top: -2px;
	margin-right: 0;
	margin-left: 0;
}
.cat-menu-top-index ul{
	padding-left:2em;
	padding-right:0;
	padding-top:10px;
	padding-bottom:20px;
	margin:0;
	overflow:hidden;
}
.cat-menu-top-index ul li{
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	width:210px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style:none;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	background-image:none !important;
	padding-left:0;
	list-style:none !important;
}
.cat-menu-top-index ul li a{
	font-size:115%;
	line-height:1.7;
	display:block;
	text-decoration:none;
	color:#444;
}
.cat-menu-top-index ul li a:hover{
	background-color:#eee;
	text-decoration: underline;
	color: #690;
	}
.cat-menu-top-index ul li a:after{
	content:"";
}

/*5つのメニューページ内リンク先タイトル*/
h2.cat_name {
	letter-spacing: 1px;
	font-size: 135%;
	font-weight:normal;
	color: #444;
	line-height: 2;
	padding-left:1em;
	margin-bottom: 10px;
	margin-top:2em;
	clear:both;
	background-image: url(img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	z-index: 100;
}
h2.cat_name a{
	color:#444;
}

.cat-menu-index{
	width:auto;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear:both;
	overflow:hidden;
}

.cat-menu-index ul{
	padding-left:0;
	padding-right:0;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	overflow:hidden;
	}
.cat-menu-index ul li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:225px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
	background-image:none !important;
	padding:0;
}
.cat-menu-index ul li a{
	font-size:105%;
	line-height:2;
	display:block;
	color:#444;
}
.cat-menu-index ul li a:hover{
	background-color:#eeeeee;
	color: #690;
	}
.cat-menu-index ul li a:after{
	content:"";
}


.cat-menu{
	clear:both;
	overflow:hidden;
	padding-left:0px;
	}
.cat-menu h3{
	background-image: url(img/cat_menu_h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cat-menu ul{
	padding:0;
	clear:both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
	overflow: hidden;
}
.cat-menu ul li{
	float:left;
	width:225px;
	vertical-align: top;
	margin-right:5px;
	list-style:none;
	line-height:1.1;
	margin-top: 10px;
}
.cat-menu ul li a{
	display:block;
	padding-bottom:3px;
	padding-top:3px;
	font-size:95%;
}
.cat-menu ul li a:hover{
	color: #690;
	background-color:#eeeeee;
	
}

.cat-menu-sub-group{
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	}
.cat-menu-sub-group ul {
}
.cat-menu-sub-group li{	
	float:left;
	line-height:1.1;
}




.shadow{text-shadow: 1px 1px 1px #000;}
.shadow2{text-shadow: 2px 2px 1px #eee;}
.text-red{color:#F30;font-size:105%;}
.text-green{color: #093;font-size:105%;}
/*赤の注意書き枠*/
.note_red{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	padding:1em;
	background-color: #F90;
	font-weight: normal;
	color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*グレイの注意書き枠*/
.note_gray{
	width:90%;
}
/************************************************/
/************************************************/
/*ページごとの担当課名*/
/************************************************/
/************************************************/

.page-info {
	padding:0.5em;
	margin-top:1em;
}
.page-info strong{
	font-weight:bold;
	margin-left: 1em;
	margin-bottom:0.5em;
}
.page-info h6{
	width:50%;
	font-weight:bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #9C0;
	line-height: 1.5;
	padding-left:0.3em;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
}
a.email{
	text-decoration: none !important;
}
a.email:before{
	content: "\f003";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
}

/************************************************/
/************************************************/
/*ページごとの担当課名*/
/************************************************/
/************************************************/




/************************************************/
/************************************************/
/*サイドバー*/
/************************************************/
/************************************************/

#sidebar-left h3,#sidebar-right h3{
	font-weight:normal;
	font-size:95% !important;
	margin-bottom:10px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:0em;
	color:#333;
	width:190px;
	text-align:center;
	background-image: url(img/sidebar-h3.png);
	letter-spacing: 1px;
	/*	height: 25px;*/
	text-shadow: 1px 1px 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*	-moz-box-shadow: 2px 2px 2px 1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px 1px #dddddd;
	box-shadow: 2px 2px 2px 1px #dddddd;*/
	border: 1px solid #ddd;
	line-height: 1.8;
	background-repeat: no-repeat;
	background-position: center center;
}

/************************************************/
/************************************************/
/*サイドバー*/
/************************************************/
/************************************************/




/************************************************/
/************************************************/
/*フッター*/
/************************************************/
/************************************************/

/************************************************/
/************************************************/
/*フッター*/
/************************************************/
/************************************************/


/*テーブル*/
table {
	border-collapse: collapse; 
	border-spacing:1px;
	empty-cells:show;
	width: auto;
	font-family:'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
}
table caption{
	font-size:110%;
	font-weight:bold;
	padding-bottom:5px;
}
tr {
}
tr.gray-row{background:#eee;}
tr.green-row{background:#9C0;}
tr.orange-row{background:#FC3;}
tr.bold-row{
	font-weight:bold;
	letter-spacing:0;
	font-size:90%;
}
th { 
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top:0.5em;
  padding-bottom:0.5em;
	border:1px #ddd solid;
}

th.th-right{ text-align:right;}
th.header-row-green{background-color:#9C0;}
td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top:0.2em !important;
	padding-bottom:0.2em !important;
	border:1px #ddd solid;
}

td.td-right { text-align:right;}
.point-red{color:#F30;}
.odd {
  background-color: #ffffff;
}
.even {
  background-color: #eeeeee;
}


.link_table_kikikanri{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.link_table_kikikanri th{
	padding-left: 20px;
	background-color: #FFC;
	text-align: left;
}
.link_table_kikikanri td{
	padding: 1em !important;
	border: none;
}

.pdf_dl_table_kikikanri{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
.pdf_dl_table_kikikanri th{
	padding-left: 20px;
	background-color: #CF6;
	border: 1px dotted #CCC;
	text-align: left;
}
.pdf_dl_table_kikikanri td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

.pdf_dl_table_kikikanri td.bottom_row{
	text-align: right;
	border: none !important;
	padding-right: 10px;
}
.kikikanri {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.kikikanri tr{
}
.kikikanri th{
	background-color: #FC6;
	text-align: center;
	padding: 7px;
	border: 1px solid #999;
}
.kikikanri td{
	padding: 5px;
	border: 1px solid #CCC;
}
.kikikanri_dl_list{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.kikikanri_dl_list ul{

}
.kikikanri_dl_list li {
	margin-left: 50px;
}

/*広報*/
.kouhou-table{
	border: none;
	width: 100%;
}
.kouhou-table tr{
}

.kouhou-table th{
	padding-left:1em !important;
	padding-right:1em !important;
	background-color:#7CA600;
	color:#FFF;
}
.kouhou-table td{
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #999!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-left-style: none!important;
}
.kouhou-table td a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kouhou-table td img{
	border:1px solid #ccc;
	margin: 1em;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	width:190px;
	height:auto;
}
/*広報*/



table.big-table-small-font{ 
margin-right:auto;
margin-left:auto;
font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
color:#444;
line-height:1.5em; 
border-collapse:collapse;
border-style:solid;
border-width:1px;
border-color:#999;
}

table.big-table-small-font th{
	text-align:center;
	padding:6px;
	color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #A0C579;
}

table.big-table-small-font td{ 
padding-left:6px;
padding-right:6px;
padding-top:3px;
padding-bottom:3px;
text-align:right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

table.big-table-small-font tr.sum-row{
	color: #333;
}
table.big-table-small-font tr.even-row{
	background-color: #eee;
}



/*タブ*/
.kiji #tab_list{
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.kiji ul#tab  {
	display: block;
	clear: both;
	overflow: hidden;
	width: 720px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.kiji #tab ul {
	margin:0;
	padding:0;
}

.kiji #tab li {
	float: left;
	list-style: none;
	cursor: pointer;
	background: #eee;
	background-image:none;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 170px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.kiji #tab li.select {
	background: #FFF;
	background-image: url(img/list-ygreen.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
}
.disnon {
  display: none;
}
.content_wrap {
	clear: left;
	width: 730px;
	height: auto;
	padding-top: 15px;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 15px;
}
/*タブ*/




/*サイトマップタブ*/
.kiji #sitemap_tab_list{
	overflow: hidden;
	width: 100%;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom:5px;
	clear: both;
}
.kiji ul#sitemap_tab  {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.kiji #sitemap_tab ul {
	margin:0 !important;
	padding:0 !important;
}

.kiji #sitemap_tab li {
	float: left;
	list-style: none;
	cursor: pointer;
	background: #eee;
	background-image:none;
	border: 1px solid #ccc;
	width: 145px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 90%;
	margin: 0px;
}

.kiji #sitemap_tab li.select {
	background: #FFF;
	background-image: url(img/list-ygreen.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
}
.disnon {
  display: none;
}
.content_wrap {
	clear: left;
	width: 730px;
	height: auto;
	padding-top: 5px;
	padding-left: 5px;
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 0px;
	overflow:hidden;
}
.sitemap-block{
	display: block;
	float: left;
	width: 230px !important;
	margin-right: 9px;
	overflow:hidden;
	}
.sitemap-block ul{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.sitemap-block ul li{
	background-image:none !important;
	font-size:90%;
	padding-left:1em !important;
	line-height:1.1;
	margin-bottom:3px;
}
.sitemap-block ul li a{
	color:#916200;
	text-decoration:none;
}
.sitemap-block ul li a:hover {
	background-color:#eee;
	text-decoration: underline;
}
.sitemap-block h6{
	width:105%;
	margin-bottom:10px;
	padding-bottom:3px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #9C0;
	letter-spacing: 1px;
}
.sitemap-block h6 a{
	color: #5B8800;
	text-shadow: 1px 1px 1px #ccc;
	text-decoration:none;
}
.sitemap-block h6 a:hover{
	text-decoration: underline;
	background-color:#eee;
}
.sitemap-block h6 a:after{
	content: "\f08e";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
}
/*タブ*/






img.img-center{
	text-align:center;
	border: 1px solid #999;	
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:2em;
}

img.img-left{
	float:left;
	margin-right:1.5em;
	margin-bottom:1.5em;
	border: 1px solid #999;	
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
}
img.img-right{
	float:right;
	margin-left:1.5em;
	margin-bottom:1.5em;
	border: 1px solid #999;	
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
}
/*緊急情報*/
.right-sidebar-kinkyuu{
	padding-bottom: 0.5em;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}

.right-sidebar-kinkyuu p.kinkyuu-title{
	font-size: 130%;
	line-height: 1.8;
/*	font-weight: bold;*/
	color: #FFF;
	background-color: #F00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	letter-spacing: 3px;
}
.right-sidebar-kinkyuu p.news-title{
	text-align:left !important;
	padding:0.5em;
}

.jinkou-all-table{
}
.jinkou-all-table tr{
}
.jinkou-all-table th{
	padding-left:2em;
	padding-right:2em;
	background-color: #eeeeee;
}
.jinkou-all-table td{
	text-align:right;
	padding-left:2em;
	padding-right:1em;
}
hr{
	border:none;
	border-top:dashed 2px #ddd;
	height:1px;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 6;
	margin-bottom: 1.5em;
	margin-left: 6;
}
/*資料ダウンロード*/
p.dl_data_title{
	margin: 0px;
	padding: 0px;
}
p.dl_data_desc{
	line-height: 1.2;
	font-size: 90%;
}
/*オークションテーブル*/
.auction-items{
	width: 700px;
	border:none;
	margin-top:1em;
	margin-bottom:0;
	margin-right: auto;
	margin-left: auto;
}
.auction-items tr{
}
.auction-items th{
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	color: #444;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}
.auction-items td{
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #ccc;
}
td.item-title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 105%;
}
td.item-pics{
}
td.item-pics img{
	margin:5px;
	padding:5px;
	border: 1px solid #ddd;	
	-moz-box-shadow: 2px 2px 2px -1px #dddddd;
	-webkit-box-shadow: 2px 2px 2px -1px #dddddd;
	box-shadow: 2px 2px 2px -1px #dddddd;
}
td.item-disc{
	color: #552B00;
	font-size:90%;
}

/*最上町の福祉の状況*/
.fukushi_table{
	width:600px;
}

/*新着情報(防災無線、緊急情報)*/
.news-view{
}
.news-view p{
	line-height:1.5;
	letter-spacing: 1px;
}

.news-view h4{
	color: #444;
	font-size: 130%;
	font-weight:normal;
	line-height: 1.2;
	padding-left: 0.5em;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	margin-top: 0em !important;
	clear:both;
	padding-top: 0em;
	padding-bottom: 0em;
/*	background-image: url(img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	width: auto;
}
.news-view table{
	width:95%;
	margin-bottom:2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 105%;
}
.news-view table td{
	border:none;
}
.news-view table tr td table {
	width:650px;
}
.news-view table tr td table tr td{
	border: 1px solid #CCC;
}
.news-view blockquote p{
	line-height:1;
}
.news-view blockquote{
	border:none;
	background-color:#fff;
}
/*新着情報(防災無線、緊急情報)*/
