@charset "utf-8";
a:link {
	color: #698040;
}
a:visited {
	color: #698040;
}
a:hover {
	color: #698040;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 643px;
	font-size: 16px;
	font-weight: bold;
	color: #383838;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 18px;
	padding-left: 28px;
	background-position: left top;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 645px;
	font-size: 14px;
	color: #383838;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	padding-top: 14px;
	padding-left: 26px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	height: 21px;
	width: 633px;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 38px;
	background-image: url(../img/h5.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: left top;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.jpg);
	background-repeat: no-repeat;
	width: 637px;
	font-size: 12px;
	font-weight: bold;
	background-position: left center;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #383838;
	padding-top: 9px;
	padding-left: 34px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 645px;
	font-size: 14px;
	color: #383838;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	padding-top: 14px;
	padding-left: 26px;
	}
#main-contents #sitemap-section h4 a{
		color: #383838;
}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 130px;
	text-align: left;
	padding: 11px 8px 0px 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0px 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0px 0px 0px ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}



/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #223344;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color: #222222;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

#topic-list-section {
	width: 670px;

	}
/* 記事タイトル */	
#topic-list-section DT {
	width: 670px;
	font-weight: bold;
	margin-bottom: 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #383838;
	width: 100px;
	padding-right: 10px;
	font-size: 12px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #698040;
	font-size: 12px;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 20px;
	width: 670px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cfa864;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #383838;
	font-size: 12px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
	width: 100px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
/* =========================== */
/* バナー                    　*/
/* =========================== */
.side-banar-box {
	background-color: #e0e0e0;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ========================================== */
/* 編集画面で表組み内の文字だけ大きくなる対応 */
/* ========================================== */
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
/* =========================== */
/* フォントサイズ変更　　     */
/* =========================== */
#change-box {
	padding: 0px 0px 0px 320px;
	margin-top: 0px;
	width: 301px;
}
#change-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 240px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	clear: right;
	background-image: url(../img/font_size/bg.gif);
}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size #s {
	padding: 0px;
	float: right;
	height: 24px;
	width: 35px;
	margin-top: 11px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size #m {
	padding: 0px;
	float: right;
	height: 29px;
	width: 41px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size #l {
	padding: 0px;
	float: right;
	height: 35px;
	width: 47px;
	margin: 0px;
}
#font-size #s a {
	height: 24px;
	width: 35px;

	display: block;
}
#font-size #m a {
	height: 29px;
	width: 41px;

	display: block;
}
#font-size #l a {
	height: 35px;
	width: 47px;

	display: block;
}

TABLE.side-text-table {
	width: 230px;
	margin-top: 15px;


}
TD.side-text-td1{
	height: 24px;
	background-color: #106300;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	font-weight: bold;


}
TD.side-text-td2{
	background-color: #f2efe5;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 19px;


}


/* =========================== */
/* 汎用テンプレート (オレンジ)            */
/* =========================== */
/* 会社概要 */
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:#e56301;
	background-color: #f8fdf7;
	background-image:url(/asset/shared/general_orange/company/company_table_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left: 5px solid #fa9600;
	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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/branch/branchdetail_msg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.branchdetail_comment_back {
	padding: 0px 0px 0px 20px;
	color: #ab4f07;
	background-image:url(/asset/shared/general_orange/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_orange/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_orange/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: #fff1de;
}
.president_img_bottom {
	height: 6px;
	padding: 0px 0px;
	line-height: 1em;
	background-image:url(/asset/shared/general_orange/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_orange/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_orange/philosophy/philosophy_midashi1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy1_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general_orange/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_orange/philosophy/philosophy_midashi2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy2_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general_orange/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_orange/philosophy/philosophy_midashi3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy3_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general_orange/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_orange/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_orange/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: #e56400;
	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: #c67533;
	background-image:url(/asset/shared/general_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/portrait/portrait_com_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
TABLE.portrait_com_comment {
	margin: 0px auto;
	width: 610px;
	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_orange/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: #cae4fd;
	border-top: 1px solid #ffffff;
}
.question_a_a_text {
	width: 585px;
	padding: 8px 10px; 
	color: #0358af;
	background-color: #cae4fd;
	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_orange/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_orange/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_orange/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: #e56500;
}
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_orange/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: #e56500;
	font-weight: bold;
}
TABLE.seniordetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general_orange/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_orange/senior/seniordetail_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_head_back {
	padding: 0px 0px; 
	background-image:url(/asset/shared/general_orange/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_orange/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: #e56500;
	background-image:url(/asset/shared/general_orange/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: #e56500;
	font-weight: bold;
	background-image:url(/asset/shared/general_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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: #e56500;
}
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_orange/oneday/oneday_midashi.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.onedaydetail_head_back {
	padding: 10px 0px; 
	background-image:url(/asset/shared/general_orange/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_orange/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: #e56500;
	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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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: #e56500;
	background-image:url(/asset/shared/general_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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: #e56500;
	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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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_orange/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: #fa9600;
	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/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;
}

/* =========================== */
/* ベーシックテンプレート（↑削除しないで下さい）  */
/* =========================== */

/* =========================== */
/* 工務店テンプレート(オレンジ)*/
/* =========================== */


/* =========================== */
/* 罫線付き見出しテキスト             */
/* =========================== */
DIV.midashi  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center top;
}
DIV.midashi TABLE {
	border-collapse: collapse;
}
TD.midashi_waku {
	margin:0px;
	width: 320px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
TD.midashi_text {
	margin:0px 0px;
	line-height :25px;
}
TD.midashi_name {
	font-size: 16px;
	color: #7e7423;
	font-weight: bold;
	width: 300px;
	height: 110px;
	padding-top: 80px;
	text-align: center;
}
IMG.tmp_img {
	border-style: none;
	padding: 10px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_before_img_back.gif);
} 
/* =========================== */
/* 施工事例            　　　 */
/* =========================== */


/* リフォームの流れ             */

TABLE.flow {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
}
TD.flow_top_left {
	padding: 0px 0px;
	height: 50px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.flow_top_center {
	padding: 0px 0px;
	height: 50px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_top_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
TD.flow_top_right {
	padding: 0px 0px;
	height: 50px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
TD.flow_bottom {
	padding: 0px 0px;
	height: 5px;
	line-height :1px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.flow_back_left {
	padding: 0px 0px;
	background-color: #f4f4df;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px #e9e2c7 solid;
	}
TD.flow_back_right {
	padding: 5px 5px;
	background-color: #f4f4df;
	border-right: 1px #e9e2c7 solid;
	}
TD.flow_text {
	margin:0px auto;
	padding: 5px 10px;
	}
TABLE.flow_img {
	border-collapse: collapse;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_img_back.gif);
	}
TABLE.flow_img TD {
	padding: 10px 10px;
	}
/* 一覧 */
TABLE.case_list {
	border-collapse: collapse;
	margin:0px auto;
	padding: 10px 10px;
	width: 650px;
	border: 1px #e9e2c7 solid;
	background-color: #f4eedf;
}
TABLE.case_list_no {
	border-collapse: collapse;
	}
TABLE.case_list_no TD {
	padding: 3px 5px;
	}
TABLE.case_list_list {
	border-collapse: collapse;
	}
TD.case_list_title {
	padding: 0px 10px 0px 10px;
	border-bottom: 1px #d5c056 dashed;
	color: #fe6000;
	}
TD.case_list_money {
	padding: 5px 10px 0px 10px;
	}
TD.case_list_text {
	padding: 5px 10px 0px 10px;
	}

/* 詳細 */
TABLE.case_before  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.case_before_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 38px;
	background-color: #f3f3f3;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_before_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
TD.case_before_left {
	margin:0px auto;
	padding: 0px 0px;
	background-color: #f3f3f3;
	border-left: 1px #dcdcdc solid;
	}
TD.case_before_center {
	margin:0px auto;
	padding: 0px 0px;
	background-color: #f3f3f3;
	}
TD.case_before_right {
	margin:0px auto;
	padding: 0px 10px 0px 0px;
	background-color: #f3f3f3;
	border-right: 1px #dcdcdc solid;
	}
TD.case_before_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 10px;
	background-color: #f3f3f3;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_before_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height :1px;
	}
TABLE.case_after  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.case_after_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 66px;
	background-color: #ffecc8;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_after_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
TD.case_after_left {
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cdd6a2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffecc8;
	}
TD.case_after_right {
	margin:0px auto;
	padding: 0px 0px;
	background-color: #ffecc8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1daa5;
	}
TD.case_after_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 10px;
	background-color: #eef5ca;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_after_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height :1px;
	}
TABLE.case_comment  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	height: 91px;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_comment.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-collapse: collapse;
	}
TD.case_comment_text {
	padding: 20px 20px 5px 0px;
}

/* お客様の声             */

/* 一覧 */
TABLE.voice_list {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.voice_list_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 25px;
	}
TD.voice_list_top_center {
	margin:0px auto;
	padding: 0px 0px;
	height: 25px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_top_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
TD.voice_list_top_right {
	margin:0px auto;
	padding: 0px 0px;
	height: 25px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
TD.voice_list_arrow {
	margin:0px auto;
	padding: 0px 0px;
	height: 10px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.voice_list_back {
	margin:0px auto;
	padding: 0px 10px 10px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.voice_list_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 5px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.voice_list_title {
	padding: 5px 10px 5px 10px;
	}
TD.voice_list_title A {
	color: #61b500;
	}
TD.voice_list_money {
	padding: 3px 0px 5px 0px;
	}
TD.voice_list_text {
	padding: 3px 0px 0px 0px;
	}
/* 詳細 */
TD.voice_detail_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 43px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_detail_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.voice_detail_back {
	margin:0px auto;
	padding: 20px 10px 20px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_detail_back.gif);
	}
TD.voice_detail_title {
	padding: 5px 10px 5px 10px;
	}
TD.voice_detail_money {
	padding: 3px 0px 5px 0px;
	}
TD.voice_detail_text {
	padding: 0px 10px 0px 0px;
	}


/* スタッフ紹介             */

TABLE.staff_list {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.staff_list_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 40px;
	background-image:url(/asset/shared/template/koumuten-a-2/staff/a_staff01_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.staff_list_back {
	margin:0px auto;
	padding: 0px 30px;
	background-image:url(/asset/shared/template/koumuten-a-2/staff/a_staff01_back.jpg);
	}
TD.staff_list_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 20px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/staff/a_staff01_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
TABLE.staff_list_name {
	border-collapse: collapse;
	}
TABLE.staff_list_name TD {
	padding: 5px 10px;
	}
TABLE.staff_list_comment {
	border-collapse: collapse;
	}
TABLE.staff_list_comment TD {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #dbd6b1 dashed;
	}


/* よくある質問             */

/* 一覧 */
TABLE.qr_list {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.qr_list_top {
	margin:0px auto;
	padding: 2px 0px 0px 0px;
	height: 31px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
TD.qr_list_top_no {
	margin:0px auto;
	padding: 2px 0px 0px 0px;
	height: 31px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_top_no.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.qr_list_back {
	margin:0px auto;
	padding: 10px 20px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.qr_list_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 5px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_botom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TABLE.qr_list_q {
	border-collapse: collapse;
	}
TABLE.qr_list_q TD {
	padding: 5px 0px;
	border-bottom: 1px #dbd6b1 dashed;
}
/* 回答 */
TABLE.qa_title {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.qa_title_back {
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	height: 39px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
 TD.qa_title_no {
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	height: 39px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_top_no.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TABLE.qa_a_q {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.qa_a_q_q {
	margin:0px auto;
	padding: 5px 0px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_qq_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.qa_a_q_text {
	margin:0px auto;
	padding: 5px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_q_back.gif);
	}
DIV.qa_a_a {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
}
DIV.qa_a_a TABLE {
	border-collapse: collapse;
	}
TD.qa_a_a_a {
	margin:0px auto;
	padding: 5px 0px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_aa_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.qa_a_a_text {
	margin:0px auto;
	padding: 5px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_a_back.gif);
	}

/* お約束             */

TABLE.promise {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.promise_top_left_b {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_left_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_top_left_y {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_left_y.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_top_left_o {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_left_o.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_top_left_p {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_left_p.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_top_center {
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_center.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_top_right {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_back {
	margin:0px auto;
	padding: 10px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.promise_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 20px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_bottom.gif);
	background-repeat: no-repeat
	background-position: left top;
	}

/* こだわり             */

TABLE.kodawari {
	margin:0px auto;
	padding: 5px 5px;
	width: 660px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_back.gif);
}
TD.kodawari_title {
	margin:0px auto;
	padding: 0px 15px;
	height: 45px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_title_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
TD.kodawari_m_text {
	margin:0px auto;
	padding: 5px 10px;
	}
TD.kodawari_m_img_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 26px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_m_img_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.kodawari_m_img_back {
	margin:0px auto;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_m_img_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.kodawari_m_img_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 30px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_m_img_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.kodawari_l_text {
	margin:0px auto;
	padding: 5px 10px;
	}
TD.kodawari_l_img_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 27px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_l_img_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.kodawari_l_img_back {
	margin:0px auto;
	padding: 0px 0px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_l_img_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.kodawari_l_img_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 30px;
	background-image:url(/asset/shared/template/koumuten-a-2/kodawari/a_kodawari01_l_img_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* テンプレート：お客様の声一覧(緑) */
#a-voice-index01-title {
	width: 670px;
	height: 189px;
	margin-bottom: 10px;
}
#a-voice-index01-title td {
	height: 118px;
	width: 310px;
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/midashi-bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #8a682b;
	padding-top: 48px;
	padding-left: 328px;
	padding-right: 32px;
	padding-bottom: 23px;
	line-height: 2em;
	margin-bottom: 20px;
}
html>/**/body #a-voice-index01-title td {
	width: 670px;
	height: 189px;
}
/* テンプレート：お客様の声一覧(緑) 画像あり */
.a-voice-table1 {
	width: 670px;
	border-collapse:collapse;
	margin-bottom: 10px;
}
.a-voice-table1 td {
	border-collapse:collapse;
}
.a-voice-table1 td a {
	color: #fe6000;
}
.a-voice-table1 td a img {
	border-style: none;
}
.a-voice-table1 tr .td_a {
	height: 30px;
	width: 463px;
	font-size: 14px;
	color: #FFF;
	padding-left: 77px;
	padding-top: 5px;
	font-weight: normal;
	margin-top: 0px;
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/case_a_top.gif);
	background-repeat: no-repeat;
}
.a-voice-table1 tr .td_b {
	height: 35px;
	width: 130px;
}
.a-voice-table1 tr .td_c {
	background-color: #fff1d5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffd074;
	width: 499px;
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/title.gif);
	background-repeat: no-repeat;
	background-position: 9px top;
	height: 23px;
	font-size: 14px;
	color: #fe6000;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 40px;
	display: block;
}
.a-voice-table1 tr .td_d {
	background-color: #fff1d5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffd074;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd074;
	width: 121px;
	padding-right: 8px;
	padding-bottom: 9px;
}
.a-voice-table1 tr .td_d img {
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/photo-bg.gif);
	background-repeat: repeat;
	padding: 5px;
	width: 100px;
}
.a-voice-table1 tr .td_e {
	background-color: #fff1d5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffd074;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	padding-left: 16px;
}
.a-voice-table1 tr .td_f {
	background-color: #fff1d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd074;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffd074;
	padding-bottom: 9px;
	padding-left: 16px;
	font-size: 12px;
	padding-right: 16px;
	color: #666666;
}

/* テンプレート：お客様の声一覧(緑) 画像なし */
.a-voice-table2 {
	width: 670px;
	border-collapse:collapse;
	margin-bottom: 10px;
}
.a-voice-table2 td {
	border-collapse:collapse;
}
.a-voice-table2 td a {
	color: #fe6000;
}
.a-voice-table2 td a img {
	border-style: none;
}
.a-voice-table2 tr .td_a {
	height: 30px;
	width: 463px;
	font-size: 14px;
	color: #FFF;
	padding-left: 77px;
	padding-top: 5px;
	font-weight: normal;
	margin-top: 0px;
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/case_a_top.gif);
	background-repeat: no-repeat;
}
html>/**/body .a-voice-table2 tr .td_a { 
	width: 540px;
}
.a-voice-table2 tr .td_b {
	height: 35px;
	width: 130px;
}
.a-voice-table2 tr .td_c {
	background-color: #fff1d5;
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/title2.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-size: 14px;
	color: #fe6000;
	font-weight: bold;
	padding-top: 8px;
	width: 628px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffd074;
	border-left-color: #ffd074;
	background-position: 9px top;
	padding-left: 40px;
}
html>/**/body .a-voice-table2 tr .td_c {
	width: 668px;
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/title2.gif);
	background-repeat: no-repeat;
	background-position: 9px top;
	height: 40px;
}
.a-voice-table2 tr .td_d {
	background-color: #fff1d5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffd074;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffd074;
	width: 642px;
	padding-right: 10px;
	padding-left: 16px;
}
.a-voice-table2 tr .td_e {
	background-color: #fff1d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd074;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffd074;
	padding-bottom: 9px;
	font-size: 12px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffd074;
	width: 642px;
	padding-right: 10px;
	padding-left: 16px;
}
/* テンプレート：施工中リスト(緑) */
#construct-list-title {
	width: 670px;
	height: 189px;
	margin-bottom: 10px;
}
#construct-list-title td {
	height: 118px;
	width: 310px;
	background-image: url(/asset/shared/template/koumuten-a-2/construct-list/construct-title.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #8a682b;
	padding-top: 48px;
	padding-left: 328px;
	padding-right: 32px;
	padding-bottom: 23px;
	line-height: 2em;
	margin-bottom: 20px;
}
html>/**/body #check-title td {
	width: 670px;
	height: 189px;
}
.construct-list-table1 {
	width: 668px;
	border-collapse:collapse;
	margin-bottom: 10px;
}
.construct-list-table1 tr td {
	border: 1px solid #ead6b0;
	background-color: #f8ebd3;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 4px;
}
.construct-list-table1 tr td .construct-list-table2 {
	width: 655px;
}
.construct-list-table2 tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.construct-list-table2 tr .td1 {
	color: #FFF;
	background-image: url(/asset/shared/template/koumuten-a-2/construct-list/case-no.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}
html>/**/body .construct-list-table2 tr .td1 {
	height: 40px;
}
.construct-list-table2 tr .td2 {
	background-image: url(/asset/shared/template/koumuten-a-2/construct-list/midashi.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 380px;
	font-size: 14px;
	font-weight: bold;
	color: #fe6000;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.construct-list-table2 tr .td4 {
	width: 505px;
	margin: 0px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html>/**/body .construct-list-table2 tr .td4 {
	width: 525px;
}
.construct-list-table2 tr .td5 {
	font-size: 12px;
	width: 505px;
	margin: 0px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
html>/**/body .construct-list-table2 tr .td5 {
	width: 525px;
}

.construct-list-table2 tr .td3 {
	width: 120px;
}
.construct-list-table2 tr .td3 img {
	background-image: url(/asset/shared/template/koumuten-a-2/a_voice_index_01/photo-bg.gif);
	background-repeat: repeat;
	padding: 5px;
	width: 100px;
}
/* テンプレート：施工中詳細(緑) */
#construct-detail-title {
	width: 670px;
	height: 189px;
	margin-bottom: 10px;
}
#construct-detail-title td {
	height: 118px;
	width: 310px;
	background-image: url(/asset/shared/template/koumuten-a-2/construct-list/construct-title.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #8a682b;
	padding-top: 48px;
	padding-left: 328px;
	padding-right: 32px;
	padding-bottom: 23px;
	line-height: 2em;
	margin-bottom: 20px;
}
html>/**/body #construct-detail-title td {
	width: 670px;
	height: 189px;
}
.construct-detail-table1 {
	width: 668px;
	border-collapse:collapse;
	margin-bottom: 15px;
}
.construct-detail-table1 tr td {
	border: 1px solid #ead6b0;
	background-color: #f8ebd3;
	padding: 5px;
}
.construct-detail-table2 {
	width: 658px;
	margin-bottom: 10px;
}
.construct-detail-table2 tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.construct-detail-table2 tr .td1 {
	background-image: url(/asset/shared/template/koumuten-a-2/construct-detail/case-no.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 100px;
	margin: 0px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html>/**/body .construct-detail-table2 tr .td1 {
	height: 40px;
	padding-top: 15px;
}
.construct-detail-table2 tr .td2 {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffa800;
	border-right-color: #ffa800;
	font-size: 14px;
	font-weight: bold;
	color: #fe6000;
}
.construct-detail-table2 tr .td3 {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #ffa800;
	border-bottom-color: #ffa800;
	font-size: 12px;
	color: #7e7423;
}
.construct-detail-table2 tr .td4 {
	width: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffa800;
	border-bottom-color: #ffa800;
	height: 55px;
	background-color: #FFF;
}
.construct-detail-table3 {
	width: 637px;
	margin-right: auto;
	margin-left: auto;
}
.construct-detail-table3 tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.construct-detail-table3 tr .td5{
	width: 252px;
}
.construct-detail-table3 tr .td5 img {
	background-image: url(/asset/shared/template/koumuten-a-2/construct-detail/photo-bg.gif);
	background-repeat: repeat;
	padding: 10px;
	width: 200px;
}
.construct-detail-table3 tr .td6{
	width: 385px;
}
.construct-detail-table4 {
	width: 385px;
}
.construct-detail-table4 tr td{
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.construct-detail-table4 tr .td7 {
	background-color: #7e5523;
	width: 51px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.construct-detail-table4 tr .td8 {
	width: 12px;
}
.construct-detail-table4 tr .td9 {
	width: 322px;
	font-size: 12px;
	color: #666666;
}
.construct-detail-table4 tr .td10 {
	height: 3px;
	width: 385px;
}
.construct-detail-table4 tr .td11 {
	height: 15px;
	width: 385px;
}
.construct-detail-table4 tr .td12 {
	width: 385px;
	font-size: 12px;
	color: #666666;
}
.construct-detail-table5 {
	margin-bottom: 10px;
	width: 670px;
}
.construct-detail-table6 {
	width: 325px;
}
.construct-detail-table6 tr .td13 {
	background-color: #ffa359;
	font-size: 12px;
	color: #FFF;
	padding-left: 17px;
	text-align: left;
}
.construct-detail-table6 tr .td14 {
	background-image: url(/asset/shared/template/koumuten-a-2/construct-detail/title.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #7e7423;
	padding-left: 20px;
	text-align: left;
}
.construct-detail-table6 tr .td15 {
	width: 295px;
	text-align: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	font-size: 12px;
	color: #666666;
}
html>/**/body .construct-detail-table6 tr .td15 {
	width: 323px;
}
.construct-detail-table6 tr .td15 img {
	background-image: url(/asset/shared/template/koumuten-a-2/construct-detail/photo-bg.gif);
	background-repeat: repeat;
	padding: 10px;
	width: 161px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* テンプレート：リフォームチェック(緑) */
#check-title {
	width: 670px;
	height: 189px;
	margin-bottom: 10px;
}
#check-title td {
	height: 118px;
	width: 310px;
	background-image: url(/asset/shared/template/koumuten-a-2/check/check-midashi.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #8a682b;
	padding-top: 48px;
	padding-left: 328px;
	padding-right: 32px;
	padding-bottom: 23px;
	line-height: 2em;
	margin-bottom: 20px;
}
html>/**/body #check-title td {
	width: 670px;
	height: 189px;
}
.check-table1 {
	width: 670px;
}
.check-table1 tr .td1 {
	width: 670px;
	background-image: url(/asset/shared/template/koumuten-a-2/check/note-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 63px;
}
.check-table1 tr .td2 {
	width: 668px;
		border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
}
.check-table2 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.check-table2 tr .td3 {
	background-image: url(/asset/shared/template/koumuten-a-2/check/check-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	width: 70px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-left: 5px;
}
.check-table2 tr .td4 {
	background-image: url(/asset/shared/template/koumuten-a-2/check/check-title-02.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #a68542;
	font-weight: bold;
}
.check-table2 tr .td5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	font-size: 12px;
	color: #666666;
	width: 575px;
	height: 25px;
	padding-left: 75px;
	padding-bottom: 2px;
}
.check-table2 tr .td5 .check-box {
	margin-right: 10px;
}
.enpitsu {
	height:111px;
	width: 670px;
}
.enpitsu td {
	background-image: url(/asset/shared/template/koumuten-a-2/check/enpitsu.gif);
	background-repeat: no-repeat;
	height: 101px;
	width: 575px;
	font-size: 12px;
	color: #ba622d;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 85px;
	padding-top: 10px;
}
html>/**/body .enpitsu td {
	width: 670px;
	height: 111px;
}

/* =========================== */
/* リフォームの流れ             */
/* =========================== */
TABLE.flow {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
}
TD.flow_top_left {
	padding: 0px 0px;
	height: 50px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.flow_top_center {
	padding: 0px 0px;
	height: 50px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_top_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
TD.flow_top_right {
	padding: 0px 0px;
	height: 50px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
TD.flow_bottom {
	padding: 0px 0px;
	height: 5px;
	line-height :1px;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.flow_back_left {
	padding: 0px 0px;
	background-color: #f4f4df;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px #e9e2c7 solid;
	}
TD.flow_back_right {
	padding: 5px 5px;
	background-color: #f4f4df;
	border-right: 1px #e9e2c7 solid;
	}
TD.flow_text {
	margin:0px auto;
	padding: 5px 10px;
	}
TABLE.flow_img {
	border-collapse: collapse;
	background-image:url(/asset/shared/template/koumuten-a-2/flow/a_flow01_img_back.gif);
	}
TABLE.flow_img TD {
	padding: 10px 10px;
	}
/* =========================== */
/* 施工事例             */
/* =========================== */
/* 一覧 */
TABLE.case_list {
	border-collapse: collapse;
	margin:0px auto;
	padding: 10px 10px;
	width: 650px;
	border: 1px #e9e2c7 solid;
	background-color: #f4f4df;
}
TABLE.case_list_no {
	border-collapse: collapse;
	}
TABLE.case_list_no TD {
	padding: 3px 5px;
	}
TABLE.case_list_list {
	border-collapse: collapse;
	}
TD.case_list_title {
	padding: 0px 10px 0px 10px;
	border-bottom: 1px #d5c056 dashed;
	}
TD.case_list_money {
	padding: 5px 10px 0px 10px;
	}
TD.case_list_text {
	padding: 5px 10px 0px 10px;
	}

/* 詳細 */
TABLE.case_before  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.case_before_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 38px;
	background-color: #f3f3f3;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_before_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
TD.case_before_left {
	margin:0px auto;
	padding: 0px 0px;
	background-color: #f3f3f3;
	border-left: 1px #dcdcdc solid;
	}
TD.case_before_center {
	margin:0px auto;
	padding: 0px 0px;
	background-color: #f3f3f3;
	}
TD.case_before_right {
	margin:0px auto;
	padding: 0px 10px 0px 0px;
	background-color: #f3f3f3;
	border-right: 1px #dcdcdc solid;
	}
TD.case_before_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 10px;
	background-color: #f3f3f3;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_before_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height :1px;
	}
TABLE.case_after  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.case_after_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 66px;
	background-color: #eef5ca;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_after_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

TD.case_after_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 10px;
	background-color: #eef5ca;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_after_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height :1px;
	}
TABLE.case_comment  {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	height: 91px;
	background-image:url(/asset/shared/template/koumuten-a-2/case/a_case01_comment.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-collapse: collapse;
	}
TD.case_comment_text {
	padding: 20px 20px 5px 0px;
}
/* =========================== */
/* お客様の声             */
/* =========================== */
/* 一覧 */
TABLE.voice_list {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.voice_list_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 25px;
	}
TD.voice_list_top_center {
	margin:0px auto;
	padding: 0px 0px;
	height: 25px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_top_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
TD.voice_list_top_right {
	margin:0px auto;
	padding: 0px 0px;
	height: 25px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
TD.voice_list_arrow {
	margin:0px auto;
	padding: 0px 0px;
	height: 10px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.voice_list_back {
	margin:0px auto;
	padding: 0px 10px 10px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.voice_list_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 5px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_list_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.voice_list_title {
	padding: 5px 10px 5px 10px;
	}
TD.voice_list_title A {
	color: #61b500;
	}
TD.voice_list_money {
	padding: 3px 0px 5px 0px;
	}
TD.voice_list_text {
	padding: 3px 0px 0px 0px;
	}
/* 詳細 */
TD.voice_detail_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 43px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_detail_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.voice_detail_back {
	margin:0px auto;
	padding: 20px 10px 20px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/voice/a_voice01_detail_back.gif);
	}
TD.voice_detail_title {
	padding: 5px 10px 5px 10px;
	}
TD.voice_detail_money {
	padding: 3px 0px 5px 0px;
	}
TD.voice_detail_text {
	padding: 0px 10px 0px 0px;
	}

/* =========================== */
/* スタッフ紹介             */
/* =========================== */
TABLE.staff_list {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.staff_list_top {
	margin:0px auto;
	padding: 0px 0px;
	height: 40px;
	background-image:url(/asset/shared/template/koumuten-a-2/staff/a_staff01_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
TD.staff_list_back {
	margin:0px auto;
	padding: 0px 30px;
	background-image:url(/asset/shared/template/koumuten-a-2/staff/a_staff01_back.jpg);
	}
TD.staff_list_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 20px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/staff/a_staff01_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
TABLE.staff_list_name {
	border-collapse: collapse;
	}
TABLE.staff_list_name TD {
	padding: 5px 10px;
	}
TABLE.staff_list_comment {
	border-collapse: collapse;
	}
TABLE.staff_list_comment TD {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #dbd6b1 dashed;
	}
/* =========================== */
/* よくある質問             */
/* =========================== */
/* 一覧 */
TABLE.qr_list {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.qr_list_top {
	margin:0px auto;
	padding: 2px 0px 0px 0px;
	height: 31px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
TD.qr_list_top_no {
	margin:0px auto;
	padding: 2px 0px 0px 0px;
	height: 31px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_top_no.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.qr_list_back {
	margin:0px auto;
	padding: 10px 20px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.qr_list_bottom {
	margin:0px auto;
	padding: 0px 0px;
	height: 5px;
	line-height: 1px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_list_botom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
TABLE.qr_list_q {
	border-collapse: collapse;
	}
TABLE.qr_list_q TD {
	padding: 5px 0px;
	border-bottom: 1px #dbd6b1 dashed;
}
/* 回答 */
TABLE.qa_title {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.qa_title_back {
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	height: 39px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
 TD.qa_title_no {
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	height: 39px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_top_no.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TABLE.qa_a_q {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.qa_a_q_q {
	margin:0px auto;
	padding: 5px 0px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_qq_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.qa_a_q_text {
	margin:0px auto;
	padding: 5px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_q_back.gif);
	}
DIV.qa_a_a {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
}
DIV.qa_a_a TABLE {
	border-collapse: collapse;
	}
TD.qa_a_a_a {
	margin:0px auto;
	padding: 5px 0px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_aa_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
TD.qa_a_a_text {
	margin:0px auto;
	padding: 5px 10px;
	background-image:url(/asset/shared/template/koumuten-a-2/qa/a_qa01_qa_a_back.gif);
	}
/* =========================== */
/* お約束             */
/* =========================== */
TABLE.promise {
	margin:0px auto;
	padding: 0px 0px;
	width: 670px;
	border-collapse: collapse;
	}
TD.promise_top_left_b {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
	background-image:url(/asset/shared/template/koumuten-a-2/promise/a_promise01_top_left_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
TD.promise_top_left_y {
	margin:0px auto;
	padding: 0px 0px;
	height: 60px;
}
