﻿﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　700px                 */
/* 標準文字サイズ　11pt        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {text-decoration:underline;
	color:#444444;
	}
a:visited {text-decoration:underline;
	color: #444444;
	}
a:active,
a:hover   {text-decoration:underline;
	color: #9ae0ff;
	}


/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
		background-image:url(../img/h4.gif);
		background-repeat: no-repeat;
		color:#ffffff;
		font-size:110%;
		height:29px;
		font-weight:normal;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left:20px;
		padding-top:10px;
		width:545px;
	}
#main-contents h5 {
		background-image:url(../img/h5.gif);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		color:#444444;
		font-size:100%;
		font-weight:bold;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left:25px;
		width:540px;
	}
#main-contents h6 {
		background-image:url(../img/h6.gif);
		background-repeat:repeat-x;
		background-position: left bottom;
		color:#444444;
		font-size:90%;
		font-weight:bold;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left:10px;
		padding-top:3px;
		padding-bottom:5px;
		width:555px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 10px 0 0;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 497px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 497px;
	overflow:hidden;
	background-color: #dddddd;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 115px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #dddddd solid;

	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 350px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0 0 0 ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 100px;
   height: 41px;
   background-image:url(../img/form_submit.gif);
   background-repeat: no-repeat;
   background-position: 0px 5px;
   background-color: #ffffff;
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	padding: 5px 5px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: bold;
	color:#b69600;
	padding: 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 90%;	
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{

	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	color:#b69600;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {

	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 110%;
	padding: 5px 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#b69600;
	padding: 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #cccccc;
	word-break: break-all;
	padding: 10px 5px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #555555 solid;
	}
TH.table_a_th {
		color: #888888;
		background-color: #dddddd;
		border: 1px #555555 solid;
	}
TH.table_a_th2 {
		color: #888888;
		background-color: #dddddd;
		border: 1px #555555 solid;
	}
TD.table_a_td {
		color: #888888;
		background-color: #FFFFFF;
		border: 1px #555555 solid;
	}

/* =========================== */
/* トップページ の枠            */
/* =========================== */

TABLE.table-lb {
	border-collapse: collapse;
	border: 1px #66d5ff solid;
	}
.table-lb TH {
	}

.table-lb TD {
	padding: 0px 0px 0px 0px;
	}

TABLE.table-lb_title {
	margin: 1px;
	color: #ffffff;
	background-color: #66d5ff;
	border-collapse: collapse;
	border: 1px #ffffff solid;
	}
.table-lb_title TH {
	padding: 5px 5px;
	}
.table-lb_title TD {
	}

TABLE.table-lb_main {
	}
.table-lb_main TH {
	padding: 0px 0px;
	}
.table-lb_main TD {
	padding: 5px 5px;
	text-align: left;
	}
.table-lb_midashi {
	background-image:url(../img/block-lb_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	}

TABLE.table-yg {
	border-collapse: collapse;
	border: 1px #ccae0b solid;
	}
.table-yg TH {
	padding: 0px;
	}

.table-yg TD {
	padding: 0px 0px 0px 0px;
	}

TABLE.table-yg_title {
	margin: 1px;
	color: #ffffff;
	background-color: #ccae0b;
	border-collapse: collapse;
	border: 1px #ffffff solid;
	}
.table-yg_title TH {
	padding: 5px 5px;
	}
.table-yg_title TD {
	}

TABLE.table-yg_main {
	}
.table-yg_main TH {
	padding: 0px 0px;
	}
.table-yg_main TD {
	padding: 5px 5px;
	text-align: left;
	}
.table-yg_midashi {
	background-image:url(../img/block-yg_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	}


TABLE.table-or {
	border-collapse: collapse;
	border: 1px #ffb127 solid;
	}
.table-or TH {
	padding: 0px;
	}

.table-or TD {
	padding: 0px;
	}

TABLE.table-or_title {
	margin: 1px;
	color: #ffffff;
	background-color: #ffb127;
	border-collapse: collapse;
	border: 1px #ffffff solid;
	}
.table-or_title TH {
	padding: 5px 5px;
	}
.table-or_title TD {
	}
TABLE.table-or_main {
	}
.table-or_main TH {
	padding: 0px 0px;
	}
.table-or_main TD {
	padding: 0px 5px;
	text-align: left;
	}

/* =========================== */
/* Adobereader DWリンクエリア    */
/* =========================== */

table.adobereader {	
	width:500px;
	margin: 10px auto;
	border-width: 0px;
	border-style: none;
}

/* =========================== */
/* プライバシーポリシー            */
/* =========================== */

ul.privacy{
	margin-left:0px;
}

ul.privacy li{
	margin-bottom:30px;
	list-style: none;
}

/* =========================== */
/* 関係省庁・関係団体      　　    */
/* =========================== */
table.kankei{
	border-top:1px solid #66ccff;
	border-left:1px solid #66ccff;
	border-collapse:collapse;
	font-size: 80%;
	width: 565px;
	background: #FFFFFF;
	margin-top: 10px;
}
table.kankei th{
	
	border-right:1px solid #66ccff;
	border-bottom:1px solid #66ccff;
	font-weight: normal;
	background: #66ccff;
	font-size: 130%;
	padding: 3px;
}
table.kankei td{
	border-right:1px solid #66ccff;
	border-bottom:1px solid #66ccff;
	padding: 3px;
}

table.kankei td.txt_l {
	font-size: 130%;
}

/* =========================== */
/* 共通　　　　　　　　　　　　　　*/
/* =========================== */

/*「ページトップ」アンカー*/
.gotop {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

.waku {
	border: 1px solid #CCCCCC;
	margin: 0px auto;
}

/* =========================== */
/* トップページ の新着情報            */
/* =========================== */
.top_whatnew {
	margin: 0px auto;
	padding: 0px 0px;
	}

TABLE.top_whatnew_table {
	border-collapse: collapse;
	}
TD.top_whatnew_title {
	height:41px;
	margin: 0px;
	padding: 0px 0px;
	background-image:url(/asset/00079/top/whatsnew_title.gif);
	background-repeat: repeat-x;
	background-position: top;
}
TD.top_whatnew_back {
	margin: 0px;
	padding: 5px 5px;
	background-image:url(/asset/00079/top/whatsnew_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* =========================== */
/* トップページ のお知らせ            */
/* =========================== */
.top_news {
	margin: 0px auto;
	padding: 0px 0px;
	}

TABLE.top_news_table {
	border-collapse: collapse;
	}
TD.top_news_title {
	height:41px;
	margin: 0px;
	padding: 0px 0px;
	background-image:url(/asset/00079/top/news_title.gif);
	background-repeat: repeat-x;
	background-position: top;
}
TD.top_news_back {
	margin: 0px;
	padding: 10px 15px;
	background-image:url(/asset/00079/top/news_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* =========================== */
/* トップページ の事業概要            */
/* =========================== */
.top_guidance {
	margin: 0px auto;
	padding: 0px 0px;
	}

TABLE.top_guidance_table {
	border-collapse: collapse;
	}
TD.top_guidance_title {
	height:41px;
	margin: 0px;
	padding: 0px 0px;
	background-image:url(/asset/00079/top/guidance_title.gif);
	background-repeat: repeat-x;
	background-position: top;
}
TD.top_guidance_back {
	margin: 0px;
	padding: 10px 15px;
	background-image:url(/asset/00079/top/guidance_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
