@charset "utf-8";

a:link {
	color: #cf4d7f;
}
a:visited {
	color: #cf4d7f;
}
a:hover {
	color: #f2cdac;
}

/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	font-size: 16px;
	background-image: url(../img/midashi1.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 665px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image:url(../img/midashi2.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	height:24px;
	width:665px;
	padding-top: 5px;
	padding-left: 20px;
	}
/* =========================== */
/* ページコンテンツの見出し2         */
/* =========================== */	
#main-contents h5 {
	background-image:url(/asset/00052/layout/midashi.gif);
	background-repeat:no-repeat;
	color:#a51a3b;
	font-size:14px;
	font-weight:bold;
	height:15px;
	width:640px;
	padding-top: 0px;
	padding-left: 20px;
	}
/* =========================== */
/* トップページのタイトル         */
/* =========================== */	
#top-right h3 {
	color: #595757;
	background-image: url(../img/top-midashi.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 590px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	}
	
/* =========================== */
/* 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 {
	font-size: 12px;
	color: #7a7977;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	margin-left: 40px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: bold;
	padding-right: 10px;
	width: 70px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
		color: #cf4d7f;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#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: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */
#topic-list-section DL {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	}
/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
	}
/* 公開日*/
#topic-list-section DT .date {
	margin-right: 15px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #cf4d7f;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.4em;
	margin-left: 0px;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #cccccc;
	word-break: break-all;
	font-size: 12px;
	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;
	}
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;
	}
.img-table1 {
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img-table1 img {
	margin-right: 10px;
	border: 1px solid #ecb888;
	max-width:200px;
	max-height:200px;
}
.menu-table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-table td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #f29a76;
}
.gyarally-table {
	width: 630px;
	background-color: #f2cdac;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.gyarally-table td {
	padding: 5px;
	width: 200px;
}
.gyarally-table img {
	border: 1px solid #ecb888;
	max-width:200px;
	max-height:200px;
}
/* =========================== */
/* サイドコンテンツ会社概要        */
/* =========================== */
#side-mitukane {
	background-image: url(/asset/00052/layout/side-mitukane.gif);
	font-size: 12px;
	color: #a51a3b;
	height: 154px;
	width: 163px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 50px;
}
/* =========================== */
/* 会社概要レイアウト　　　        */
/* =========================== */
.company-table {
	width: 500px;
}
.company-table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ecb888;
	padding-top: 3px;
	padding-bottom: 3px;
}
.company-table .td1 {
	width: 90px;
	padding-right: 0px;
	padding-left: 10px;
	color: #976636;
}
.company-table .td2 {
	padding-right: 10px;
	padding-left: 10px;
}
/* =========================== */
/* mitukaneレイアウト　　　        */
/* =========================== */
#mitukane-box {
	background-image: url(/asset/00052/layout/mitukane-boxbg.gif);
	background-repeat: no-repeat;
	height: 132px;
	width: 613px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
}

