@charset "utf-8";

/*****************************************
				Container
*****************************************/
#container {
	min-height: 100%;
	_height: 100%;
}
/*****************************************
				Header
*****************************************/
#page_header {
	background:url(../img/header/bg_header_back.png) repeat-x top;
	width:100%;
	height:52px;
	overflow: hidden;
}
#page_header_btnerea {
	width: 1000px;
	height: 52px;
	margin: 0 auto;
}
#page_header_btnerea h1 {
	float:left;
	_display:inline;
	width:102px;
	height:33px;
}
#page_header_btnerea h1 a {
	background:url(../img/header/logo.png) no-repeat 0 0;
	width:102px;
	height:33px;
	margin: 5px 5px;
	display:block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#page_header_btnerea h1 a:hover {
	background:url(../img/header/logo.png) no-repeat 0 -33px;
}
/*********************************
		Global Navigation
**********************************/
#gNav {
	float: right;
	width: 656px;
	height: 52px;
	margin: 0 auto;
	list-style: none;
	_display: inline;
}
#gNav li {
	float: left;
	margin: 0;
	width: 131px;
	height: 52px;
	list-style: none;
}
#gNav li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/gnav/gnav.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#gNav li.nav01 a { background-position: 0 0; }
#gNav li.nav02 a { background-position: -131px 0; }
#gNav li.nav03 a { background-position: -262px 0; }
#gNav li.nav04 a { background-position: -393px 0; }
#gNav li.nav05 a { background-position: -524px 0; width:132px !important; }
#gNav li.nav01 a:hover { background-position: 0 -52px; }
#gNav li.nav02 a:hover { background-position: -131px -52px; }
#gNav li.nav03 a:hover { background-position: -262px -52px; }
#gNav li.nav04 a:hover { background-position: -393px -52px; }
#gNav li.nav05 a:hover { background-position: -524px -52px; }
/*****************************************
			Search Form
*****************************************/
#searchBox {
}
#search {
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	border: solid 3px #3E50B4;
}
#label_field_search { display: none; }
#field_search {
	margin: 0 0 10px 0;
	padding: 0 5px;
	width: 99%;
	height: 52px;
	line-height: 52px;
	border: 2px solid  #3E50B4;
	font-size: 124%;
}
#btn_search {
	margin: 0 auto;
	display: block;
	width: 115px;
	height: 43px;
	background: url(../img/parts/btn_search.png) 0 0 no-repeat;
	border: none;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#btn_search:hover { background-position: 0 -43px; }
/*****************************************
			Color Box
*****************************************/
#cboxOverlay { background: #333 0 0 repeat !important; }
#cboxClose {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(../../common/img/parts/btn_close02.png) 0 0 no-repeat;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	right: 18px;
	cursor: pointer;
	z-index: 10000;
}
/*****************************************
				Wrapper
*****************************************/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
/*****************************************
			Topicpath
*****************************************/
#topicpath {
	width: 1000px;
	margin-top: 0;
	margin-bottom:20px;
	font-size:90%;
	clear:both;
	overflow:hidden;
	border-bottom: 2px solid #CCCCCC;
}
#topicpath ol {
	line-height:30px;
	margin:0;
	padding:0;
}
#topicpath li {
	background: url(../img/parts/list_arw03.png) left 0 no-repeat;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	padding-right:15px;
	padding-left:30px;
}
#topicpath li.last {
	background:url(../img/parts/pankuzu.jpg) left  no-repeat;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	padding-right:20px;
	padding-left:30px;
}
#topicpath li.fa  {
	background:url(../img/parts/logo.gif) left 0 no-repeat;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	padding-right:10px;
	padding-left:25px;
}
/*******************************
		Category Title
********************************/
#categoryTitle {
	margin: 0 auto 10px auto;
	width: 1000px;
	height: 52px;
}
#LIVING #categoryTitle,
#TOURISM #categoryTitle,
#SHOUBOU #categoryTitle,
#BUSSINESS #categoryTitle,
#GOVERNMENT #categoryTitle {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#LIVING #categoryTitle { background: url(../img/title/title_living.png) 0 0 no-repeat; }
#TOURISM #categoryTitle { background: url(../img/title/title_tourism.png) 0 0 no-repeat; }
#SHOUBOU #categoryTitle { background: url(../img/title/title_disaster.png) 0 0 no-repeat; }
#BUSSINESS #categoryTitle { background: url(../img/title/title_business.png) 0 0 no-repeat; }
#GOVERNMENT #categoryTitle { background: url(../img/title/title_government.png) 0 0 no-repeat; }
#DEFAULT #categoryTitle { background: url(../img/title/title_default.png) 0 0 no-repeat; }
#LIVING #categoryTitle .innerTitle,
#TOURISM #categoryTitle .innerTitle,
#SHOUBOU #categoryTitle .innerTitle,
#BUSSINESS #categoryTitle .innerTitle,
#GOVERNMENT #categoryTitle .innerTitle {
	width: 1000px;
	height: 52px;
	margin-left: 5px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#DEFAULT #categoryTitle .innerTitle {
	width: 1000px;
	height: 52px;
	margin-left: 5px;
	font-size: 186%;
	font-weight: bold;
	color: #3D4DB7;
}

/*********************************
		Local Navigation
*********************************/
#lNav {
	margin: 0 auto 5px auto;
}
#lNav ul {
	width: 1000px;
	margin: 10px auto 0 auto;
	padding: 0 0 3px 0;
	border-top: none;
	letter-spacing: -0.4em;
	text-align: left;
	font-size: 93%;
	list-style: none;
	border-bottom: 1px dotted #394D8F;
}
#lNav ul li {
	background: url(../img/parts/list_point.png) 2px 3px no-repeat;
	margin: 0 15px 2px 0;
	padding: 0 0 2px 23px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
}
/********************************
			pageTiele
*********************************/
#pageTitle {
	width: 1000px;
	min-height: 58px;
	height: auto;
	background: url(../img/title/page_title.png) 0 0 no-repeat;
	overflow: hidden;
}
#pageTitle h3 {
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	padding: 10px 0 0 30px;
	margin:0;
}
/*************************
			Contents
**************************/
#contents {
	width: 958px;
	background-color:#FFFFFF;
	margin: 0 auto 20px auto;
	padding: 20px;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC !important;
	border-bottom: 1px solid #CCCCCC;
}
#contents h3 {
	background: url(../img/title/title_h3.png) 0 0 no-repeat;
	margin: 10px 0 10px 0;
	padding: 0px 5px 0 20px;
	font-size: 150%;
	font-weight: bold;
	color: #333;
}
#contents h4 {
	background: url(../img/title/title_h4.png) 0 0 no-repeat;
	min-height: 34px;
	height: auto;
	margin: 15px 0 8px 0;
	padding: 5px 5px 0 20px;
	border: 1px solid #4451BC;
	font-size: 122%;
	font-weight: bold;
	color:#333;
}
#contents h5 {
	margin: 15px 0 8px 0;
	padding: 5px 5px 3px 9px;
	border: 1px solid #3D4DB7;
	border-left: 4px solid #3D4DB7;
	font-size: 122%;
	font-weight: bold;
}
#contents h6 {
	margin: 15px 0 8px 0;
	padding: 5px 5px 3px 12px;
	border: 1px solid #3D4DB7;
	font-size: 122%;
	font-weight: bold;
}

/*****************************
		Related Pages
******************************/
.relPage {
	clear: both;
	background-color:#FFFFFF;
	margin: 15px auto 10px auto;
	width: 994px;
	overflow: hidden;
	border:2px solid #3C49BA;
}
.relPage h2 {
	background: url(../img/relpage/title_relpage.png) 10px 5px no-repeat;
	width: 1000px;
	height: 40px;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #3C49BA;
}
.relPage .inner {
	background: #FFF;
	padding: 8px;
	border-top: none;
}
.relPage .inner ul {
	padding: 0 7px;
	list-style: none;
}
.relPage .inner ul li {
	padding: 0 0 0 25px;
	background: url(../img/parts/list_point.png) 5px 5px no-repeat;
}
/*******************************
		Page Information
*******************************/
#pageInfo {
	width:100%;
	padding: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#pageInfoInner {
	width: 980px;
	padding:10px 10px 5px 10px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 93%;
}
#pageInfo ul {
	background: url(../img/parts/pageinfo.png) 0 0 repeat-y;
	width: 650px;
	float: left;
	_display: inline;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#pageInfo ul li {
	background: url(../img/parts/pageinfo.png) 100% 0 repeat-y;
	float: left;
	_display: inline;
	line-height: 30px;
}
#pageInfo ul li span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#pageCounter span {
	background: url(../img/parts/icon_count.png) 10px 5px no-repeat;
	padding: 0 10px 0 54px;
}
#update span {
	background: url(../img/parts/icon_update.png) 10px 8px no-repeat;
	padding: 0 10px 0 63px;
}
#publicdate span {
	background: url(../img/parts/icon_publicdate.png) 10px 3px no-repeat;
	padding: 0 10px 0 36px;
}
#print a {
	background: url(../img/parts/icon_print.png) 10px 2px no-repeat;
	padding: 0 10px 0 44px;
	display: block;
}
/******************************
			Page Top
********************************/
#pageTop {
	width: 181px;
	line-height: 39px;
	background: url(../img/parts/pageinfo.png) 100% 0 repeat-y;
	float: right;
	/display: inline;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#pageTop a {
	display: block;
	padding: 0 0 0 30px;
	background: url(../img/parts/pagetop.png) 0 0 no-repeat;
}
/*****************************************
				Footer
*****************************************/
#page_foot {
	width:100%;
	height: 102px;
	background:url(../img/footer/footer_bg.png) repeat-x top;
	clear:both;
}
#foot_box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 5px;
	border-bottom:1px solid #FFF;
	overflow: hidden;
}
#foot_logo {
	float: left;
	background:url(../img/footer/logo.png) 5px 10px no-repeat;
	width: 150px;
	height: 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}
#foot_line {
	float:left;
	background:url(../img/parts/pageinfo.png) 0 0 repeat-y;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:5px;
	width: 2px;
	height: 45px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#page_foot .addr {
	float:left;
	background:url(../img/footer/ico_addr.png) 0 0 no-repeat;
	color:#FFF;
/*	margin-top:15px; */
	margin-top: 7px;
	padding-left:20px;
}
#page_foot .tel {
	float:left;
	background:url(../img/footer/ico_tel.png) 0 3px no-repeat;
	color:#FFFFFF;
/*	margin-top:11px; */
	margin-top: 4px;
	margin-left:50px;
	padding-left:30px;
	font-size:130%;
	font-weight: bold;
}
#page_foot .fax {
	float:left;
	background:url(../img/footer/ico_fax.png) 0 0 no-repeat;
	color:#FFFFFF;
/*	margin-top:11px; */
	margin-top: 4px;
	margin-left:15px;
	padding-left:30px;
	font-size:130%;
	font-weight: bold;
}
#page_foot .time {
	float:left;
	color:#FFFFFF;
	margin-left: 0;
}
#page_foot .time a {
	color: #FFF;	
}

#copyright {
	clear:both;
	width:1000px;
	margin:10px auto 0 auto;
	height:auto;
	color:#FFFFFF;
	font-size:80%;
}
#copyright .en {
	float:left;
	width:300px;
}
#copyright .jp {
	float:right;
	text-align:center;
	width:700px;
}
/*****************************************
			Directory News
*****************************************/
#dirNews {
	margin: 0 0 20px 0 !important;
	overflow: hidden !important;
	position: relative !important;
}
#dirNews h3 {
	background: #6B80EC !important;
	margin: 0 auto !important;
	padding: 5px 8px !important;
	font-size: 150% !important;
	font-weight: bold !important;
	color: #FFF !important;
}
#btn_newslist_dir {
	background: url(../img/dir/news_list.png) 0 0 no-repeat;
	width: 109px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
}
#btn_newslist_dir:hover { background-position: 0 -25px; }
#dirNewsList {
	width: 996px;
	height: 180px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	border: 2px solid #6B80EC;
	border-top: none;
}
#dirNews dl {
	margin: -1px 0 0 0;
	padding: 6px;
	border-top: 1px dotted #0071BC;
	overflow: hidden;
}
#dirNews dl dt {
	padding: 0;
	color: #1F3294;
}
#dirNews dl dd {
	margin: 0;
	padding: 0;
}
/*****************************************
			Directory Index
*****************************************/
#dir,
#dirRel {
	width: 1000px;
	margin: 0 0 0 4px;
	padding: 10px 0 0 0;
	overflow: hidden;
	letter-spacing: -0.4em;
}
.dirIndex,
#dirRelInfo {
	background: #FFF;
	width: 295px;
	margin: 0 25px 20px 0;
	padding: 1px;
	border: 2px solid #6B80EC;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	overflow: hidden;
}
.dirIndex h3,
#dirRelInfo h3 {
	background: #6B80EC !important;
	margin: 0 0 5px 0 !important;
	padding: 8px 8px !important;
	font-size: 114% !important;
	font-weight: bold !important;
	line-height: 1.41 !important;
	overflow: hidden !important;
	color: #FFF !important;
}
.dirIndex h3 a,
#dirRelInfo h3 a {
	color: #FFF;
}
.dirIndex h3 a:hover,
#dirRelInfo h3 a:hover { color: #FF0; }
#dirRel .dirIndex h3 a:hover { color: #009; }
#dirRelInfo { border: 2px solid #4CAF50;}
#dirRelInfo h3 { background: #4CAF50 !important; }
#dirRel .dirIndex { border: 2px solid #FF9800; }
#dirRel .dirIndex h3 { background: #FF9800 !important; }
.dirIndex p,
#dirRelInfo p {
	margin: 5px 0 0 0;
	padding: 0 8px;
	line-height: 1.70;
}
.dirIndex ul,
#dirRelInfo ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.dirIndex ul li,
#dirRelInfo ul li {
	padding: 6px 5px 6px 25px;
	background: url(../img/parts/list_point.png) 8px 11px no-repeat;
}
.dirIndex ul li p,
#dirRelInfo ul li p {
	display: block;
	margin: 2px 0 0 0 !important;
	padding: 0 0 0 5px;
	border-left: solid 3px #AAA;
	_zoom: 1;
}
.dirIndex ul li.bg,
#dirRelInfo ul li.bg { background-color: #EEEEEE !important; }
/*****************************************
		Directory Index Q&A
*****************************************/
#dirIndexQA {
	background: #FFF;
	width: 950px;
	margin: 10px 0 0 0;
	padding: 1px;
	border: 2px solid #333;
	overflow: hidden;
	letter-spacing: normal;
}
#dirIndexQA h3 {
	background: #333 !important;
	margin: 0 0 5px 0 !important;
	padding: 5px 8px;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.41;
	color: #FFF;
}
#dirIndexQA h3 a {
	color: #FFF;
}
#dirIndexQA h3 a:hover { color: #FF0; }
#dirIndexQABox {
	padding: 1px 0 2px 0;
	border-top: none;
}
#searchQA {
	padding: 8px;
	background: #EEE;
	overflow: hidden;
	_zoom: 1;
}
#field_search_QA {
	padding: 0 5px;
	width: 850px;
	/width: 800px;
	height: 26px;
	line-height: 26px;
	border: none;
	float: left;
	_display: inline;
}
#btn_search_QA {
	margin: 1px 0 0 10px;
	width: 22px;
	height: 23px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	background:url(../img/parts/btn_search_dir.png) 0 0 no-repeat;
	border: none;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#dirIndexQA ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#dirIndexQA ul li {
	margin: 0;
	padding: 4px 5px 4px 18px;
	background:url(../img/parts/list_arw01.png) 8px 10px no-repeat;
}/*****************************************
			List Index
*****************************************/
.list_index {}
.list_index ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.list_index ul li {
	background-position: 6px 12px !important;
	margin: 0 !important;
	padding: 7px 3px 5px 27px !important;
	border-bottom: 1px dotted #CCC;
}
/*****************************************
				Mail Form
*****************************************/
#mailform dl {
	margin: -1px 0 0 0;
	padding: 10px;
	border: solid 1px #CCC;
	border-left: solid 3px #CCC;
	overflow: hidden;
	_height: 1%;
}
#mailform dl.req {
	border-left: solid 3px #F00;
}
#mailform dl dt {
	width: 30%;
	float: left;
	_display: inline;
}
#mailform dl dt span {
	margin: 10px 15px 0 0;
	padding: 10px;
	display: block;
	border: dotted 1px #CCC;
}
#mailform dl.req dt strong {
	margin: 0 0 0 5px;
	color: #F00;
	font-weight: normal;
}
#mailform dl dd {
	width: 70%;
	float: left;
	_display: inline;
}
#mailform dl dd p {
	margin: 15px 0 0 0;
	padding: 10px;
	border: dotted 1px #CCC;
}
#mailform input,
#mailform textarea,
#mailform select {
	font-size: 100%;
}
#mailform dl dd label {
	margin: 0 10px 0 5px;	
}
#mailform_btn {
	margin: 15px 0;
	text-align: center;
}
#mailform_btn input {
	margin: 0 15px;
	height: 28px;
	cursor: pointer;
	font-size: 100%;
	line-height: 1.41;
}
#field_email {
	margin: 0 0 5px 0;
}
/*****************************************
			Google Maps View
*****************************************/
#mainMap {
	margin: 0 4px 25px 4px;
}
#mainMap p {
	margin: 0 0 10px 0;
}
#mapCategory {
	margin: 10px 0 5px 0;
}
#mapCategory ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#mapCategory ul li {
	background:url(../img/parts/list_point.png) 9px 10px no-repeat;
	margin: 0 5px 5px 0;
	padding: 2px 12px 1px 28px;
	line-height: 27px;
	border: solid 2px #CCC;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#mapList {
	background: #FFF;
	border: solid 2px #CCC;
	padding: 10px;
	_zoom: 1;
}
#mapList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#mapList ul li {
	margin: 0 15px 0 0;
	padding: 0 0 0 12px;
	background:url(../img/parts/list_arw01.png) 0 50% no-repeat;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#contentsMap {
	margin: 15px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
#mapCanvas {
	margin: 0 0 0 10px;
	padding: 1px;
	width: 70%;
	float: right;
	_display: inline;
	border: solid 1px #CCC;
}
#mapNav {
	overflow: hidden;
	_zoom: 1;
	line-height: 1.41;
}
#mapNav h4 {
	padding: 9px 0 7px 15px;
	margin-bottom: 0;
	background: #6B80EC;
	border: none;
	font-weight: bold;
	color: #FFF;
	font-size:100%;
	min-height: inherit;
}
#mapNav ul {
	background: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #6B80EC;
	overflow: hidden;
}
#mapNav ul li {
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
	border-top: dotted 1px #6B80EC;
	background:none !important;
}
#mapNav ul li a {
	display: block;
	padding: 10px;
	border-left: solid 5px #6B80EC;
	color: #03C;
	cursor: pointer;
	/zoom: 1;
	font-weight: bold;
}
#mapNav ul li a:hover {
	border-left: solid 5px #C03;
	color: #C03;
}
#mapNav ul li.select a {
	border-left: solid 5px #C03;
	background: #EEE;
	color: #C03;
}
#mapNav ul li.select a:hover {
	color: #C03;
}
/*****************************************
			Search Page
*****************************************/
.searchResponse dt {
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 25px;
	background: url(../img/parts/list_arw01.png) 15px 15px no-repeat #F2F2F2;
	font-size: 121%;
	overflow: hidden;
	_zoom: 1;
}
.searchResponse dt .doc_info {
	margin: 0 0 0 8px;
	font-size: 71%;
	vertical-align: text-top;
}
.searchResponse dt .doc_info img {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
.searchResponse dt .update {
	margin: 4px 8px 0 0;
	font-size: 71%;
	float: right;
	_display: inline;
}
.searchResponse dd {
	margin: 0 0 15px 0;
	padding: 0 15px;
}
.searchResponse dd a { color: #268645; }
.searchResponse dd a:hover { color: #C03; }
.highlight {
	background: #FF0;
	font-weight: bold;
}
.backSearchList {
	margin: 0 0 15px 0;
	text-align: right;
	letter-spacing: -0.4em;
}
.backSearchList .submit {
	padding: 5px 8px;
	background: #F2F2F2;
	border: none;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	font-size: 100%;
	color: #03C;
	text-decoration: underline;
	cursor: pointer;
}
.backSearchList .submit:hover { color: #C03; }
/*****************************************
			Section List
*****************************************/
#sectionList {
	width: 100%;
}
#sectionList th,
#sectionList td {
	padding: 5px;
	border: solid 1px #999;
}
#sectionList thead th {
	background: #E8F4FC;
}
.th_part { width: 15%;}
.th_section { width: 20%;}
.th_detail { width: 53%;}
.th_floor { width: 12%;}