@charset "utf-8";
a:link {
	color: #73ae2c;
}
a:visited {
	color: #73ae2c;
}
a:hover {
	color: #f39700;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/midashi1.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 631px;
	color: #434343;
	padding-top: 12px;
	padding-left: 20px;
	margin: 0px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image:url(../img/midashi2.gif);
	background-repeat:no-repeat;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	height:25px;
	width:617px;
	margin: 0px;
	padding-top: 8px;
	padding-left: 20px;
	}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#top-right h3 {
	background-image: url(../img/top-midashi.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 570px;
	font-size: 14px;
	font-weight: bold;
	color: #eb6100;
	padding-top: 10px;
	padding-left: 20px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image:url(../img/sitemap-h4_03.gif);
	background-repeat:no-repeat;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	height:20px;
	width:624px;
	margin: 0px;
	padding-top: 18px;
	padding-left: 25px;
	}
	
/* =========================== */
/* 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 #topic-headline-section DL {
		color: #333333;		
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 525px;
	margin-bottom: 5px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: bold;
	color: #73ae2c;
	width: 100px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
		color: #73ae2c;
	}
/* =========================== */
/* お知らせ一覧パーツ（トップニュース）  */
/* =========================== */
#top-news {
	background-image: url(../img/top_06.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
	padding: 48px 0px 0px;
	width: 591px;
	background-position: center top;
}
/* リスト全体 */
#top-news #topic-headline-section{
	background-image: url(../img/top_07.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 591px;
}
#top-news #topic-headline-section DL {
	background-image: url(../img/top_09.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px 33px 30px;
	width: 525px;
	}
/* 記事タイトル（リンク先がないとき） */
#top-news #topic-headline-section DT{
	width: 525px;
	margin-bottom: 5px;
	font-weight: bold;
	}
/* 公開日 */
#top-news #topic-headline-section DT .date {
	font-weight: bold;
	color: #f15a24;
	width: 100px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#top-news #topic-headline-section DT A {
		color: #f15a24;
	}
/* 記事タイトル（リンク先がないとき） */
#top-news #topic-headline-section DD{
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
/* =========================== */
/* お知らせ一覧パーツ（トップ採用）  */
/* =========================== */
#top-saiyou {
	background-image: url(../img/top_11.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
	padding: 48px 0px 0px;
	width: 591px;
	background-position: center top;
}
/* リスト全体 */
#top-saiyou #topic-headline-section{
	background-image: url(../img/top_12.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 591px;
}
#top-saiyou #topic-headline-section DL {
	background-image: url(../img/top_14.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px 33px 30px;
	width: 525px;
	}
/* 記事タイトル（リンク先がないとき） */
#top-saiyou #topic-headline-section DT{
	width: 525px;
	margin-bottom: 5px;
	font-weight: bold;
	}
/* 公開日 */
#top-saiyou #topic-headline-section DT .date {
	font-weight: bold;
	color: #73ae2c;
	width: 100px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#top-saiyou #topic-headline-section DT A {
		color: #73ae2c;
	}
/* 記事タイトル（リンク先がないとき） */
#top-saiyou #topic-headline-section DD{
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#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: #2DA8E3;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 525px;
	margin-bottom: 5px;
	font-weight: bold;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #73ae2c;
	width: 100px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #73ae2c;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
/* お知らせ本文中の画像 */
#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;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
#f-size {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: text-botom;
	height: 30px;
}
#f-size img {
	margin-right: 2px;
}
