@charset "utf-8";
a:link {
	color: #ff5d5d;
}
a:visited {
	color: #ff5d5d;
}
a:hover {
	color: #505050;
}
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 620px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 630px;
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	width: 630px;
	font-size: 14px;
	font-weight: bold;
	color: #ef7373;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 40px;
	background-image: url(../img/h5.gif);
	height: 23px;
	padding-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	width: 630px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #ef7373;
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	width: 630px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #ef7373;
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	}
#main-contents #sitemap-section h4 a{
	color: #ef7373;
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px auto;
	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: 73px;
	height: 34px;
	background-image:url(../img/submit-btn.gif);
	border-width:0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section {
	width: 670px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top: none;
	margin-right: auto;
	margin-left: auto;
	}
#main-contents #topic-headline-section DL {
	width: 660px;
	padding: 0px 5px;
	margin: 0px auto;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 640px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding-left: 10px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	width: 555px;
	margin: 0px 0px 8px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 85px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: normal;
	width: 95px;
	padding-right: 10px;
	color: #ff6d01;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color: #ff5d5d;
	text-decoration: underline;
	}

/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
.top-topi-con {
	width: 809px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.top-topi-con td {
	background-image: url(../img/top-topi-bg1.gif);
	background-repeat: repeat;
	padding: 0px;
	width: 809px;
}
#main-contents .top-topi-con #topic-headline-section {
	width: 809px;
	padding: 92px 0px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: none;
	background-image: url(../img/top-topi-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#main-contents .top-topi-con #topic-headline-section DL {
	width: 707px;
	padding: 0px 15px 10px;
	margin: 0px auto;
	background-color: #FFF;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents .top-topi-con #topic-headline-section DT{
	width: 676px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding-left: 15px;
	padding-right: 15px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents .top-topi-con #topic-headline-section DD{
	width: 601px;
	margin: 0px 0px 8px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-right: 15px;
	}
/* 公開日 */
#main-contents .top-topi-con #topic-headline-section DT .date {
	font-weight: normal;
	width: 95px;
	padding-right: 10px;
	color: #ff6d01;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents .top-topi-con #topic-headline-section DT A {
	color: #ff5d5d;
	text-decoration: underline;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#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: #261d9d;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 670px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding-top: 15px;
	}
/* 公開日*/
#topic-list-section DT .date {
	width: 95px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #ff5d5d;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	width: 670px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: normal;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}
/* =========================== */
/* フォントサイズ                 */
/* =========================== */
#font-size {
	list-style-type: none;
	background-image: url(../img/size/font-bg.gif);
	margin: 0px 4px 0px 0px;
	height: 35px;
	width: 99px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	padding-top: 5px;
	display: inline;
}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size #s {
	padding: 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size #m {
	padding: 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size #l {
	padding: 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin: 0px;
}
#font-size #s a {
	height: 29px;
	width: 29px;
	background-image: url(../img/size/size-roll.gif);
	background-repeat: no-repeat;
	display: block;
}
#font-size #m a {
	height: 29px;
	width: 29px;
	background-image: url(../img/size/size-roll-02.gif);
	background-repeat: no-repeat;
	display: block;
}
#font-size #l a {
	height: 29px;
	width: 29px;
	background-image: url(../img/size/size-roll-03.gif);
	background-repeat: no-repeat;
	display: block;
}
#font-size a:hover img {
	visibility: hidden;
}
/* =========================== */
/* サイドテキスト             */
/* =========================== */
#side-text {
	background-image: url(../img/side-text-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	width: 182px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}
/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #575e50 solid;
	}
TH.table_a_th {
	color: #FFFFFF;
	background-color: #c1b5a7;
	border: 1px solid #d2d0c7;
	}
TH.table_a_th2 {
	color: #333333;
	background-color: #eceade;
	border: 1px solid #d2d0c7;
	}
TD.table_a_td {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #d2d0c7;
	}
/* =========================== */
/* ベーシックテンプレート（↓削除しないで下さい）  */
/* =========================== */
/* 画像2枚 */
.img2 {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img2 .img2-td {
	width: 325px;
}
.img2-td1 img {
	width: 325px;
	margin-bottom: 10px;
}
.img2-text {
	width: 315px;
	padding-right: 5px;
	padding-left: 5px;
}
.img2-title {
	width: 291px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.img2-btn {
	padding-top: 10px;
}
/* 画像2枚詳細ボタン枠あり */
.img2-waku-wrap {
	width: 670px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img2-waku-wrap-td {
	width: 326px;
}
.img2-waku {
	width: 300px;
	border: 1px solid #b5b5b5;
	padding: 13px;
}
.img2-waku-table {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img2-waku-table-td1 {
	width: 300px;
}
.img2-waku-table-td1 img {
	width: 300px;
	margin-bottom: 10px;
}
.img2-waku-table-td2 {
	width: 300px;
	padding-bottom: 10px;
}
/* 画像3枚 */
.img3 {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img3-td {
	width: 210px;
}
.img3-td1 img {
	width: 210px;
	margin-bottom: 10px;
}
.img3-text {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
.img3-btn {
	padding-top: 10px;
}
.img3-title {
	width: 190px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* 画像2枚詳細ボタン枠あり */
.img3-waku-wrap {
	width: 670px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img3-waku-wrap-td {
	width: 210px;
}
.img3-waku {
	width: 190px;
	border: 1px solid #b5b5b5;
	padding: 10px;
}
.img3-waku-table {
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img3-waku-table-td1 {
	width: 190px;
}
.img3-waku-table-td1 img {
	width: 190px;
	margin-bottom: 10px;
}
.img3-waku-table-td2 {
	width: 190px;
	padding-bottom: 10px;
}
/* 画像1枚テキスト */
.img1-text {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-text img {
	width: 325px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* 画像1枚右テキストタイトル付 */
.img1-text-wrap {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-text-wrap-td1 {
	width: 325px;
	padding-right: 10px;
}
.img1-text-wrap-td1 img {
	width: 325px;
	margin-bottom: 10px;
}
.img1-right-title {
	width: 325px;
	margin-top: 0px;
}
.img1-right-title-td1 {
	width: 295px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.img1-right-title-td2 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;

}
.img1-right-title-btn {
	width: auto;
}
/* 画像1枚タイトル枠あり */
.img1-waku {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-waku-td {
	padding: 15px;
	width: 640px;
	border: 1px solid #b5b5b5;
}
.img1-text-waku-wrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.img1-text-waku-wrap-td1 {
	width: 300px;
	padding-right: 10px;
}
.img1-text-waku-wrap-td1 img {
	width: 300px;
}
.img1-waku-title {
	width: 330px;
	margin-top: 0px;
}
.img1-waku-title-td1 {
	width: 310px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.img1-waku-title-td2 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 10px;

}
/* 箇条書き1 */
.temp-list1 {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.temp-list1 li {
	background-image: url(/asset/shared/basic/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	margin-bottom: 3px;
}
/* 箇条書き2 */
.temp-list2 {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.temp-list2 li {
	background-image: url(/asset/shared/basic/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	padding-top: 2px;
}
/* 箇条書き3 */
.temp-list3 {
	list-style-position: inside;
	list-style-type: none;
	background-color: #eeeeee;
	padding: 15px;
	border: 1px solid #c9c9c9;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.temp-list3 li {
	background-image: url(/asset/shared/basic/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	margin-bottom: 3px;
}
/* ドットライン */
.dot-line {
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ページ上部へ */
.page-up1 {
	height: 16px;
	width: 670px;
	margin-right: 20px;
	text-align: right;
}
.page-up1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page-up-cont {
	height: 15px;
	width: 83px;
	float: right;
}
/* =========================== */
/* ブログ            */
/* =========================== */
TABLE.diary {
	margin: 0px;
	width:670px;
	border-collapse: collapse;
	border: 1px #222222 solid;
	}
.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;
	line-height: 1.5em;
}
.diary_text IMG {
	padding: 0px 0px 10px 5px;
	width: 180px;
}

/* =========================== */
/* ベーシックテンプレート（↑削除しないで下さい）  */
/* =========================== */
