﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　670px                 */
/* 標準文字サイズ　12px        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {
	color:#e60012;
	text-decoration:underline;

	}
a:visited {
	color:#000000;
	text-decoration:underline;

	}
a:active,
a:hover   {
	color:#f7ab00;
	text-decoration:underline;
	}



/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{

	}
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 0px 0px 15px;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 640px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f0f0f0;
	width: 640px;
	overflow:hidden;
}
/* 入力項目 */
#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: 150px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #aaaaaa solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 458px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	border-top: 1px #aaaaaa solid;
	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;
	margin-top: 5px;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
	cursor: pointer;
	width: 108px;
	height: 34px;
	background-image:url(../img/btn_submit.gif);
	background-repeat: no-repeat;
	border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 11px;	
	margin: 0px;
	color:#313131;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	color:#313131;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	color:#e60012;
font-weight : bold ;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color:#313131;
text-decoration:underline;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;

	}
.topi-scroll {
	height: 200px;
	width: 670px;
	overflow-y:scroll;
}	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 110%;
	padding: 5px 5px 5px 25px;
	background-image:url(../img/TitleBg02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#e60012;
	padding: 5px 5px 5px 0px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color:#313131;
text-decoration:underline;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.5em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px dashed #cccccc;
	word-break: break-all;
	padding: 10px 0px;
	}
/* お知らせ本文中の画像 */
#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 #aaaaaa solid;
	}
TH.table_a_th {
	background-color: #cdcdcd;
	border: 1px #aaaaaa solid;
	padding: 3px 5px;
	}
TH.table_a_th2 {
	background-color: #f8f8f8;
	border: 1px #aaaaaa solid;
	padding: 3px 5px;
	}
TD.table_a_td {
		border: 1px #aaaaaa solid;
	padding: 3px 5px;
	}

/* =========================== */
/* 基本のテーブル             */
/* =========================== */
TABLE.basic_table {
	border-collapse: collapse;
	border: 1px #aaaaaa solid;
	}
TABLE.basic_table TH {
	padding: 3px 5px;
	border: 1px #aaaaaa solid;
	}
TABLE.basic_table TD {
	padding: 3px 5px;
	border: 1px #aaaaaa solid;
	}
/* =========================== */
/* 枠付き画像             */
/* =========================== */
IMG.waku {
	margin: 5px 0px;
	padding: 5px 5px;
	background-color: #ffffff;
	border: 1px #aaaaaa solid;
}
/* =========================== */
/* 施工例             */
/* =========================== */
/* 施工例一覧 */
TABLE.works-list {
	width:650px;
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-list_left {
	width:220px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.works-list_left IMG {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #c1c1c1;
}
.works-list_right {
	width:430px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.works-list_title {
	width:650px;
	height:40px;
	margin: 0px;
	border-collapse: collapse;
	background-color: #eaeaea;
	background-image:url(/asset/00040/works/layout/works_midashi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
}
.works-list_title td {
	width: 620px;
	padding-left: 30px;
}
.works-list_title td A {
	color:#313131;
	text-decoration:underline;
}
TABLE.works-list_midashi {
	width:430px;
	height:40px;
	margin: 3px 0px 0px;
	padding: 0px 0px;
	border-collapse: collapse;
	background-image:url(/asset/00040/works/layout/works_midashi_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.works-list_midashi_td {
	padding: 0px 0px 0px 30px;
	font-size:14px;
	color:#898989;
}
TABLE.works-list_icon {
	width:430px;
	margin: 0px 0px;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-list_icon_td {
	padding: 0px 0px 0px 30px;
}
.works-list_icon_td img {
	margin-right: 5px;
}
TABLE.works-list_detail {
	width:430px;
	margin: 0px 0px;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-list_detail_td {
	padding: 0px 10px 0px 0px;
	text-align: right;}
.case-list {
	background-image: url(/asset/00040/works/layout/case-list-bg_03.gif);
	background-repeat: repeat;
	width: 650px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	margin-top: 0px;
}
.case-list2 {
	background-image: url(/asset/00040/works/layout/case-list-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 16px 0px 10px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.case-list-table {
	width: 590px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.case-list-td1 {
	width: 364px;
	padding-top: 7px;
	padding-left: 16px;
	font-size: 14px;
	color: #FFF;
	height: 37px;
}
.case-list-td2 {
	background-color: #FFF;
	width: 210px;
	border: 1px solid #c5c3c3;
}
.case-list-td2 img {
	margin: 5px;
	width: 200px;
	background-color: #FFF;
}
.case-list-td3 {
	width: 354px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}
/* 詳細 */
TABLE.works-detail {
	width:650px;
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-detail_left {
	width:370px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.works-detail_left IMG {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #c1c1c1;
}
.works-detail_right {
	width:280px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
TABLE.works-detail_title {
	width:280px;
	height:50px;
	margin: 10px 0px 0px;
	padding: 0px 0px;
	border-collapse: collapse;
	background-color: #eaeaea;
}
.works-detail_title_td {
	padding: 0px 0px 0px 20px;
	font-size:16px;
	font-weight:bold;
}
TABLE.works-detail_icon {
	width:280px;
	margin: 0px 0px;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-detail_icon_td {
	padding: 0px 0px 0px 20px;
}
TABLE.works-detail_text {
	width:280px;
	margin: 0px 0px;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-detail_text_td {
	padding: 0px 0px 0px 20px;
	line-height: 1.3em;	
}
/* 詳細データ */
TABLE.works-data {
	width:650px;
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-data_left {
	width:370px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.works-data_blank {
	width:20px;
	padding: 0px 0px 0px 0px;
}
.works-data_right {
	width:260px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
TABLE.works-data_charge {
	width:370px;
	margin: 0px auto 5px;
	padding: 0px 0px;
	border-collapse: collapse;
	background-color: #f7ab00;
}
.works-data_charge_td {
	padding: 3px 0px 3px 10px;
	color:#ffffff;
	font-weight:bold;
}
TABLE.works-data_customer {
	width:370px;
	margin: 0px auto 5px;
	padding: 0px 0px;
	border-collapse: collapse;
	background-color: #e60012;
}
.works-data_customer_td {
	padding: 3px 0px 3px 10px;
	color:#ffffff;
	font-weight:bold;
}
TABLE.works-data_hyou {
	width:260px;
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-data_hyou_midashi {
	padding: 3px 0px 3px 10px;
	color:#ffffff;
	font-weight:bold;
	background-color: #d7c8a6;
}
.works-data_hyou_main {
	padding: 8px 10px 8px 10px;
	vertical-align: top;
	background-color: #eae2ce;
}
TABLE.works-data_hyou_table {
	width:100%;
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-data_hyou_table_th {
	width:25%;
	padding: 2px 5px 2px 0px;
	color:#715924;
	font-weight:bold;
	text-align: left;
}
.works-data_hyou_table_td {
	width:75%;
	padding: 2px 0px 2px 5px;
}
TABLE.works-data_map {
	width:260px;
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
}
.works-data_map_midashi {
	padding: 3px 0px 3px 10px;
	color:#a7a7a7;
	font-weight:bold;
	background-color: #eaeaea;
}
.works-data_map_img {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.works-data_map_img img {
	margin: 10px;
	width: 180px;
}
.works-deta-images {
	width: 370px;
}
.works-deta-images1 {
	width: 180px;
	padding-right: 5px;
}
.works-deta-images1 img {
	width: 180px;
}
.works-deta-images2 {
	width: 180px;
	padding-left: 5px;
}
.works-deta-images2 img {
	width: 180px;
}
/* =========================== */
/* ここから工務店向けテンプレート用CSS    */
/* ※削除しないでください※         */
/* =========================== */
/* =========================== */
/* Ｂ施工事例         */
/* =========================== */
/* 詳細 */
TABLE.b_case_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/case/b_case_index04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_case_title TD {
	padding: 0px 30px 0px 335px;
}

TABLE.b_case {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_case_before {
	height:50px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/case/b_case04_before.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_case_before_back {
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/case/b_case04_before_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_case_arrow {
	height:48px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/case/b_case04_arrow.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_case_after {
	height:42px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/case/b_case04_after.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_case_after_back {
	padding: 0px 20px;
	background-image:url(/asset/shared/template/b-black/case/b_case04_after_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_case_bottom {
	height:20px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/case/b_case04_after_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

/* 一覧 */	
TABLE.b_case_index {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/case/b_case_index04_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.b_case_index_top {
	height:10px;
	padding: 0px 0px;
	line-height: 0;	
	background-image:url(/asset/shared/template/b-black/case/b_case_index04_top.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_case_index_back_left {
	width: 490px;
	padding: 8px 0px 5px 20px;
	vertical-align: top;
	background-image:url(/asset/shared/template/b-black/case/b_case_index04_back_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.b_case_index_back_right {
	width: 155px;
	padding: 10px 0px 5px 25px;
	vertical-align: top;
	background-image:url(/asset/shared/template/b-black/case/b_case_index04_back_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.b_case_index_bottom {
	height:27px;
	_height:25px;
	padding: 2px 25px 0px 0px;
	text-align: right;
	vertical-align: top;
	background-image:url(/asset/shared/template/b-black/case/b_case_index04_detail.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_case_index_midashi {
	width: 88%;
	color:#816a46;
	font-size:14px;
	font-weight:bold;
	padding: 0px 0px 0px 20px;
}
.b_case_index_no {
	width: 11%;
	height:50px;
	_height:30px;
	color:#ffffff;
	text-align: center;
	vertical-align: top;
	padding: 20px 0px 0px 0px;
}
.b_case_index_name {
	width: 89%;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding: 0px 0px 0px 20px;
}

/* 見出し */
TABLE.b_case_midashi {
	margin: 0px auto;
	width: 670px;
	height:85px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/case/b_case04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_case_midashi_no {
	width: 14%;
	height:55px;
	color:#ffffff;
	font-size:14px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
}
.b_case_midashi_midashi {
	width: 86%;
	color:#816a46;
	font-size:14px;
	font-weight:bold;
	vertical-align: middle;
	padding: 0px 0px;
}
.b_case_midashi_text {
	width: 85%;
	color:#666666;
	font-size:14px;
	vertical-align: middle;
	padding: 0px 0px;
}

/* 施工前 */
.b_case_before_left {
	width: 40%;
	vertical-align: top;
	padding: 10px 0px;
}
.b_case_before_right {
	width: 60%;
	vertical-align: top;
	padding: 10px 20px 10px 10px;
}
.b_case_img {
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
}
.b_case_img_td {
	padding: 5px 5px;
	text-align: center;
}
/* 施工後 */
TABLE.b_case_after_detail {
	margin: 0px auto;
	border-collapse: collapse;
}
.b_case_after_td {
	padding: 0px 0px;
}
.b_case_after_text {
	padding: 10px 0px 10px 0px;
}

/* 担当者より */
TABLE.b_case_comment {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_case_comment_from {
	padding: 5px 20px 10px 20px;
	font-size:16px;
	color: #3b5800;
	font-weight:bold;
	background-image:url(/asset/shared/template/b-black/case/b_case04_line.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
.b_case_comment_text {
	padding: 10px 20px;
}

/* =========================== */
/* Ｂよくある質問         */
/* =========================== */
/* ページタイトル */
TABLE.b_qa_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/qa/b_qa04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_qa_title TD {
	padding: 0px 30px 0px 335px;
}
/* 質問の一覧 */
TABLE.b_qa_list {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_qa_list_top {
	height:48px;
	padding: 0px 0px 0px 0px;
	background-image:url(/asset/shared/template/b-black/qa/b_qa04_list_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_qa_list_back {
	height:48px;
	padding: 10px 20px 10px 20px;
	background-image:url(/asset/shared/template/b-black/qa/b_qa04_list_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_qa_list_bottom {
	height:10px;
	padding: 0px 0px 0px 0px;
	background-image:url(/asset/shared/template/b-black/qa/b_qa04_list_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_qa_list_midashi {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.b_qa_list_midashi_no {
	width: 12%;
	padding: 0px 0px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.b_qa_list_midashi_text {
	width: 88%;
	padding: 0px 0px;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	vertical-align: middle;
}
TABLE.b_qa_list_list {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
	background-color: #ededed;
}
.b_qa_list_list_img {
	width: 10%;
	padding: 0px 0px;
	vertical-align: middle;
	text-align: center;
}
.b_qa_list_list_text {
	width: 90%;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}

/* 見出し */
TABLE.b_qa_midashi {
	margin: 0px auto;
	width: 670px;
	height:44px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/qa/b_qa04_anser_midashi.jpg);
	background-repeat:repeat;
	background-position: left top;
}
.b_qa_midashi_no {
	width: 12%;
	padding: 0px 0px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.b_qa_midashi_text {
	width: 88%;
	padding: 0px 0px;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	vertical-align: middle;
}

/* 回答 */
TABLE.b_qa_answer {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	background-color: #ededed;
}
.b_qa_answer_td {
	padding: 10px 10px;
}
.b_qa_answer_q {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.b_qa_answer_q_img {
	width: 10%;
	padding: 0px 0px;
	vertical-align: top;
	text-align: center;
}
.b_qa_answer_q_text {
	width: 90%;
	padding: 0px 5px;
	color: #666666;
	font-weight:bold;
	vertical-align: top;
}
TABLE.b_qa_answer_a {
	margin: 0px 0px 0px 40px;
	width: 600px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/qa/b_qa04_a_back.gif);
	background-repeat:repeat;
	background-position: left top;
}
.b_qa_answer_a_td {
	padding: 10px 10px;
}
.b_qa_answer_a_img {
	width: 10%;
	padding: 0px 0px;
	vertical-align: middle;
	text-align: center;
}
.b_qa_answer_a_text {
	width: 90%;
	color: #9e0000;
	padding: 0px 5px;
	vertical-align: top;
}

/* =========================== */
/* Ｂこだわり         */
/* =========================== */
/* ページタイトル */
TABLE.b_kodawari_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/kodawari/b_kodawari04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_kodawari_title TD {
	padding: 0px 30px 0px 335px;
}
TABLE.b_kodawari {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_kodawari_midashi {
	height:51px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight:bold;
	color:#000000;
	background-image:url(/asset/shared/template/b-black/kodawari/b_kodawari04_midashi.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
.b_kodawari_td {
	padding: 10px 10px;
	background-image:url(/asset/shared/template/b-black/kodawari/b_kodawari04_back.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
.b_kodawari_left {
	width: 60%;
	padding: 0px 10px;
	vertical-align: top;
}
.b_kodawari_right {
	width: 40%;
	padding: 0px 0px;
}
.b_kodawari_up {
	width: 100%;
	padding: 10px 0px;
}
.b_kodawari_under {
	width: 100%;
	padding: 10px 0px;
}
TABLE.b_kodawari_img {
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
}
.b_kodawari_img_td {
	padding: 5px 5px;
}

/* =========================== */
/* Ｂスタッフ紹介         */
/* =========================== */
/* ページタイトル */
TABLE.b_staff_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_staff_title TD {
	padding: 0px 30px 0px 335px;
}
TABLE.b_staff {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_staff_left {
	width: 45%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.b_staff_right {
	width: 55%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
TABLE.b_staff_img {
	margin: 0px auto;
	width: 250px;
	border-collapse: collapse;
}
TABLE.b_staff_comment {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.b_staff_comment_midashi {
	width: 25%;
	padding: 5px 10px;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px solid #d4d4d4;
}
.b_staff_comment_text {
	width: 75%;
	padding: 5px 10px;
	border-bottom: 1px solid #d4d4d4;
}
.b_staff_img_name_td {
	padding: 0px 0px;
	color: #ffffff;
	text-align: center;
}
TABLE.b_staff_img_img {
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
}
.b_staff_img_img_td {
	padding: 5px 5px;
}
/* a */
.b_staff_a_img_top {
	height:5px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_a_top.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_staff_a_img_back {
	padding: 5px 10px 5px 10px;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_a_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_staff_a_img_bottom {
	height:5px;
	padding: 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_a_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_staff_a_img_name {
	margin: 0px auto;
	width: 210px;
	height:51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_a_name.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
/* b */
.b_staff_b_img_top {
	height:5px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_b_top.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_staff_b_img_back {
	padding: 5px 10px 5px 10px;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_b_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_staff_b_img_bottom {
	height:5px;
	padding: 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_b_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_staff_b_img_name {
	margin: 0px auto;
	width: 210px;
	height:51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_b_name.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
/* c */
.b_staff_c_img_top {
	height:5px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_c_top.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_staff_c_img_back {
	padding: 5px 10px 5px 10px;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_c_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_staff_c_img_bottom {
	height:5px;
	padding: 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_c_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_staff_c_img_name {
	margin: 0px auto;
	width: 210px;
	height:51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_c_name.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
/* d */
.b_staff_d_img_top {
	height:5px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_d_top.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_staff_d_img_back {
	padding: 5px 10px 5px 10px;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_d_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_staff_d_img_bottom {
	height:5px;
	padding: 0px 0px;
	line-height: 1;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_d_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_staff_d_img_name {
	margin: 0px auto;
	width: 210px;
	height:51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/staff/b_staff04_d_name.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}

/* =========================== */
/* Ｂチェックシート         */
/* =========================== */
/* ページタイトル */
TABLE.b_check_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/check/b_check04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_check_title TD {
	padding: 0px 30px 0px 335px;
}
TABLE.b_check {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_check_top {
	height:35px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/check/b_check04_top.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_check_back {
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/check/b_check04_back.jpg);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_check_bottom {
	height:74px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/check/b_check04_bottom.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_check_comment_back {
	padding: 10px 20px;
	color: #6b561f;
	background-image:url(/asset/shared/template/b-black/check/b_check04_comment_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_check_comment_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/check/b_check04_comment_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

TABLE.b_check_midashi {
	margin: 0px auto;
	width: 592px;
	height:43px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/check/b_check04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_check_midashi_no {
	width: 11%;
	padding: 0px 0px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.b_check_midashi_text {
	width: 89%;
	padding: 0px 0px;
	font-weight:bold;
	color:#8e8523;
}
TABLE.b_check_item {
	margin: 0px auto;
	width: 592px;
	border-collapse: collapse;
}
.b_check_item_img {
	width: 20%;
	padding: 0px 0px;
	text-align: center;
	vertical-align: middle;
}
.b_check_item_text {
	width: 80%;
	padding: 5px 0px;
}

/* =========================== */
/* Ｂリフォームの流れ         */
/* =========================== */
/* ページタイトル */
TABLE.b_flow_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/flow/b_flow04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_flow_title TD {
	padding: 0px 30px 0px 335px;
}
TABLE.b_flow {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_flow_left {
	width: 20%;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
.b_flow_right {
	width: 80%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
TABLE.b_flow_step {
	margin: 0px auto;
	width: 115px;
	height:51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/flow/b_flow04_step.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_flow_step_blank {
	width: 55%;
	padding: 0px 0px 0px 0px;
}
.b_flow_step_no {
	width: 45%;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
TABLE.b_flow_detail {
	margin: 0px auto;
	width: 530px;
	border-collapse: collapse;
}
.b_flow_detail_top {
	height:39px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/flow/b_flow04_top.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_flow_detail_midashi {
	padding: 7px 20px 0px 20px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

.b_flow_detail_back {
	padding: 10px 10px;
	background-image:url(/asset/shared/template/b-black/flow/b_flow04_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_flow_detail_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/flow/b_flow04_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_flow_detail_left {
	width: 28%;
	padding: 0px 0px;
	vertical-align: top;
}
.b_flow_detail_right {
	width: 72%;
	padding: 0px 10px;
	vertical-align: top;
}
.b_flow_detail_text {
	width: 100%;
	padding: 0px 10px;
	vertical-align: top;
}
TABLE.b_flow_img {
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
}
.b_flow_img_td {
	padding: 5px 5px;
}

/* =========================== */
/* Ｂ約束         */
/* =========================== */
/* ページタイトル */
TABLE.b_promise_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/promise/b_promise04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_promise_title TD {
	padding: 0px 30px 0px 335px;
}

TABLE.b_promise {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_promise_midashi {
	height:65px;
	padding: 0px 20px 0px 100px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background-image:url(/asset/shared/template/b-black/promise/b_promise04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_promise_text {
	padding: 0px 30px;
	line-height: 25px;	
	background-image:url(/asset/shared/template/b-black/promise/b_promise04_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_promise_bottom {
	height:15px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/promise/b_promise04_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

/* =========================== */
/* Ｂただいま施工中         */
/* =========================== */
/* ページタイトル */
TABLE.b_construct_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_construct_title TD {
	padding: 0px 30px 0px 335px;
}
/* 一覧 */
TABLE.b_construct_index {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_construct_index_top {
	height:70px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct_index04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_construct_index_back {
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct_index04_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_construct_index_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct_index04_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_construct_index_shadow {
	margin: 0px auto;
	width: 660px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/construct/b_construct_index04_shadow.gif);
	background-repeat:repeat-x;
	background-position: left 10px;
}
.b_construct_index_left {
	width: 78%;
	padding: 10px 10px 5px 10px;
	vertical-align: top;
}
.b_construct_index_right {
	width: 22%;
	padding: 10px 10px 5px 0px;
	vertical-align: top;
}
TABLE.b_construct_index_midashi_table {
	margin: 0px auto;
	width: 100%;
	height:54px;
	border-collapse: collapse;
}
.b_construct_index_midashi {
	width: 63%;
	padding: 10px 0px 8px 0px;
	color:#ffffff;
	font-weight:bold;
	font-size: 14px;
	vertical-align: top;
}
.b_construct_index_no {
	width: 14%;
	font-size: 14px;
	padding: 32px 0px 0px 0px;
	color:#ffffff;
	text-align: center;
	vertical-align: top;
}
.b_construct_index_name {
	width: 64%;
	color:#666666;
	font-size: 11px;
	font-weight:bold;
	padding: 0px 0px 0px 5px;
	vertical-align: bottom;
}
.b_construct_index_detail {
	width: 22%;
	padding: 10px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
/* 詳細 */
TABLE.b_construct_outline {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_construct_outline_top {
	height:75px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_construct_outline_back {
	padding: 10px 10px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_construct_outline_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_construct_outline_midashi {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.b_construct_outline_midashi_text {
	padding: 0px 0px 0px 90px;
	color:#ffffff;
	font-weight:bold;
	font-size: 14px;
}
.b_construct_outline_midashi_no {
	width: 15%;
	padding: 0px 0px;
	color:#ffffff;
	text-align: center;
	vertical-align: top;
}
.b_construct_outline_midashi_name {
	width: 85%;
	color:#dadee5;
	padding: 0px 0px;
}
.b_construct_outline_left {
	width: 37%;
	padding: 0px 0px;
	vertical-align: top;
}
.b_construct_outline_right {
	width: 63%;
	padding: 5px 10px 0px 10px;
	vertical-align: top;
}
TABLE.b_construct_outline_list {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.b_construct_outline_list_midahsi {
	width: 20%;
	padding: 3px 0px;
	color:#000;
	font-weight:bold;
	text-align: center;
	background-color: #dddddd;
	border-bottom: 1px solid #ffffff;
}
.b_construct_outline_list_text {
	width: 80%;

	padding: 3px 0px 3px 10px;
}
TABLE.b_construct_waku {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_construct_waku_td {
	width: 50%;
	padding: 0px 0px;
}
TABLE.b_construct {
	margin: 0px auto;
	width: 330px;
	border-collapse: collapse;
}
.b_construct_date {
	height:31px;
	color:#ffffff;
	_height:21px;
	vertical-align:middle;
	padding:15px 10px 0px 20px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_m_date.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_construct_midashi {
	height:29px;
	padding: 0px 0px;
	color:#6b561f;
	font-weight:bold;
	text-align: center;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_m_midashi.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_construct_text {
	padding: 5px 15px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_m_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_construct_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/construct/b_construct04_m_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_construct_img {
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
}
.b_construct_img_td {
	padding: 5px 5px;
}

/* =========================== */
/* Ｂお客様の声         */
/* =========================== */
/* ページタイトル */
TABLE.b_voice_title {
	margin: 0px auto;
	width: 670px;
	height:190px;
	border-collapse: collapse;
	background-image:url(/asset/shared/template/b-black/voice/b_voice_index04_title.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
TABLE.b_voice_title TD {
	padding: 0px 30px 0px 335px;
}
TABLE.b_voice_index {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_voice_index_top {
	height:65px;
	padding: 0px 0px 0px 0px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice_index04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_voice_index_back {
	padding: 0px 15px 5px 30px;
	vertical-align: top;
	background-image:url(/asset/shared/template/b-black/voice/b_voice_index04_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_voice_index_bottom {
	height:10px;
	padding: 0px 0px;
	vertical-align: top;
	background-image:url(/asset/shared/template/b-black/voice/b_voice_index04_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.b_voice_index_no {
	width: 14%;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
}
.b_voice_index_midashi {
	width: 61%;
	padding: 0px 0px 0px 0px;
	color: #6b561f;
	font-size: 14px;
	font-weight:bold;
}
.b_voice_index_detail {
	width: 25%;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.b_voice_index_left {
	width: 80%;
	padding: 5px 20px 0px 0px;
	vertical-align: top;
}
.b_voice_index_right {
	width: 20%;
	padding: 0px 0px;
	vertical-align: top;
}
.b_voice_index_name {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}
.b_voice_index_text {
	padding: 5px 0px;
}
TABLE.b_voice {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_voice_top {
	height:92px;
	padding: 0px 0px 0px 0px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice04_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_voice_back {
	padding: 10px 20px 10px 30px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice04_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_voice_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice04_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_voice_midashi_table {
	margin: 0px auto;
	width: 100%;
	height:50px;
	border-collapse: collapse;
}
.b_voice_no {
	width: 14%;
	padding: 0px 0px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.b_voice_midashi {
	width: 86%;
	padding: 0px 0px 0px 0px;
	color: #6b561f;
	font-size: 14px;
	font-weight:bold;
}
.b_voice_name {
	width: 85%;
	color: #666666;
	padding: 0px 0px;
}
.b_voice_left {
	width: 40%;
	padding: 0px 0px;
	vertical-align: top;
}
.b_voice_right {
	width: 60%;
	padding: 5px 0px 0px 20px;
	vertical-align: top;
}
TABLE.b_voice_fax {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.b_voice_fax_top {
	height:44px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice04_img_midashi.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.b_voice_fax_back {
	padding: 20px 20px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice04_img_back.gif);
	background-repeat:repeat-y;
	background-position: left top;
}
.b_voice_fax_bottom {
	height:10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/b-black/voice/b_voice04_img_bottom.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
TABLE.b_voice_img {
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
}
.b_voice_img_td {
	padding: 5px 5px;
}
/* =========================== */
/* ここまで工務店向けテンプレート用CSS         */
/* ※削除しないでください※         */
/* =========================== */

/* =========================== */
/* 汎用テンプレート             */
/* =========================== */
/* 会社概要 */
TABLE.company_table {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	border-bottom: 1px solid #d2d2d2;
}
TABLE.company_table TH {
	width: 20%;
	padding: 5px 5px; 
	color:#2578d5;
	background-color: #f0f6fc;
	background-image:url(/asset/shared/general/company/company_table_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left: 5px solid #2578d5;
	border-top: 1px solid #d2d2d2;
}
TABLE.company_table TD {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-top: 1px solid #d2d2d2;
}

/* 沿革 */
TABLE.history_table {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	border-bottom: 1px solid #d2d2d2;
}
TABLE.history_table TH {
	width: 20%;
	padding: 5px 5px; 
	color:#666666;
	background-color: #fbfbfb;
	background-image:url(/asset/shared/general/history/history_table_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #d2d2d2;
}
TABLE.history_table TD {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-top: 1px solid #d2d2d2;
}

/* 地図 */
TABLE.map_address {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.map_address_left  {
	width: 20%;
	padding: 5px 5px 5px 5px; 
	border-bottom: 1px dashed #d2d2d2;
}
.map_address_right {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-bottom: 1px dashed #d2d2d2;
}
TABLE.map_midashi {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
TABLE.map_midashi TD {
	height: 40px;
	padding: 0px 0px 0px 25px; 
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	background-image:url(/asset/shared/general/map/map_midashi.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* 事業所案内 */
TABLE.office {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.office_top1 {
	height: 38px;
	padding: 0px 0px 0px 25px; 
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-image:url(/asset/shared/general/office/office_midashi1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.office_top2 {
	height: 38px;
	padding: 0px 0px 0px 25px; 
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-image:url(/asset/shared/general/office/office_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.office_back {
	padding: 10px 0px 10px 0px; 
	background-image:url(/asset/shared/general/office/office_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.office_bottom {
	height: 10px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/office/office_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.office_map {
	margin: 0px auto;
	width: 625px;
	border-collapse: collapse;
} 
.office_map_left  {
	width: 50%;
	padding: 0px 10px 0px 0px; 
	vertical-align: top;
}
.office_map_right  {
	width: 50%;
	padding: 0px 0px; 
	vertical-align: top;
	text-align: right;
}
TABLE.office_map_address {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.office_map_address_top  {
	padding: 10px 0px; 
	border-bottom: 1px dashed #d2d2d2;
}
.office_map_address_td  {
	padding: 10px 0px; 
}
TABLE.office_a {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
} 
.office_a_img {
	width: 180px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.office_a_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/branch/branch_img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.office_a_blank {
	width: 30px;
	padding: 0px 0px 0px 0px; 
}
.office_a_text {
	width: 420px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
/* 支店案内 */
TABLE.branch {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.branch_title {
	height: 40px;
	padding: 0px 0px 0px 20px;
	color:#ffffff; 
	font-size: 14px;
	font-weight: bold;
	background-image:url(/asset/shared/general/branch/branch_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.branch_td {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}
TABLE.branch_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.branch_left {
	width: 180px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.branch_left IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/branch/branch_img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.branch_right {
	width: 450px;
	padding: 0px 0px 0px 30px;
	vertical-align: top;
}
TABLE.branch_headline {
	margin: 0px auto 5px;
	width: 100%;
	height: 38px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/branch/branch_headline.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.branch_headline_td {
	padding: 0px 0px 0px 40px;
	color:#333333; 
	font-size: 14px;
	text-decoration: underline;
}

/* 支店詳細 */
TABLE.branchdetail_midashi {
	margin: 0px auto;
	width: 650px;
	height: 40px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/branch/branchdetail_midashi.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.branchdetail_midashi TD {
	padding: 0px 0px 0px 40px;
	color:#333333; 
	font-size: 14px;
}
TABLE.branchdetail_img {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.branchdetail_img_left {
	margin: 0px auto;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
.branchdetail_img_right {
	margin: 0px auto;
	width: 50%;
	text-align: right;
	vertical-align: top;
}
TABLE.branchdetail_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/branch/branch_img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.branchdetail_table {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
	border-top: 1px solid #d2d2d2;
}
.branchdetail_table_left {
	width: 25%;
	padding: 5px 5px; 
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #d2d2d2;
}
.branchdetail_table_right {
	width: 75%;
	padding: 5px 5px; 
	border-bottom: 1px solid #d2d2d2;
}
TABLE.branchdetail_comment {
	margin: 0px auto;
	width: 625px;
	height: 117px;
	border-collapse: collapse;
}
.branchdetail_comment_left {
	width: 147px;
	padding: 0px 0px;
	background-image:url(/asset/shared/general/branch/branchdetail_msg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.branchdetail_comment_back {
	padding: 0px 0px 0px 20px;
	color: #646917;
	background-image:url(/asset/shared/general/branch/branchdetail_msg_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.branchdetail_comment_right {
	width: 10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/general/branch/branchdetail_msg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 社長挨拶 */
TABLE.president {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.president_left {
	width: 450px;
	padding: 0px 0px;
	vertical-align: top;
	background-image:url(/asset/shared/general/president/president_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.president_blank {
	width: 30px;
	padding: 0px 0px;
}
.president_right {
	width: 180px;
	padding: 0px 0px;
	vertical-align: top;
}
TABLE.president_img {
	margin: 0px auto 5px;
	width: 180px;
	border-collapse: collapse;
}
.president_img_top {
	padding: 5px 5px;
	text-align: center;
	vertical-align: top;
	background-color: #d1e3f8;
}
.president_img_bottom {
	height: 6px;
	padding: 0px 0px;
	line-height: 1em;
	background-image:url(/asset/shared/general/president/president_img_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* 企業理念 */
TABLE.philosophy {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.philosophy_left {
	width: 380px;
	padding: 0px 0px;
	vertical-align: top;
}
.philosophy_blank {
	width: 40px;
	padding: 0px 0px;
}
.philosophy_right {
	width: 210px;
	padding: 0px 0px;
	vertical-align: top;
}
.philosophy_right IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.philosophy1 {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.philosophy1_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #b65e19;
	background-image:url(/asset/shared/general/philosophy/philosophy_midashi1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy1_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general/philosophy/philosophy_back1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
TABLE.philosophy2 {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.philosophy2_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #174b86;
	background-image:url(/asset/shared/general/philosophy/philosophy_midashi2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy2_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general/philosophy/philosophy_back2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
TABLE.philosophy3 {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.philosophy3_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #3a6806;
	background-image:url(/asset/shared/general/philosophy/philosophy_midashi3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy3_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general/philosophy/philosophy_back3.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* 主な取引先 */
TABLE.customer {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;

}
.customer_item {
	width: 310px;
	padding: 10px 7px;
	border-bottom: 1px dashed #d2d2d2;
}
.customer_blank {
	width: 30px;
	padding: 0px 0px;
}

/* 事業内容 */
TABLE.activities {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.activities_midashi {
	height: 35px;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/asset/shared/general/activities/activities_midashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.activities_td {
	padding: 15px 0px;
}
.activities_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}

.activities_main_left {
	width: 420px;
	padding: 0px 0px;
	vertical-align: top;
}
.activities_main_blank {
	width: 30px;
	padding: 0px 0px;
}
.activities_main_img {
	width: 180px;
	padding: 0px 0px;
	vertical-align: top;
}
.activities_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.activities_main_text {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.activities_main_text1 {
	padding: 5px 0px;
	font-size: 16px;
	color: #2578d5;
	vertical-align: top;
}
.activities_main_text2 {
	padding: 5px 0px 10px 0px;
	vertical-align: top;
}
.activities_main_text3 {
	padding: 15px 0px;
	vertical-align: top;
	background-color: #f1f1f1;
}
TABLE.activities_main_text_detail {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.activities_main_text_detail_td {
	padding: 5px 15px;
}
/* 募集要項 */
TABLE.applicants {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	border-bottom: 1px dashed #d2d2d2;
}
TABLE.applicants TH {
	width: 20%;
	padding: 5px 5px 5px 15px; 
	color:#ffffff;
	text-align: left;
	background-color: #164881;
	background-image:url(/asset/shared/general/applicants/applicants_back.gif);
	background-repeat: repeat;
	background-position: left top;
	border-top: 1px dashed #d2d2d2;
}
TABLE.applicants TD {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-top: 1px dashed #d2d2d2;
}

/* 選考までの流れ */
TABLE.selecting_waku {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-color: #f1f1f1;
}
.selecting_waku_td {
	padding: 10px 10px; 
}
TABLE.selecting_waku2 {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.selecting_waku2_td {
	padding: 10px 10px; 
}
TABLE.selecting {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.selecting_midashi {
	height: 34px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/asset/shared/general/selecting/selecting_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.selecting_td {
	padding: 10px 0px; 
}
TABLE.selecting_table {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.selecting_table_th {
	width: 20%;
	padding: 10px 0px 10px 15px; 
	text-align: left;
	border-bottom: 1px dashed #d2d2d2;
}
.selecting_table_td {
	width: 80%;
	padding: 10px 0px 10px 15px; 
	border-bottom: 1px dashed #d2d2d2;
}

/* 求める人物像 */
TABLE.portrait {
	margin: 0px auto;
	width: 658px;
	border-collapse: collapse;
}
.portrait_no {
	width: 77px;
	padding: 30px 0px 0px 0px; 
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	background-image:url(/asset/shared/general/portrait/portrait_no.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portrait_td {
	width: 581px;
	padding: 0px 0px; 
	vertical-align: top;
}
TABLE.portrait_main {
	margin: 0px auto;
	width: 581px;
	border-collapse: collapse;
}
.portrait_main_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px; 
	font-size: 16px;
	color: #666666;
	background-image:url(/asset/shared/general/portrait/portrait_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.portrait_main_text {
	width: 80%;
	padding: 10px 10px 10px 10px; 
}
TABLE.portrait_com {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.portrait_com_top {
	height: 40px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/portrait/portrait_com_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.portrait_com_midashi {
	height: 30px;
	padding: 0px 0px 0px 20px; 
	color: #241515;
	font-weight: bold;
	background-image:url(/asset/shared/general/portrait/portrait_com_midashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portrait_com_text {
	padding: 20px 0px; 
	background-image:url(/asset/shared/general/portrait/portrait_com_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
TABLE.portrait_com_comment {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
}
.portrait_com_comment_text {
	width: 400px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.portrait_com_comment_blank {
	width: 30px;
	padding: 0px 0px; 
}
.portrait_com_comment_img {
	width: 180px;
	padding: 0px 0px; 
	font-size: 11px;
	vertical-align: top;
}
.portrait_com_comment_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}

/* よくある質門 */
TABLE.question_q {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.question_q_midashi {
	height: 32px;
	padding: 0px 0px 0px 15px; 
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	background-image:url(/asset/shared/general/question/question_q_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.question_q_td {
	padding: 10px 10px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
TABLE.question_q_q {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.question_q_q_img {
	width: 50px;
	padding: 2px 10px; 
}
.question_q_q_text {
	width: 570px;
	padding: 2px 10px; 
}
TABLE.question_a_midashi {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
TABLE.question_a {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.question_a_q_img {
	width: 65px;
	padding: 8px 5px 8px 15px; 
	text-align: center;
	background-color: #fff8d1;
}
.question_a_q_text {
	width: 585px;
	padding: 8px 10px; 
	color: #b55e00;
	background-color: #fff8d1;
}
.question_a_a_img {
	width: 65px;
	padding: 8px 5px 8px 15px; 
	text-align: center;
	background-color: #cae3fd;
	border-top: 1px solid #ffffff;
}
.question_a_a_text {
	width: 585px;
	padding: 8px 10px; 
	color: #0358af;
	background-color: #cae3fd;
	border-top: 1px solid #ffffff;
}

/* 先輩の声 */
TABLE.senior {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.senior_top {
	height: 51px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/senior_midashi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.senior_back {
	height: 137px;
	padding: 0px 10px 0px 80px; 
	background-image:url(/asset/shared/general/senior/senior_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.senior_bottom {
	height: 10px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/senior_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.senior_midashi {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.senior_midashi_no {
	width: 8%;
	padding: 0px 0px; 
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.senior_midashi_text {
	width: 92%;
	padding: 0px 0px 0px 15px; 
	font-size: 16px;
	color: #174982;
}
TABLE.senior_main {
	margin: 0px auto;
	width: 560px;
	border-collapse: collapse;
}
.senior_main_left {
	width: 360px;
	padding: 0px 0px; 
}
.senior_main_blank {
	width: 20px;
	padding: 0px 0px; 
}
.senior_main_img {
	width: 180px;
	padding: 0px 0px; 
}
.senior_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}

/* 先輩の声　詳細 */
TABLE.seniordetail_midashi1 {
	margin: 0px auto 10px;
	width: 650px;
	height: 51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/senior/seniordetail_midashi1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.seniordetail_midashi1_no {
	width: 53px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.seniordetail_midashi1_text {
	width: 597px;
	padding: 0px 0px 0px 15px; 
	font-size: 16px;
	color: #2578d5;
	font-weight: bold;
}
TABLE.seniordetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/senior/seniordetail_table_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.seniordetail_head_top {
	height: 8px;
	padding: 0px 0px; 
	line-height: 1px;
	background-image:url(/asset/shared/general/senior/seniordetail_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_head_back {
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/seniordetail_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_head_bottom {
	height: 8px;
	padding: 0px 0px; 
	line-height: 1px;
	background-color: #ffffff;
	background-image:url(/asset/shared/general/senior/seniordetail_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.seniordetail_head_main {
	margin: 0px auto;
	width: 640px;
	border-collapse: collapse;
}
.seniordetail_head_main_img {
	width: 180px;
	padding: 0px 0px; 
}
.seniordetail_head_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
.seniordetail_head_main_right {
	width: 460px;
	padding: 0px 0px; 
	vertical-align: top;
}
TABLE.seniordetail_head_main_com {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.seniordetail_head_main_com_midashi {
	height: 40px;
	padding: 0px 0px 0px 30px; 
	font-size: 16px;
	color: #174982;
	background-image:url(/asset/shared/general/senior/seniordetail_head_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.seniordetail_head_main_com_text {
	padding: 10px 0px 0px 30px; 
}
TABLE.seniordetail {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.seniordetail_midashi2 {
	height: 32px;
	padding: 0px 0px 0px 10px; 
	font-size: 14px;
	color: #174982;
	font-weight: bold;
	background-image:url(/asset/shared/general/senior/seniordetail_midashi2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.seniordetail_td {
	padding: 15px 10px; 
}
TABLE.seniordetail_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.seniordetail_main_text {
	width: 400px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_blank {
	width: 20px;
	padding: 0px 0px 0px 0px; 
}
.seniordetail_main_img {
	width: 210px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.seniordetail_main_text3 {
	width: 450px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_img3 {
	width: 160px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_img3 IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.seniordetail_com {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.seniordetail_com_top {
	height: 43px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/seniordetail_com_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_com_back {
	padding: 10px 0px; 
	vertical-align: top;
	background-image:url(/asset/shared/general/senior/seniordetail_com_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
TABLE.seniordetail_com_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.seniordetail_com_main_left {
	width: 450px;
	padding: 0px 0px; 
	vertical-align: top;
}
.seniordetail_com_main_img {
	width: 180px;
	padding: 0px 0px; 
	vertical-align: top;
}
.seniordetail_com_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
TABLE.seniordetail_com_main_comment {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.seniordetail_com_main_comment_midashi {
	height: 30px;
	padding: 0px 20px; 
	font-size: 14px;
	color: #241515;
	font-weight: bold;
	background-image:url(/asset/shared/general/senior/seniordetail_com_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.seniordetail_com_main_comment_text {
	padding: 10px 20px; 
}

/* 先輩の一日 */
TABLE.oneday_waku {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/oneday/oneday_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneday_waku_td {
	padding: 10px 0px; 
}
TABLE.oneday {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.oneday_left {
	width: 450px;
	padding: 0px 0px; 
	vertical-align: top;
}
.oneday_img {
	width: 180px;
	padding: 0px 0px; 
	vertical-align: top;
}
.oneday_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
TABLE.oneday_midashi {
	margin: 3px 0px 0px 0px;
	width: 450px;
	height: 36px;
	border-collapse: collapse;
}
.oneday_midashi_no {
	width: 50px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #767676;
	font-weight: bold;
	text-align: center;
}
.oneday_midashi_text {
	width: 400px;
	padding: 0px 0px 0px 20px; 
	font-size: 16px;
	color: #2378d3;
}
TABLE.oneday_text {
	margin: 0px auto;
	width: 450px;
	border-collapse: collapse;
}
.oneday_text_td {
	padding: 0px 0px 0px 70px; 
	vertical-align: top;
}

/* 先輩の一日　詳細 */
TABLE.onedaydetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_head_top {
	height: 60px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/oneday/oneday_midashi.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.onedaydetail_head_back {
	padding: 10px 0px; 
	background-image:url(/asset/shared/general/oneday/onedaydetail_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.onedaydetail_head_bottom {
	height: 8px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/oneday/onedaydetail_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.onedaydetail_midashi {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_midashi_no {
	width: 62px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #767676;
	font-weight: bold;
	text-align: center;
}
.onedaydetail_midashi_text {
	width: 588px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #2578d5;
	font-weight: bold;
}
TABLE.onedaydetail_head_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.onedaydetail_head_main_img {
	width: 210px;
	padding: 0px 0px; 
	vertical-align: top;
}
.onedaydetail_head_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
.onedaydetail_head_main_right {
	width: 420px;
	padding: 0px 0px; 
	vertical-align: top;
}
TABLE.onedaydetail_head_text {
	margin: 0px auto;
	width: 420px;
	border-collapse: collapse;
}
.onedaydetail_head_text_midashi {
	height: 36px;
	padding: 0px 0px 0px 20px; 
	font-size: 16px;
	color: #ffffff;
	background-image:url(/asset/shared/general/oneday/onedaydetail_midashi1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.onedaydetail_head_text_text {
	padding: 10px 0px; 
	vertical-align: top;
}
TABLE.onedaydetail {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_td1 {
	padding: 0px 0px; 
}
.onedaydetail_td2 {
	padding: 10px 0px 0px 0px; 
	vertical-align: top;
}
TABLE.onedaydetail_midashi2 {
	margin: 0px auto;
	width: 650px;
	height: 44px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/oneday/onedaydetail_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.onedaydetail_midashi2_time {
	width: 95px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.onedaydetail_midashi2_text {
	width: 555px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
TABLE.onedaydetail_work {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_work_blank {
	width: 95px;
	padding: 0px 0px; 
}
.onedaydetail_work_text {
	width: 395px;
	padding: 0px 20px; 
	vertical-align: top;
}
.onedaydetail_work_text2 {
	width: 555px;
	padding: 0px 20px; 
	vertical-align: top;
}
.onedaydetail_work_img {
	width: 160px;
	padding: 0px 0px; 
	vertical-align: top;
}
.onedaydetail_work_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* 事例一覧 */
TABLE.caselist {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-color: #a9b4bf;
}
.caselist_midashi {
	height: 45px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/caselist/caselist_midashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.caselist_td {
	padding: 10px 0px 10px 0px; 
	vertical-align: top;
}
TABLE.caselist_waku {
	margin: 0px auto;
	width: 640px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.caselist_waku_td {
	padding: 0px 0px 5px 0px; 
	vertical-align: top;
}
TABLE.caselist_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.caselist_main_name {
	width: 140px;
	padding: 10px 0px 0px 10px; 
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
}
.caselist_main_text {
	width: 380px;
	padding: 10px 0px 0px 10px; 
	vertical-align: top;
}
.caselist_main_img {
	width: 110px;
	padding: 5px 0px 0px 0px; 
	vertical-align: top;
}
.caselist_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* 事例詳細 */
TABLE.casedetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	border: 5px solid #b3bec9;
}
.casedetail_head_td {
	padding: 10px 0px 10px 0px; 
	vertical-align: top;
}
TABLE.casedetail_head_main {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.casedetail_head_main_left {
	width: 440px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_head_main_img {
	width: 180px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_head_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.casedetail_head_main_text {
	margin: 0px auto;
	width: 440px;
	border-collapse: collapse;
}
.casedetail_head_main_text_midashi {
	height: 60px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #2579d5;
	background-image:url(/asset/shared/general/caselist/casedetail_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.casedetail_head_main_text_text {
	padding: 10px 0px 0px 0px; 
	vertical-align: top;
}
TABLE.casedetail {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.casedetail_midashi {
	height: 35px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/caselist/casedetail_midashi1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.casedetail_td {
	padding: 10px 0px 10px 0px; 
	vertical-align: top;
}
TABLE.casedetail_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.casedetail_main_text {
	width: 420px;
	padding: 0px 20px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_img {
	width: 210px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.casedetail_main_text2 {
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_text3 {
	width: 470px;
	padding: 0px 0px 0px 20px; 
	vertical-align: top;
}
.casedetail_main_img3 {
	width: 160px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_img3 IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* 最新の事例紹介 */
TABLE.case {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.case_midashi {
	height: 35px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/caselist/case_midashi.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.case_back {
	padding: 10px 0px 10px 0px; 
	background-image:url(/asset/shared/general/caselist/case_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.case_bottom {
	height: 5px;
	padding: 0px 0px 0px 0px; 
	line-height: 0em;
	background-image:url(/asset/shared/general/caselist/case_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.case_main {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.case_main_left {
	width: 440px;
	padding: 0px 20px 0px 0px; 
	vertical-align: top;
}
.case_main_img {
	width: 180px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.case_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.case_main_text {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.case_main_text2 {
	padding: 5px 10px 0px 10px; 
	vertical-align: top;
}
.case_main_text1 {
	padding: 5px 5px 5px 5px; 
	color: #2578d5;
	text-align: right;
	border-bottom: 1px solid #d2d2d2;
}

/* 料金表 */
TABLE.price_midashi {
	margin: 0px auto;
	width: 650px;
	height: 30px;
	border-collapse: collapse;
}
TABLE.price_midashi TD {
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/price/price_midashi.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.price {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	border: 1px solid #d2d2d2;
}
.price1 {
	width: 190px;
	padding: 10px 0px 10px 20px; 
	color: #454545;
	font-weight: bold;
	background-color: #fcf3de;
	border: 1px solid #d2d2d2;
}
.price2 {
	width: 220px;
	padding: 10px 0px 10px 10px; 
	color: #937f50;
	font-weight: bold;
	background-color: #fdf9ee;
	border: 1px solid #d2d2d2;
}
.price3 {
	width: 240px;
	padding: 10px 10px 10px 0px; 
	border: 1px solid #d2d2d2;
	text-align: right;
}

/* チェックシート */
TABLE.checkseet {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.checkseet_top {
	height: 70px;
	padding: 0px 0px 0px 0px; 
	background-image:url(/asset/shared/general/checkseet/checkseet_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.checkseet_back {
	padding: 0px 0px 0px 0px; 
	background-image:url(/asset/shared/general/checkseet/checkseet_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.checkseet_bottom {
	height: 20px;
	padding: 0px 0px 0px 0px; 
	background-image:url(/asset/shared/general/checkseet/checkseet_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.checkseet_check {
	margin: 0px auto;
	width: 560px;
	border-collapse: collapse;
}
.checkseet_check_box {
	width: 20px;
	height: 40px;
	padding: 0px 0px 0px 0px; 
	text-align: center;
	border-bottom: 1px dashed #d2d2d2;
}
.checkseet_check_text {
	width: 540px;
	height: 40px;
	padding: 0px 0px 0px 10px; 
	border-bottom: 1px dashed #d2d2d2;
}
TABLE.checkseet_midashi {
	margin: 0px auto;
	width: 650px;
	height: 60px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/checkseet/checkseet_midashi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.checkseet_midashi TD {
	padding: 0px 0px 0px 60px; 
	color: #ffffff;
	font-weight: bold;
}
TABLE.checkseet_result {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.checkseet_result_midashi {
	padding: 10px 0px 5px 20px; 
	color: #e7a300;
	font-weight: bold;
}
.checkseet_result_text {
	padding: 5px 10px 10px 60px; 
	border-bottom: 1px dashed #e7a300;
}

/* リンク */
TABLE.link {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.link_midashi {
	height: 37px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/link/link_midashi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.link_main {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.link_main_left {
	width: 200px;
	padding: 10px 5px 10px 5px; 
	font-weight: bold;
	border-bottom: 1px dashed #d2d2d2;
}
.link_main_right {
	width: 450px;
	padding: 10px 5px 10px 5px; 
	border-bottom: 1px dashed #d2d2d2;
}

/* FAQ */
TABLE.faq_q {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.faq_q_midashi {
	height: 37px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/faq/faq_midashi1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.faq_q_back {
	padding: 0px 0px 0px 0px; 
	background-color: #f3efe8;
}
.faq_q_bottom {
	height: 5px;
	padding: 0px 0px 0px 0px; 
	line-height: 1em;
	background-image:url(/asset/shared/general/faq/faq_q_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.faq_q_main_waku {
	margin: 2px auto;
	width: 642px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.faq_q_main_waku_td {
	padding: 2px; 
	vertical-align: top;
}
TABLE.faq_q_main {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.faq_q_main_q {
	width: 10%;
	height: 30px;
	padding: 0px 0px 0px 0px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #aca08b;
	text-align: center;
}
.faq_q_main_text {
	width: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px; 
}
TABLE.faq_a_midashi {
	margin: 0px auto 5px;
	width: 650px;
	height: 30px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/faq/faq_midashi2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
TABLE.faq_a_midashi TD {
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #524b3f;
	font-weight: bold;
}
TABLE.faq_a {
	margin: 0px auto 5px;
	width: 650px;
	border-collapse: collapse;
}
.faq_a_top {
	height: 6px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 0em;
	background-image:url(/asset/shared/general/faq/faq_a_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.faq_a_back {
	padding: 0px 6px 0px 6px; 
	background-image:url(/asset/shared/general/faq/faq_a_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.faq_a_bottom {
	height: 6px;
	padding: 0px 0px 0px 0px; 
	line-height: 0em;
	background-image:url(/asset/shared/general/faq/faq_a_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.faq_a_q {
	margin: 0px auto 2px;
	width: 100%;
	border-collapse: collapse;
}
.faq_a_q_q {
	width: 10%;
	height: 30px;
	padding: 0px 0px 0px 0px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #aca08b;
	text-align: center;
}
.faq_a_q_text {
	width: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px; 
}
TABLE.faq_a_a {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.faq_a_a_a {
	width: 10%;
	height: 30px;
	padding: 0px 0px 0px 0px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #008f99;
	text-align: center;
}
.faq_a_a_text {
	width: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px; 
}
/* =========================== */
/* 汎用テンプレート ここまで            */
/* =========================== */
/* =========================== */
/* ベーシックテンプレート（↓削除しないで下さい）  */
/* =========================== */
/* 画像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/template/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/template/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/template/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;
}
/* =========================== */
/* ブログ            */
/* =========================== */
TABLE.diary {
	margin: 0px;
	width:670px;
	border-collapse: collapse;
	border: 1px none #222222;
	}
.diary_title {
	padding: 5px 10px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px dashed #222222;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #222222;
}
.diary_date {
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px #222222 dashed;
}
.diary_text {
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.diary_text IMG {
	padding: 0px 0px 10px 5px;
}

/* =========================== */
/* ベーシックテンプレート（↑削除しないで下さい）  */
/* =========================== */

.font10 {font-size: 10px;padding-left:10px;}
.font12 {font-size: 12px;padding-left:10px;}
.font14 {font-size:14px;padding-left:10px;font-weight: bold;}
.font-red {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	padding-left:10px;
}
.text12 {font-size:12px;}
.text13 {font-size:12px; line-height:150%;}
.text14{ font-size:14px;padding-left:10px;}


.font-white {color: #FFF;font-weight: bold;padding-left:10px;}

.tenpo_photo{padding-bottom:10px;}
.tenpo_taitle{color:#FFF;padding-left:10px;font-size:20px;font-weight:bold;}
.tenpo_taitle_sabu{color:#FFF;padding-left:10px;font-size:14px;font-weight:bold;}
.tenpo_font1{font-size:14px;padding:10px;}
.tenpo_font2{font-size:12px;padding-left:10px;}
.tenpo_font3{font-size:14px;padding-left:10px;}
.tenpo_font4{font-size:12px;padding:10px;}
.tenpo_photo{padding:0 0 10px 0;}
.habita_kouzou_text1 {	color:#28C069;
	font-weight:bold;
	font-size:12px;
}
.habita_text12 {font-size:12px;
	padding:10px;
	line-height:130%;
}

.habita_w_red{
	color:#F00;
	font-weight:bold;
}
.habita_font12 {	font-size: 12px;
	line-height:120%;
}

.habita_text13 {	font-size:12px;
	padding:0 10px 0 0;
	text-align:right;
}

.habita_kouzou_text1{
	color:#28C069;
	font-weight:bold;
	font-size:12px;
}
.habita_model_text14 {
	font-size:14px;
	text-align:center;
}

.habita_model_taitle{
	font-size:24px;
	color:#273F29;
	font-weight:bold;
}

.habita_model_text{
	font-size:12px;
}

.habita_model_text1{
	font-size:14px;
	color:#273F29;
	font-weight:bold;
}

.habita_model_text2{
	font-size:12px;
	padding:5px 0 0 0;
}

#habita_model_side{
	width:170px;
	padding:30px 0 0 0;
	background:top url(jpg/habita_model/habita_said_list_top.jpg) no-repeat;
}

#habita_model_side ul{
	margin:0;
    padding:0 0 15px 0;
    list-style:none;
	background:bottom url(jpg/habita_model/habita_said_list_btm.jpg) no-repeat;
}

#habita_model_side ul li{
	width:146px;
	height:21px;
	padding:9px 0 0 24px;
	color:#273F29;
	font-size:12px;
	background:url(jpg/habita_model/habita_said_list_bg.jpg) no-repeat;
}

.top_padding{
	padding:5px 0 5px 0;
}

.top_padding1{
	padding:0 0 5px 0;
	font-size:12px;
}