@charset   "UTF-8";
/* ヘッダー*/
.top_header {
  border-collapse: collapse;
  margin-bottom: 5px;
}

.top_header th{
  height: 40px;
  color: white;
  font-size: 16px;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  background: url(../Backcolor/top-header.jpg) repeat;
}
.top_header td{
  height: 40px;
  color: white;
  font-size: 16px;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: left;
  padding-left: 250px;
  background: url(../Backcolor/top-header.jpg) repeat;
}

.subtitle {
  color:maroon;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration:none;
  background-color: #e9f7fa;
}

.index_header {
  color: white;
  padding-left: 40px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  background: url(../Backcolor/top-header.jpg) repeat;
}
.index_header_Long {
  color: white;
  padding-left: 40px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  background: url(Logo/toppage_index_Long.png) no-repeat;
}

/* フッター */
.footer {
  background-color: navy;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: right;
  color: white;
}

/* ページ選択*/
.table-navigation{
  border-collapse: collapse;
}

.table-navigation th{
  text-decoration:none;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  height:35px;
  line-height:35px;
  text-align: center;
  color: #333;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.table-navigation td{
  text-decoration:none;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  height:35px;
  line-height:35px;
  text-align: center;
  color: #333;
  border: 1px solid #b9b9b9;
}


/* #page-a a{
  display:block;
  text-decoration:none;
}
#page-a a:hover{
  background-color: #6078e2;
  color : white;
} */


/* イメージパネル */
p.alpha  img {
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 100;
}
p.alpha  img:hover {
	filter: alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
}

/* ドロワーメニュー用*/
.table_menu{
  border-collapse: collapse;
}
.table_menu th{
  Width: 300px;
  height: 26px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: white;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  padding: 2px 8px 2px 12px;
  background: url(../Backcolor/top-header.jpg) repeat;
}
.table_menu td{
  Width: 300px;
  padding: 10px 0px 10px 10px;
  vertical-align: top;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid navy;
}

/* メインコンテンツ*/
.table-Main{
	border-collapse: collapse;
}
.table-Main th{
	font-size: 16px;
	font-family: Arial;
	color: navy;
	font-weight: bold;
	line-height: 28px;
	padding-left : 12px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	background-color: #dae3fb;
	border-top: 1px solid #9db9f9;
	border-right: 1px solid #9db9f9;
	border-bottom: 1px solid #9db9f9;
	border-left: 5px solid #7c9ff0;
}
.table-Main td{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middle;
	padding : 8px 12px 8px 16px;
	border: 1px solid #b9b9b9;
}

/*          */
.table01{
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
}
.table01 th{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	vertical-align: middel;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table01 td{
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	vertical-align: middel;
	line-height: 18px;
	padding-left: 8px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

/*          */
.table02{
	border-collapse: collapse;
}
.table02 th{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	vertical-align: middel;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table02 td{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	vertical-align: middel;
	line-height: 20px;
	padding: 8px 16px 8px 24px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

/*          */
.table03{
	border-collapse: collapse;
}
.table03 th{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	vertical-align: middel;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table03 td{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	vertical-align: middel;
	line-height: 20px;
	padding: 8px 16px 8px 24px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}


/*    テキスト表示    */
.doc-left1 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middel;
	padding-left : 24px;
	padding-right : 24px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.doc-left2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : top;
	padding-left : 24px;
	padding-right : 24px;
}
.doc-left3 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middel;
	padding-left : 24px;
	background-color: #f2f2f2;
	border: 1px solid navy;
}

.doc-center_m {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align : middle;
	border: 1px solid #9db9f9;
}

/*    背景地図ロード中のメッセージ   */
#map_canvas {
	width:100%;
	background-image:url(../Image/loader1.gif);
	background-repeat:no-repeat;
	background-position: center center;
}

/*オーバーレイコンテンツ選択ボックス*/
select{
	color: navy;
	width: 320px;
	height: 40px;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #B3B3B3;
	border-radius: 1px;
	text-indent: 1px;
	text-overflow: "";
}

/*    */
#capture {
	margin: 8px 2px 2px 8px;
	height: 320px;
	width: 320px;
	overflow: hidden;
	pading-left: 8px;
	background-color: #ECECFB;
	border: thin solid #333;
	border-left: none;
}

/* 地図内ズームレベル表示 */
.showzoom{
	 background: white;
	 font-size: 12px;
	 font-family: Arial;
	 color: navy;
}

/*   リンク   */
#linkb a{
	color: navy;
	text-decoration: none;
	background-color: #e9f7fa;
}
#linkb a:hover{
	color: white;
	text-decoration: none;
	background-color: #7d7dff;
}
/*        */
textarea.inputa{
	width: 200px; 
	height: 20px;
	font-size: 12px;
	font-family: Arial;
	resize: none;
}
textarea.inputb{
	width: 200px; 
	height: 40px;
	font-size: 12px;
	font-family: Arial;
	resize: none;
}
textarea.output{
	width: 350px; 
	height: 350px;
	font-size: 12px;
	font-family: Arial;
	overflow: scroll;
	line-height: 150%;
	resize: none;
}


/*    
  div.thumnail img {
  float:left;
  margin: 5px 0px 5px 0px;
}      */
