/* Color Blue
----------------------------------------------- */
body,
body div {
  background-color: #000099;
  color: #ffffff;  
}
#accessibilityTool {
  background-color: #000099;
}
#accessibilityTool li li a {
	background-color: inherit;
}
#top_wrapper {
	background-image: none;
}
#header {
	background-color: inherit;
}
#header_logo h1 a {
	background-image:none;
	text-indent: inherit;
	text-decoration: none;
	font-size: 250%;
}
/* main navi */
#main_btn_kurashi a,
#main_btn_kankou a,
#main_btn_about a {
    overflow: inherit;
    text-indent: inherit;
	white-space: inherit;
	background-image: none;
	text-align: center;
	font-size: 130%;
	line-height: 68px;
	text-decoration: none;
}
/* header navi */
#header_navi ul li a {
	width: 128px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #666666;
}
#hn_menu01,
#hn_menu02,
#hn_menu03,
#hn_menu04,
#hn_menu05 {
    background-color: inherit;
}
#hn_menu01 a,
#hn_menu02 a {
	width: 128px;
	height: 60px;
	padding-left: 0px;
    background-image: none;
}
#kanko_header_navi ul li {
	width: 130px;
	height: 80px;
    background-color: inherit;
}
#kanko_header_navi ul li a {
	width: 128px;
	height: 65px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #666666;
}
#kanko_header_navi ul li a:hover {
    color: #fcc800;
}

#kanko_content {
    background-color: inherit;
	background-image: none;
}
.spot_box {
	background-color: inherit;
}

#search_box {
	background-color: inherit;
}

/* ライフイベント　生活ガイド */
#life_event_title,
#living_guide_title{
	border: none;
	padding-bottom: 0;	
}
#life_event div,
#living_guide div {
	background-color: inherit;
	width: 208px;
	height: 126px;
	border: 1px solid #666666;
}
#life_event div a,
#living_guide div a {
	color: #ffffff;
}
#use_box div {
	background-color: inherit;
	width: 208px;
	height: 98px;
	border: 1px solid #666666;
}

/* サイドメニューボタン */
#side_menu ul li,
#links_menu ul li {
	border: 1px solid #666666;
}
#side_menu ul li a,
#links_menu ul li a,
#life_event ul li a,
#life_event ul li a,
#living_guide ul li a,
#living_guide ul li a {
	background-color: inherit;
	background-image: none;
}

a {
  color: #ffcc00 !important;
}
a:visited {
  color: #ff9900 !important;
}
a:focus, a:hover {
  color: #ffff33 !important;
}

#doc_content h1,
#cat_content h1,
#kurashi_content h1,
#kanko_content h1 {
	color: #ffffff;
}
#doc_content h2,
.maps h2,
.surveyForms h2 {
	color: #ffffff;
	background-color: inherit;
}
#doc_content h3,
.maps h3,
.surveyForms h3 {
	color: inherit;
	border-bottom: 3px solid #ffffff;
}
#doc_content h4 {
	color: inherit;
	background-color: inherit;
}

#doc_content h5,
.surveyForms h5 {
	color: inherit;
	border-style: solid none solid solid;
	border-left-color: #B4B4B4;
	border-bottom-color: #ACACAC;
	border-width: 0px 0px 0px 7px
}
#doc_content h6,
.surveyForms h6 {
	color: inherit;
}
#doc_content ul {
	color: inherit;
}
#doc_content p {
	color:#FFF!important;
}
#doc_content table th {
	background-color: #000099;
}
/* 新着 */
#news {
    background-color: inherit;
}
#news_title {
	color: #ffffff;
	background-color: inherit;
}
#recentDocsTab .pieceBody .tabs a {
	color: #FFF;
	background-color: #000099;
}
#recentDocsTab .pieceBody .tabs li.current a,
#recentDocsTab .pieceBody .tabs li a:hover {
	color: #FFF;
	background-color: #333333;
}

/* カテゴリ表示 */
.contentGpCategoryCategoryType h2,
.contentGpCategoryCategory h2,
.contentGpCategory h2 {
	color: #ffffff;
	background-image:none;
	border-color:#ffffff;
}
.contentGpCategoryCategoryType h2 a,
.contentGpCategoryCategory h2 a,
.contentGpCategory h2 a {
	color: #ffffff;
	background-color:#000099;
	background-image:none;
}
/* footer */
#footer {
	background-color: #000099;
	background-image: none;
}
#footer_bottom {
	background-color: #000099;
}
#footer address {
	color: #FFFFFF;
}
/* サイトマップ見出し */
ul.level1>li>a {
	background-color: inherit;
}
li.level2>a {
	border-bottom: 3px solid #ffffff;
}

ul.level3>li>a {
	color: inherit;
	background-color: inherit;	
}
/* Kanko top */
#kanko_onsen,
#kanko_spot,
#kanko_tokusan {
	background-color: inherit;
}
#kanko_onsen h2,
#kanko_spot h2,
#kanko_tokusan h2 {
	color: inherit;
}

/* //////////////////// media query　//////////////////// */

@media screen and (max-width: 764px) {
/* main navi */
#main_btn_kurashi a,
#main_btn_kankou a,
#main_btn_about a {
	font-size: 105%;
	line-height: 68px;
}
	
/* head navi */
#contents_head {
	width: auto;
}
#header_navi,
#kanko_header_navi {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
#header_navi ul li,
#kanko_header_navi ul li {
	font-size: 16px;
	width: 18%;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0px 2px;
}
#header_navi ul li a {
	width: auto;
	min-height: 55px;
	padding-top :10px;
	font-size: 90%;
	line-height: 1.2em;
}
#kanko_header_navi ul li a{
	width: auto;
	min-height: 60px;
	padding-top :10px;
	font-size: 80%;
	line-height: 1.2em;
}	
#hn_menu01 a,
#hn_menu02 a {
	width: auto;
	height: auto;
	padding-left: 0px;
    background-image: none;
}	
	
	
}
