@charset "utf-8";
a:link {
	color: #ff6fb9;
}
a:visited {
	color: #ff6fb9;
}
a:hover {
	color: #ff6fb9;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 503px;
	font-size: 14px;
	font-weight: bold;
	color: #f1657e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 17px;
	padding-left: 47px;
	background-position: left top;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 534px;
	font-size: 12px;
	color: #017569;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	padding-top: 10px;
	padding-left: 16px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	height: 22px;
	width: 537px;
	font-size: 12px;
	font-weight: bold;
	color: #365e78;
	padding-right: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(../img/h5.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center top;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.jpg);
	background-repeat: no-repeat;
	width: 519px;
	font-size: 12px;
	background-position: left center;
	height: 20px;
	color: #a6531c;
	background-color: #FFF;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 31px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 534px;
	font-size: 12px;
	color: #017569;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	padding-top: 10px;
	padding-left: 16px;
	}
	
/* =========================== */
/* 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;
}



/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #223344;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color: #222222;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

#topic-list-section {
	width: 550px;
	padding-top: 11px;
	padding-bottom: 5px;
	margin: 0px;

	}
/* 記事タイトル */	
#topic-list-section DT {
	width: 550px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #656363;
	font-size: 12px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #656363;
	width: 100px;
	padding-right: 20px;
	font-size: 12px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #ff6fb9;
	font-size: 12px;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 10px;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bababa;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #656363;
	font-size: 12px;
	margin-left: 0px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
	width: 100px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
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;
	}
/* =========================== */
/* バナー                    　*/
/* =========================== */
.side-banar-box {
	background-color: #e0e0e0;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ========================================== */
/* 編集画面で表組み内の文字だけ大きくなる対応 */
/* ========================================== */
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
/* =========================== */
/* フォントサイズ変更　　     */
/* =========================== */
#change-box {
	padding: 0px 0px 0px 320px;
	margin-top: 0px;
	width: 301px;
}
#change-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size {
	padding: 0px;
	height: 40px;
	width: 190px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	background-image: url(../img/font-size/bg.jpg);
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size #s {
	float: right;
	height: 23px;
	width: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 14px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#font-size #m {
	float: right;
	height: 28px;
	width: 29px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#font-size #l {
	float: right;
	height: 33px;
	width: 35px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#font-size #s a {
	height: 23px;
	width: 25px;
	display: block;
}
#font-size #m a {
	height: 28px;
	width: 29px;
	display: block;
}
#font-size #l a {
	height: 33px;
	width: 35px;
	display: block;
}

#side_text {
	background-image: url(../img/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
	width: 175px;
	padding-top: 15px;
	padding-left: 25px;
	font-size: 14px;
	color: #1c1c1c;
	padding-right: 20px;
}

TABLE.infomation-table {
	width: 550px;


	}

TD.infomation-td1{
	width: 540px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	color: #777777;
	line-height: 1.6em;


	}
/* =========================== */
/* ここから　移行用テンプレート            */
/* 誤って削除しないようご注意ください      */
/* =========================== */
/* =========================== */
/* ブログ            */
/* =========================== */
TABLE.diary {
	margin: 0px;
	width:550px;
	border-collapse: collapse;
	border: 1px #222222 solid;
	}
TABLE.diary2 {
	margin: 0px;
	width:550px;
	border-collapse: collapse;
	border-bottom: 1px #222222 dashed;
	}
.diary_title {
	padding: 5px 10px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px #222222 dashed;
}
.diary_date {
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px #222222 dashed;
}
.diary_text {
	padding: 5px 10px;
}
.diary_text IMG {
	padding: 0px 0px 10px 5px;
}
/* =========================== */
/* 表組み            */
/* =========================== */
/* ボーダー */
TABLE.table_border {
	margin: 0px;
	border-collapse: collapse;
	}
/* シンプル */
.table_border_simple {
	padding: 3px 5px;
	border: 1px #666666 solid;
}
/* 青ボーダー */
.table_border_b1 {
	padding: 3px 5px;
	background-color: #E5EBFF;
}
.table_border_b2 {
	padding: 3px 5px;
	background-color: #f7fbff;
}
/* 赤ボーダー */
.table_border_r1 {
	padding: 3px 5px;
	background-color: #FFE5EB;
}
.table_border_r2 {
	padding: 3px 5px;
	background-color: #fff7fb;
}
/* 緑ボーダー */
.table_border_g1 {
	padding: 3px 5px;
	background-color: #E5FCEB;
}
.table_border_g2 {
	padding: 3px 5px;
	background-color: #f7fcfb;
}
/* ノート */
.table_border_note {
	padding: 3px 5px;
	border-bottom: 1px #5c4930 dotted;
}

/* =========================== */
/* 画像２枚             */
/* =========================== */
TABLE.img2_waku {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.img2_waku_item {
	width:270px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
.img2_waku_blank {
	width:10px;
	padding: 0px 0px 0px 0px;
}
TABLE.img2 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img2_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img2_text {
	padding: 5px 2px;
	text-align : left ;
}
/* =========================== */
/* 画像３枚             */
/* =========================== */
TABLE.img3_waku {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.img3_waku_item {
	width:180px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
.img3_waku_blank {
	width:5px;
	padding: 0px 0px 0px 0px;
}
TABLE.img3 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img3_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img3_text {
	padding: 5px 2px;
	text-align : left ;
}
/* =========================== */
/* 画像４枚             */
/* =========================== */
TABLE.img4_waku {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.img4_waku_item {
	width:130px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
.img4_waku_blank {
	width:10px;
	padding: 0px 0px 0px 0px;
}
TABLE.img4 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img4_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img4_text {
	padding: 5px 2px;
	text-align : left ;
}
/* =========================== */
/* 画像５枚             */
/* =========================== */
TABLE.img5_waku {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.img5_waku_item {
	width:100px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
.img5_waku_blank {
	width:12px;
	padding: 0px 0px 0px 0px;
}
TABLE.img5 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img5_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img5_text {
	padding: 5px 2px;
	text-align : left ;
}

/* =========================== */
/* 画像（左）＋文章             */
/* =========================== */
/* 回り込み */
TABLE.imgl-textr {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
TABLE.imgl-textr IMG {
	padding: 0px 10px 10px 0px;
}
TABLE.imgl-textr TD {
	padding: 0px 0px;
	text-align : left ;
}
/* =========================== */
/* 画像（右）＋文章             */
/* =========================== */
TABLE.textl-imgr {
	margin: 0px;
	width:550px;
	border-collapse: collapse;
	}
TABLE.textl-imgr IMG {
	padding: 0px 0px 10px 10px;
}
TABLE.textl-imgr TD {
	padding: 0px 0px;
	text-align : left ;
}
/* =========================== */
/* 画像＋文章 回り込み無し            */
/* =========================== */
TABLE.img-text {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
}
.img-text_img180 {
	width:180px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_img300 {
	width:300px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_img400 {
	width:400px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_blank {
	width:10px;
	padding: 0px 0px 0px 0px;
}
.img-text_text180 {
	width:360px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_text300 {
	width:240px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_text400 {
	width:140px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
/* =========================== */
/* 文章＋画像（左右下）２枚             */
/* =========================== */
TABLE.text-img {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.text-img2_text_left {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	text-align : left ;
}
.text-img2_img_right {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
.text-img2_img_left {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
.text-img2_text_right {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align : left ;
}

.text-img_u_text {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align : left ;
}
.text-img_u2_img {
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
TABLE.text-img_u2_img2 {
	margin: 0px auto;
	width:100%;
	border-collapse: collapse;
	}
.text-img_u2_img2_img {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
/* =========================== */
/* グラデーションボックス            */
/* =========================== */
TABLE.g-box {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	background-color: #ffffff;
	background-image: url(/asset/shared/standard/text_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px #999999 solid;
}
TABLE.g-box TD {
	padding: 10px 10px 15px 10px;
	text-align : left ;
	vertical-align: top;
}
/* =========================== */
/* ここまで　移行用テンプレート            */
/* =========================== */
	
