* {
	margin:0;
	padding:0;
}
html {	overflow-y: scroll;}
body {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	line-height: 1.4;
*font-size: small;
*font: x-small;	
	font-size:100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	margin:0;
	padding:0;
}
#wrapper {
	width:1200px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}


/************************************************/
/************************************************/
/*ヘッダー*/
/************************************************/
/************************************************/
nav {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear:both;
}
#header {
	overflow:hidden;
	clear:both;
	background-image: url(img/header-back.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#header ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header-left{
	float:left;
}
#header-logo {
	width:420px;
	vertical-align: bottom;
	line-height: 1px;
}
header img{	border:none;}

#header-right {
	width:770px;
	display: block;
	float: right;
	height: 100px;
	overflow: hidden;
	
}

/*ヘッダー内の翻訳・検索・文字サイズ*/
#header-right-top {
	width:auto;
	overflow:hidden;
	margin-top: 10px;
/*	margin-top: 40px;*/
}

/*google翻訳*/
#google_translate_outer{
	overflow:hidden;
	width:260px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
#google_translate_element{
	margin-top:0px;
}

#header-right-top span.header_func_text{
	margin-right:0.5em;
	font-size: 90%;
	float: left;
}

/*文字サイズ変更*/
#font-size-outer{
	float:right;
	overflow: hidden;
	display: block;
	min-width: 250px;
	overflow:hidden;
}
#header-right-top ul#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin-top: 0px;
	margin-bottom: 5px;
	list-style:none;
	font-size:90%;
}
#header-right-top ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
#header-right-top ul#fontSize li {
	width:auto;
	text-align:center;
	background-color: #ccc;
	padding: 2px 7px;
	margin-right: 2px;
	float: left;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header-right-top ul#fontSize li:hover {
	background-color: #eee;
}
#header-right-top ul#fontSize li.active {
	background-color: #999;
	color:#FFF;
}
#header-right-top ul#fontSize li.active:hover {
	background-color: #999;
}

#header-right-bottom {
	width:100%;
	overflow: hidden;
	margin-top: 10px;
/*	display:none;*/
}
#header-right-bottom p{
	margin:0!important;
	padding-top:10px;
	display:block;
	width:auto;
	float: right;
	font-size: 90%;
	padding-right: 10px;}


/*google検索*/
#gsc{
	float: right;
	margin:0;
	padding:0;
	width:400px;
}
.gsc-search-box td{
	border:none !important;
}
.gsc-control-cse {
  padding-bottom:0 !important;
  padding-top:0 !important;
  padding-left:0 !important;
}
.gsc-input-box {
	/*padding-top:5px;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gsc-input{
	padding:0 !important;
}
.gsc-search-button{
}
.cse input.gsc-search-button,
input.gsc-search-button {
/*	background-image:url(img/search_off.png) !important;
	background-color:none !important;
	border:none !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	font-size:0 !important;
	*/
}
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
/*
	background-image:url(img/search_on.png)!important;
	background-repeat: no-repeat;
	background-position: left top;
*/
}
.gsc-results-wrapper-overlay td{
	border:none !important;
}
.gsib_a{
	padding-top:5px !important;
}
.gsib_b a{
/*    position:absolute;
*/
	display:none;
    top:3px;
    left:190px;
}
.cse input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	background-image:url(img/search_off.png) !important;
	background-color:none !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	border:none !important;
	border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	padding-bottom:8px!important;
	padding-top:8px!important;
	margin-top: 0px!important;
}
.cse input.gsc-search-button-v2:hover,
input.gsc-search-button-v2:hover {
	background-image:url(img/search_on.png)!important;
	background-repeat: no-repeat;
	background-position: left top;
}
/*google検索*/

/*グローバルナビ*/
#gnav-outer {
	display:block;
	overflow:hidden;
	clear:both;
	zoom: 1;
	padding-left:2px;
	padding-top: 0px;
}
#gnav-outer ul {
	float:left;
	overflow: hidden;
	text-align:center;
}
#gnav-outer ul li {	
	float:left;
	white-space:nowrap;
	margin-right:5px;
	zoom: 1;
}
/*グローバルナビ*/
/************************************************/
/************************************************/
/*ヘッダー*/
/************************************************/
/************************************************/


/************************************************/
/************************************************/
/*サイドバー*/
/************************************************/
/************************************************/
/*左*/
#sidebar-left {
	float:left;
	width:210px;
	overflow:hidden;
	margin-right: 10px;
}
#sidebar-right , #sidebar-left {
	vertical-align:bottom;
}
#sidebar-left .side_icon_nav{
	clear:both;
	display:block;
	overflow:hidden;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
/*	height:260px;*/
	}
#sidebar-left .side_icon_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-right:4px;
}
#sidebar-left .side_icon_nav ul li{
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:3px;
	margin-bottom:2px;
	padding:0;
	line-height:0;
}
#sidebar-left .side_icon_nav ul li img{
	margin:0;
	padding:0;
}

#sidebar-left .side_text_nav{
	clear:both;
}
#sidebar-left .side_text_nav ul{
	padding-left:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #ddd;
	border-left-color: #ddd;
}
#sidebar-left .side_text_nav ul li{
	background-image:none;
	list-style:none;
	padding-bottom:3px;
	line-height:1;
	padding-left:0;
}
#sidebar-left .side_text_nav ul li a{
/*	display:block;*/
	font-size:90%;
}

#sidebar-left .side_text_nav ul li a:hover{
	color: #690;
}
#sidebar-left .baner-area-left{
	padding:0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #ddd;
	border-left-color: #ddd;
}
#sidebar-left .baner-area-left ul{
	margin:0;
	padding-left:0;
}
#sidebar-left .baner-area-left ul li{
	list-style:none;
	margin-top:5px;
}
#sidebar-left .baner-area-left ul lli img{
}
#sidebar-left .baner-area-left ul lli img a{
}

#sidebar-left .baner-area-left-above {
	padding:0;
	text-align: center;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#sidebar-left .baner-area-left-above ul{
	margin:0;
	padding-left:0;
}
#sidebar-left .baner-area-left-above ul li{
	list-style:none;
	margin-top:5px;
}
#sidebar-left .baner-area-left-above ul li img{
	vertical-align: bottom;	
}
#sidebar-left .baner-area-left-above ul lli img a{
}
/*左*/


/*右*/
#sidebar-right {
	float:right;
	width:210px;
	overflow:hidden;
	text-align: center;
}
#sidebar-right .baner-area-right{
	padding:0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar-right .baner-area-right ul{
	margin:0;
	padding-left:0;
}
#sidebar-right .baner-area-right ul li{
	list-style:none;
	margin-top:5px;
}
#sidebar-right .baner-area-right ul li img{
	margin:0;
	padding:0;
}
#sidebar-right .baner-area-right ul li img a{
}

#sidebar-right .kouhou{
	background-image: url(img/kouhou_off.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 270px;
	overflow: hidden;
}
#sidebar-right .kouhou p{
	text-align:center;
	margin:0;
	padding:0;
	line-height:1;
}
#sidebar-right .kouhou img{
	padding:0;
	line-height:0;
	vertical-align: bottom;
	border: 1px dotted #fff;
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align:bottom;
}
#sidebar-right .kouhou img a{
	margin:0;
	padding:0;
	line-height:0;
}
#sidebar-right .kouhou img:hover{
	border: 1px dotted #630 !important;
	-moz-box-shadow: 2px 2px 2px -1px #999;
	-webkit-box-shadow: 2px 2px 2px -1px #999;
	box-shadow: 2px 2px 2px -1px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#sidebar-right .info{
	background-image: url(img/info-baner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	padding-top: 90px;
}

#sidebar-right .info .info-otoiawase{

}

#sidebar-right .info .info-access{
}

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


/************************************************/
/************************************************/
/*パンくず*/
/************************************************/
/************************************************/

#bread-nav{
	display:block;
	overflow:hidden;
	width:97%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	zoom: 1;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0.5em;
	margin-bottom:0.5em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
#bread-nav ul{
	list-style:none;
	overflow: hidden;
	margin:0;
	padding:0;
	}
#bread-nav ul li{
	display:inline;
	font-size: 80%;
	white-space:nowrap;
	zoom: 1;
	*padding-right:1em;
	color:#666 !important;
}
#bread-nav ul li a {
	text-decoration:none;
	color:#666 !important;
}
#bread-nav ul li a:hover {
	text-decoration:underline;
	color: #690 !important;
	}
#bread-nav ul li a:visited {color:#666 !important;}
#bread-nav ul li a:after{
	content: ">";
	margin-left: 0.5em;
	margin-right: 0.5em;
}
/************************************************/
/************************************************/
/*パンくず*/
/************************************************/
/************************************************/




/*ページ中央。左サイドバー　記事　右サイドバー*/
/*全体1200px*/
/*左サイドバー210px 右サイドバー210px 併せて420px */
#main {
	clear:both;
	overflow:hidden;
}
/*記事部分の外枠*/
#content {
	float:left;
	overflow:hidden;
	width: 760px;
}

/*記事部分 740px */
.kiji {
	margin-bottom: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
/*	min-height:500px;
	border: 1px solid #ddd;
	-moz-box-shadow: 2px 2px 2px -1px #eeeeee;
	-webkit-box-shadow: 2px 2px 2px -1px #eeeeee;
	box-shadow: 2px 2px 2px -1px #eeeeee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	padding-bottom: 1em;
	position:relative;
	overflow:hidden;
	clear:both;
}

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

#footer {
	overflow:hidden;
	clear:both;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
}
#footer address{
	text-align:center;
	font-size:90%;
}
#footer p{
	text-align:center;
	font-size:90%;
}
#footer-navi1{
	padding: 0.5em;
	margin-bottom: 1em;
	margin-top: 1em;
	clear:both;
	overflow:hidden;
}
#footer-navi1 .footer-navi-col{
	width:185px;
	float:left;
	margin-right:1em;
}
#footer-navi1 .footer-navi-col h3{
	font-size:120%;
	padding-left:0.9em;
	text-align:left;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top:5px;
	margin-bottom:5px;
}
#footer-navi1 .footer-navi-col h3.life{
	background-image: url(img/h1-life.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer-navi1 .footer-navi-col h3.health{
	background-image: url(img/h1-health.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer-navi1 .footer-navi-col h3.child{
	background-image: url(img/h1-child.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer-navi1 .footer-navi-col h3.info{
	background-image: url(img/h1-info.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer-navi1 .footer-navi-col h3.admin{
	background-image: url(img/h1-admin.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer-navi1 .footer-navi-col h3 a{
	color:#444;
	text-decoration:none;
}
#footer-navi1 .footer-navi-col h3 a:hover{
	text-decoration: underline;
	color: #690;
}
#footer-navi1 .footer-navi-col ul{
	margin-top:0;
	padding-left:1em;
}
#footer-navi1 .footer-navi-col ul.two-cols{
	margin-top:0;
	padding-left:1em;
	float:left;
}

#footer-navi1 .footer-navi-col ul li{
	text-decoration:underline;
	list-style:none;
}
#footer-navi1 .footer-navi-col ul li a{
	color:#444;
}
#footer-navi1 .footer-navi-col ul li a:hover {
	color: #690;
}


#footer-navi2{
	padding: 0.5em;
	margin-bottom: 1em;
}
#footer-navi2 ul{	text-align:center;}
#footer-navi2 ul li{ display:inline; }
#footer-navi2 ul li a{ text-decoration:none;}
#footer-navi2 ul li a:hover{ text-decoration: underline;}
#footer-navi2 ul li a:after {	content:"｜";}

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



/************************************************/
/************************************************/
/*ページ先頭へ戻るボタン*/
/************************************************/
/************************************************/
#jump_to_pagetop{
	bottom: 0px;
	right: 0px;
	position: fixed;
/*
	padding: 1em;
	width:50px;
	font-size:100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
	background-color: #690;
*/
}
#jump_to_pagetop a{
/*	color:#FFF;
	text-decoration:none;*/
}
#jump_to_pagetop a:hover{
/*	text-decoration: underline;*/
}
/************************************************/
/************************************************/
/*ページ先頭へ戻るボタン*/
/************************************************/
/************************************************/



/************************************************/
/************************************************/
/*印刷ボタン*/
/************************************************/
/************************************************/
#print{
	text-align: right;
}
#print p{
	line-height:1;
	margin-right:1em;
	margin-bottom:2.5em;
	margin-top: 2em;
	vertical-align:middle;
}
#print a:after{
		content:"";
}
#print p img{
	vertical-align:middle;
}
/************************************************/
/************************************************/
/*印刷ボタン*/
/************************************************/
/************************************************/


/************************************************/
/************************************************/
/*ページごとの担当課名*/
/************************************************/
/************************************************/
.page-info {
	font-size:80%;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	-moz-box-shadow: 2px 2px 2px -1px #eeeeee;
	-webkit-box-shadow: 2px 2px 2px -1px #eeeeee;
	box-shadow: 2px 2px 2px -1px #eeeeee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.page-info h6{
	font-size:100%;
	font-weight:bold;
	margin-left:1em;
	margin-top:0;
	margin-bottom:0;
	line-height:100%;
	}
/************************************************/
/************************************************/
/*ページごとの担当課名*/
/************************************************/
/************************************************/
.tweet{
	float:right;
}