@charset "utf-8";
a:link {
	color: #325AC5;
}
a:visited {
	color: #6281d3;
}
a:hover {
	color: #32ba7f;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 780px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* ページコンテンツの見出し         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 780px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 780px;
	font-size: 12px;
	color: #325AC5;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 777px;
	font-size: 12px;
	color: #00A960;
	margin: 0px 0px 5px;
	padding: 10px 0px 0px 23px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し1　　*/
/* =========================== */	
#main-contents-top h3 {
	background-image: url(../img/top-h3.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 560px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し2        */
/* =========================== */	
#main-contents-top h4 {
	background-image: url(../img/top-h4.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 560px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し3        */
/* =========================== */	
#main-contents-top h5 {
	background-image: url(../img/top-h5.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 560px;
	font-size: 12px;
	color: #325AC5;
	margin: 0px 0px 5px;
	padding: 7px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し4        */
/* =========================== */	
#main-contents-top h6 {
	background-image: url(../img/top-h6.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 557px;
	font-size: 12px;
	color: #00A960;
	margin: 0px 0px 5px;
	padding: 6px 0px 0px 23px;
	font-weight: bold;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 777px;
	font-size: 12px;
	color: #00A960;
	margin: 0px 0px 5px;
	padding: 10px 0px 0px 23px;
	font-weight: bold;
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#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: 130px;
	text-align: left;
	padding: 11px 8px 0px 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0px 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 0px 0px 0px ;
	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: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}

/* ======================================================*/
/* お知らせ一覧パーツ（トップページメインコンテンツ）*/
/* ===================================================== */
/* リスト全体 */
#main-contents-top #topic-headline-section DL {
	margin: 0px 0px 0px 10px;
	width: 570px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents-top #topic-headline-section DT{
	width: 570px;
	margin-top: 5px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents-top #topic-headline-section DD{
	margin-bottom: 5px;
	padding: 0px 0px 0px 85px;
	width: 485px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
/* 公開日 */
#main-contents-top #topic-headline-section DT .date {
	width: 120px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#top-column-left1 #topic-headline-section DT A {
	color: #325AC5;
	text-decoration: underline;
	}
/* 記事タイトル（リンク先があるとき） */
#top-column-left2 #topic-headline-section DT A {
	color: #325AC5;
	text-decoration: underline;
	}
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {
	margin: 0px 0px 0px 10px;
	width: 780px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 780px;
	margin-top: 5px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	margin-bottom: 5px;
	padding: 0px 0px 0px 85px;
	width: 695px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	width: 120px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
		color: #325AC5;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 10pt;
		color: #223344;		
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
		color: #325AC5;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 785px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #707070;
	width: 120px;
	padding-right: 10px;
	margin-left: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #325AC5;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 20px;
	padding: 0px 0px 10px 110px;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
/* お知らせ本文中の画像 */
#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 #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}

TABLE.table_b {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TABLE.table_b TH {
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}
TABLE.table_b TD {
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}
TABLE.table_c {
		border-collapse: separate;
		border: 1px #809FFF solid;
	}
TABLE.table_c TH {
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}
TABLE.table_c TD {
		border: 1px #809FFF solid;
		padding: 3px 4px;
	}
/* =========================== */
/* サイドコンテンツ　　　      */
/* =========================== */
#sinryou {
	width: 235px;
	table-layout:fixed;
	margin-top: 0px;
	margin-bottom: 10px;
}
#sinryou #sinryou-cont {
	background-image: url(../img/top-side/shinryou_06.gif);
	background-repeat: repeat-y;
	width: 175px;
	padding-right: 30px;
	padding-left: 30px;
}
#side-navi {
	padding: 0px;
	width: 235px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 0px;
	background-image: url(../img/top-side/top-side-navi-bg_03.jpg);
	background-repeat: repeat-y;
}
#side-navi li {
	padding: 0px;
	width: 235px;
	margin: 0px;
	list-style-type: none;
	line-height: 0px;
	vertical-align: baseline;
}
/* =========================== */
/* テキスト用ボックス　　　      　　*/
/* =========================== */
.text-box1 {
	background-color: #c6f0de;
	width: 558px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #32ba7f;
}
.text-box1 {
padding: 10px 30px;
}