﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　900px                 */
/* 標準文字サイズ　12px        */
/* メインメニュー　182px * 38px*/
/* サブメニュー横　px * px     */
/* メインコンテンツ　672px     */
/* サイドコンテンツ　180px     */
/* 見出し　672px               */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {
	color: #8a3f71;
	font-weight: bold;
	text-decoration:underline;
	}
a:visited {
	font-weight: bold;
	color: #7e767b;
	text-decoration:underline;
	}
a:active  {
	font-weight: bold;
	color: #7e767b;
	text-decoration:underline;
	}
a:hover   {
	color: #ca8cb5;
	font-weight: bold;
	text-decoration:underline;
	}

table.tbl1 {
	border: solid 1px #8C96CB;
	border-collapse: separate;
	width:521px;
}

table.tbl1 td {
	padding:5px 15px 5px 15px;
}

/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */

#main-contents h3 {
	background-image:url(../img/page-title_03.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	height:30px;
	width:619px;
	padding-top: 15px;
	padding-left: 50px;
	margin-bottom: 15px;
	}

/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image:url(../img/h4.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:29px;
	width:632px;
	padding-top: 10px;
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#main-contents h5 {
	background-image:url(../img/h5.gif);
	background-repeat:no-repeat;
	color:#535353;
	font-size:14px;
	font-weight:bold;
	height:25px;
	width:635px;
	padding-top: 7px;
	padding-left: 35px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	text-align: center;
	}
.qr-box {
	background-color: #FFFFFF;
	width: 180px;
	margin-top: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #c9c8c8;
	text-align: center;
}
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 10px 0 0;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 521px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 521px;
	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 0 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: 340px;
	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;
	margin-top: 10px;
}
#mailform-section DIV.submitee BUTTON
{
	cursor: pointer;
	width: 109px;
	height: 32px;
	background-image:url(/asset/00000/layout/submit.gif);
	border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
color: #333333;
}

	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {
	background-color: #e5e5e5;
	width: 630px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	background-image: url(../img/pickup-list.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	padding-top: 2px;
	font-weight: bold;
	}
#main-contents #topic-headline-section DD{
	padding-left: 53px;
	margin-bottom: 10px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: bold;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	font-weight: bold;
	color: #a4005b;
	text-decoration: underline;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E5E5E5;
	padding-right: 5px;
	padding-left: 5px;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{

	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
　　　　　margin-top: 10px;
         margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12pt;
	}
/* 公開日*/
#topic-list-section DT .date {
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #cccccc;
	word-break: break-all;
	}
/* お知らせ本文中の画像 */
#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;
	}

/* =========================== */
/* メインコンテンツ奥様テーブル             */
/* =========================== */
.okusama-table td {
                    padding-top: 5px;
	            padding-bottom: 5px;
　　　　　　　　　　　text-align: center;
}
.okusama-table {
	width: 672px;
}
.okusama {
	text-align: center;
        width: 150px;
	margin-right: 5px;
	margin-left: 5px;
}
.okusama td {
	text-align: center;
	width: 150px;
}
/* =========================== */
/* 予約ボックス             　*/
/* =========================== */
.reserve-box {
	background-image: url(/asset/00000/layout/syukkin-bg.gif);
	background-repeat: no-repeat;
	height: 185px;
	width: 660px;
	padding-top: 12px;
	padding-left: 15px;
}
.reserve-box table {
	width: 645px;
	border: 1px solid #8a3f71;
	border-collapse:collapse;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
.reserve-box table td {
	border: 1px solid #8a3f71;
	border-collapse:collapse;
	height: 20px;
	text-align: center;
}
.reserve-table1{
	display: block;
}
.reserve-table1 table {
	height: 122px;
	margin-bottom: 10px;
	border: none;
	width: 500px;
	margin-left: 40px;
}
.reserve-table1 table td {
	height: 122px;
	margin-bottom: 10px;
	border: none;
	text-align: left;
}
.reserve-table1 img {
	height: 120px;
}
.ranking-box {
	background-image: url(/asset/00000/layout/ranking-bg.gif);
	background-repeat: no-repeat;
	height: 143px;
	width: 637px;
	padding-top: 30px;
	padding-left: 35px;
}
/* =========================== */
/* トップインフォ             　*/
/* =========================== */
#mob-info {
	background-image: url(/asset/00000/layout/top-mbinfo-bg.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 267px;
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#mailmag-info {
	background-image: url(/asset/00000/layout/top-mailmagainfo-bg.gif);
	background-repeat: no-repeat;
	height: 79px;
	width: 273px;
	padding-top: 39px;
	padding-left: 14px;
	line-height: 1.5em;
}
.top-banar {
	background-image: url(/asset/00000/layout/top-banar.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 271px;
	color: #815397;
	padding-top: 20px;
	padding-left: 98px;
	font-size: 36px;
	font-weight: bolder;
	margin-right: 10px;
}
