?@charset "utf-8";
.toppage .spacer{
width: 30px;
}
#main-contents a:hover img,#side-contents a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70 )";}
#font-size a:hover img,#font-size a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70 )";}
a:focus{outline:none;}a{overflow:hidden;}
#main-contents .twtr-widget h3{background-image:none;font-size:medium;margin:0px;padding:0px;font-weight:normal;height:auto;width:auto;}
#main-contents .twtr-widget h4{font-size:medium;font-weight:normal;background-image:none;margin:0px;padding:0px;height:auto;width:auto;}
.error{background:#f69;padding:20px;text-align:center;}
.render-mode-switch{font-size:40px !important;text-align:center;color:#FFF;background-color:#333;padding-top:40px;padding-bottom:40px;}
header,footer,nav,section,article,figure,aside{display:block;}
.txg-tgallery-wrapper IMG{border:3px solid #CCC;}
.txg-tgallery-wrapper TD{vertical-align:top;}
.scrollFixIt{color:#666;margin-right:3px;}
/* ドキュメントビュー用 --- */
.txg-doclist ul{list-style-type:none;}.txg-doclist li{list-style-type:none;margin-bottom:0.5em;border-bottom:1px dotted #5c4930;}a.txg-doclist-link,a.txg-doclist-embed{padding-left:20px;padding-top:5px;background:transparent url(../icons/icon_txt.gif) no-repeat center left;}a.txg-doclist-link[href$='.pdf'],a.txg-doclist-embed[href$='.pdf']{background:transparent url(../icons/icon_pdf.gif) no-repeat center left;}a.txg-doclist-link[href$='.xls'],a.txg-doclist-embed[href$='.xls']{background:transparent url(../icons/icon_xls.gif) no-repeat center left;}a.txg-doclist-link[href$='.xlsx'],a.txg-doclist-embed[href$='.xlsx']{background:transparent url(../icons/icon_xls.gif) no-repeat center left;}a.txg-doclist-link[href$='.doc'],a.txg-doclist-embed[href$='.doc']{background:transparent url(../icons/icon_doc.gif) no-repeat center left;}a.txg-doclist-link[href$='.docx'],a.txg-doclist-embed[href$='.docx']{background:transparent url(../icons/icon_doc.gif) no-repeat center left;}a.txg-doclist-link[href$='.ppt'],a.txg-doclist-embed[href$='.ppt']{background:transparent url(../icons/icon_pps.gif) no-repeat center left;}a.txg-doclist-link[href$='.pptx'],a.txg-doclist-embed[href$='.pptx']{background:transparent url(../icons/icon_pps.gif) no-repeat center left;}a.txg-doclist-link[href$='.zip'],a.txg-doclist-embed[href$='.zip']{background:transparent url(../icons/icon_archive.gif) no-repeat center left;}a.txg-doclist-link[href$='.rar'],a.txg-doclist-embed[href$='.rar']{background:transparent url(../icons/icon_archive.gif) no-repeat center left;}

/* =========================== */
/* サイズ情報                  */
/* 横幅　700px                 */
/* 標準文字サイズ　11pt        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {
	color:#1f71b1;
	text-decoration:underline;

	}
a:visited {
	color:#0a3f9f;
	text-decoration:underline;

	}
a:active,
a:hover   {
	color:#d97b2f;
	text-decoration:underline;
	}



/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
		background-image:url(../img/h5.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		color:#333333;
		font-size:14px;
		font-weight:400;
		height:26px;
		_height:26px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:9px;
		_padding-top:9px;
		padding-left:20px;
		width:650px;
	}
/* サブメニューの文字色　*/
#main-contents #sitemap-section ul li a{
		color:#4d4d4d;
}
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 0px 0 10px;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 650px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f0f0f0;
	width: 650px;
	overflow:hidden;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 150px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #aaaaaa solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 468px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	border-top: 1px #aaaaaa solid;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0 0 0 ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: 400;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	margin-top: 5px;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 109px;
   height: 32px;
   background-image:url(../img/form_submit.jpg);
		background-repeat: no-repeat;
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
	margin: 0px;
	color:#333333;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	padding: 10px 5px 0px 20px;
		background-image:url(../img/info_mark.gif);
		background-repeat: no-repeat;
		background-position: 3px 14px;
		color:#333399;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	padding: 0px 5px 0px 0px;
color:#2171b1;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
text-decoration:underline;
		color:#333399;
	}
#main-contents #topic-headline-section DD {
		margin: 0px;
		padding: 0px 0px 10px 20px;
		background-image:url(../img/info_line.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		color:#333399;
border-bottom:1px solid #ffffff;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 11px;	
	margin: 0px;
	color:#333333;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
		font-weight:bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	color:#2171b1;
font-weight : bold ;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color:#333333;
		font-weight:bold;
text-decoration:underline;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	color:#333333;

	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 110%;
	padding: 5px 5px;
	color:#333333;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#2171b1;
	padding: 5px 5px 5px 0px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
text-decoration:underline;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px dashed #d9d8d8;
	word-break: break-all;
	padding: 10px 0px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #aaaaaa solid;
	}
TH.table_a_th {
	background-color: #cdcdcd;
	border: 1px #aaaaaa solid;
	padding: 3px 5px;
	}
TH.table_a_th2 {
	background-color: #f8f8f8;
	border: 1px #aaaaaa solid;
	padding: 3px 5px;
	}
TD.table_a_td {
		border: 1px #aaaaaa solid;
	padding: 3px 5px;
	}

/* =========================== */
/* 基本のテーブル             */
/* =========================== */
TABLE.basic_table {
	border-collapse: collapse;
	border: 1px #aaaaaa solid;
	}
TABLE.basic_table TH {
	padding: 3px 5px;
	border: 1px #aaaaaa solid;
	}
TABLE.basic_table TD {
	padding: 3px 5px;
	border: 1px #aaaaaa solid;
	}


/* =========================== */
/* 会社情報        */
/* =========================== */
TABLE.side-company {
	margin: 0px 0px;
	width:220px;
	border-collapse: collapse;
	background-image:url(/asset/00177/side/side-company_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
TABLE.side-company TD{
	padding: 12px 0px 0px 12px;
}


/* =========================== */
/* トップページのサイド        */
/* =========================== */
TABLE.top-side {
	margin: 0px 0px;
	width:230px;
	border-collapse: collapse;
	} 
.top-side_top {
	height:5px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;	
	background-image:url(/asset/00177/top/layout/top_side_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top-side_back {
	padding: 0px 5px 0px 5px;
	background-image:url(/asset/00177/top/layout/top_side_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.top-side_bottom {
	height:5px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;	
	background-image:url(/asset/00177/top/layout/top_side_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.top-side-company {
	margin: 0px 0px;
	width:220px;
	border-collapse: collapse;
	background-image:url(/asset/00177/top/layout/top_side_name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
.top-side-company_td {
	padding: 12px 0px 10px 12px;
}
TABLE.top-title {
	margin: 5px 0px;
	width:670px;
	height:39px;
	border-collapse: collapse;
	background-image:url(../img/top_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
TABLE.top-title TD {
	padding: 0px 0px 0px 20px;
	color:#2171b1;
	font-size:14px;
	font-weight:400;
	text-align: left;
}

TABLE.top-info {
	margin: 0px 0px;
	width:670px;
	border-collapse: collapse;
	} 
.top-info_title {
	height:39px;
	padding: 0px 0px 0px 20px;
	color:#2171b1;
	font-size:14px;
	text-align: left;
	background-image:url(../img/top_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-info_info {
	padding: 5px 20px 10px 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* =========================== */
/* 汎用テンプレート             */
/* =========================== */
/* 会社概要 */
TABLE.company_table {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	border-bottom: 1px solid #d2d2d2;
}
TABLE.company_table TH {
	width: 20%;
	padding: 5px 5px; 
	color:#2578d5;
	background-color: #f0f6fc;
	background-image:url(/asset/shared/general/company/company_table_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left: 5px solid #2578d5;
	border-top: 1px solid #d2d2d2;
}
TABLE.company_table TD {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-top: 1px solid #d2d2d2;
}

/* 沿革 */
TABLE.history_table {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	border-bottom: 1px solid #d2d2d2;
}
TABLE.history_table TH {
	width: 20%;
	padding: 5px 5px; 
	color:#666666;
	background-color: #fbfbfb;
	background-image:url(/asset/shared/general/history/history_table_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #d2d2d2;
}
TABLE.history_table TD {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-top: 1px solid #d2d2d2;
}

/* 地図 */
TABLE.map_address {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.map_address_left  {
	width: 20%;
	padding: 5px 5px 5px 5px; 
	border-bottom: 1px dashed #d2d2d2;
}
.map_address_right {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-bottom: 1px dashed #d2d2d2;
}
TABLE.map_midashi {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
TABLE.map_midashi TD {
	height: 40px;
	padding: 0px 0px 0px 25px; 
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	background-image:url(/asset/shared/general/map/map_midashi.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* 事業所案内 */
TABLE.office {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.office_top1 {
	height: 38px;
	padding: 0px 0px 0px 25px; 
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-image:url(/asset/shared/general/office/office_midashi1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.office_top2 {
	height: 38px;
	padding: 0px 0px 0px 25px; 
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-image:url(/asset/shared/general/office/office_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.office_back {
	padding: 10px 10px 10px 15px; 
	background-image:url(/asset/shared/general/office/office_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.office_bottom {
	height: 10px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/office/office_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.office_map {
	margin: 0px auto;
	width: 100%;
	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.branch {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.branch_title {
	height: 40px;
	padding: 0px 0px 0px 20px;
	color:#ffffff; 
	font-size: 14px;
	font-weight: bold;
	background-image:url(/asset/shared/general/branch/branch_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.branch_td {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}
TABLE.branch_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.branch_left {
	width: 180px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.branch_left IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/branch/branch_img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.branch_right {
	width: 450px;
	padding: 0px 0px 0px 30px;
	vertical-align: top;
}
TABLE.branch_headline {
	margin: 0px auto 5px;
	width: 100%;
	height: 38px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/branch/branch_headline.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.branch_headline_td {
	padding: 0px 0px 0px 40px;
	color:#333333; 
	font-size: 14px;
	text-decoration: underline;
}

/* 支店詳細 */
TABLE.branchdetail_midashi {
	margin: 0px auto;
	width: 650px;
	height: 40px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/branch/branchdetail_midashi.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.branchdetail_midashi TD {
	padding: 0px 0px 0px 40px;
	color:#333333; 
	font-size: 14px;
}
TABLE.branchdetail_img {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.branchdetail_img_left {
	margin: 0px auto;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
.branchdetail_img_right {
	margin: 0px auto;
	width: 50%;
	text-align: right;
	vertical-align: top;
}
TABLE.branchdetail_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/branch/branch_img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.branchdetail_table {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
	border-top: 1px solid #d2d2d2;
}
.branchdetail_table_left {
	width: 25%;
	padding: 5px 5px; 
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #d2d2d2;
}
.branchdetail_table_right {
	width: 75%;
	padding: 5px 5px; 
	border-bottom: 1px solid #d2d2d2;
}
TABLE.branchdetail_comment {
	margin: 0px auto;
	width: 625px;
	height: 117px;
	border-collapse: collapse;
}
.branchdetail_comment_left {
	width: 147px;
	padding: 0px 0px;
	background-image:url(/asset/shared/general/branch/branchdetail_msg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.branchdetail_comment_back {
	padding: 0px 0px 0px 20px;
	color: #646917;
	background-image:url(/asset/shared/general/branch/branchdetail_msg_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.branchdetail_comment_right {
	width: 10px;
	padding: 0px 0px;
	background-image:url(/asset/shared/general/branch/branchdetail_msg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 社長挨拶 */
TABLE.president {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.president_left {
	width: 450px;
	padding: 0px 0px;
	vertical-align: top;
	background-image:url(/asset/shared/general/president/president_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.president_blank {
	width: 30px;
	padding: 0px 0px;
}
.president_right {
	width: 180px;
	padding: 0px 0px;
	vertical-align: top;
}
TABLE.president_img {
	margin: 0px auto 5px;
	width: 180px;
	border-collapse: collapse;
}
.president_img_top {
	padding: 5px 5px;
	text-align: center;
	vertical-align: top;
	background-color: #d1e3f8;
}
.president_img_bottom {
	height: 6px;
	padding: 0px 0px;
	line-height: 1em;
	background-image:url(/asset/shared/general/president/president_img_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* 企業理念 */
TABLE.philosophy {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.philosophy_left {
	width: 380px;
	padding: 0px 0px;
	vertical-align: top;
}
.philosophy_blank {
	width: 40px;
	padding: 0px 0px;
}
.philosophy_right {
	width: 210px;
	padding: 0px 0px;
	vertical-align: top;
}
.philosophy_right IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.philosophy1 {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.philosophy1_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #b65e19;
	background-image:url(/asset/shared/general/philosophy/philosophy_midashi1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy1_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general/philosophy/philosophy_back1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
TABLE.philosophy2 {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.philosophy2_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #174b86;
	background-image:url(/asset/shared/general/philosophy/philosophy_midashi2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy2_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general/philosophy/philosophy_back2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
TABLE.philosophy3 {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.philosophy3_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #3a6806;
	background-image:url(/asset/shared/general/philosophy/philosophy_midashi3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.philosophy3_back {
	padding: 15px 0px;
	background-image:url(/asset/shared/general/philosophy/philosophy_back3.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* 主な取引先 */
TABLE.customer {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.customer_item {
	width: 310px;
	padding: 10px 7px;
	border-bottom: 1px dashed #d2d2d2;
}
.customer_blank {
	width: 30px;
	padding: 0px 0px;
}

/* 事業内容 */
TABLE.activities {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.activities_midashi {
	height: 35px;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/asset/shared/general/activities/activities_midashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.activities_td {
	padding: 15px 0px;
}
.activities_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}

.activities_main_left {
	width: 420px;
	padding: 0px 0px;
	vertical-align: top;
}
.activities_main_blank {
	width: 30px;
	padding: 0px 0px;
}
.activities_main_img {
	width: 180px;
	padding: 0px 0px;
	vertical-align: top;
}
.activities_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.activities_main_text {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.activities_main_text1 {
	padding: 5px 0px;
	font-size: 16px;
	color: #2578d5;
	vertical-align: top;
}
.activities_main_text2 {
	padding: 5px 0px 10px 0px;
	vertical-align: top;
}
.activities_main_text3 {
	padding: 15px 0px;
	vertical-align: top;
	background-color: #f1f1f1;
}
TABLE.activities_main_text_detail {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.activities_main_text_detail_td {
	padding: 5px 15px;
}
/* 募集要項 */
TABLE.applicants {
	margin: 0px auto;
	width: 670px;
	border-collapse: collapse;
	border-bottom: 1px dashed #d2d2d2;
}
TABLE.applicants TH {
	width: 20%;
	padding: 5px 5px 5px 15px; 
	color:#ffffff;
	text-align: left;
	background-color: #164881;
	background-image:url(/asset/shared/general/applicants/applicants_back.gif);
	background-repeat: repeat;
	background-position: left top;
	border-top: 1px dashed #d2d2d2;
}
TABLE.applicants TD {
	width: 80%;
	padding: 5px 5px 5px 15px; 
	border-top: 1px dashed #d2d2d2;
}

/* 選考までの流れ */
TABLE.selecting_waku {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-color: #f1f1f1;
}
.selecting_waku_td {
	padding: 10px 10px; 
}
TABLE.selecting_waku2 {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.selecting_waku2_td {
	padding: 10px 10px; 
}
TABLE.selecting {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.selecting_midashi {
	height: 34px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/asset/shared/general/selecting/selecting_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.selecting_td {
	padding: 10px 0px; 
}
TABLE.selecting_table {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.selecting_table_th {
	width: 20%;
	padding: 10px 0px 10px 15px; 
	text-align: left;
	border-bottom: 1px dashed #d2d2d2;
}
.selecting_table_td {
	width: 80%;
	padding: 10px 0px 10px 15px; 
	border-bottom: 1px dashed #d2d2d2;
}

/* 求める人物像 */
TABLE.portrait {
	margin: 0px auto;
	width: 658px;
	border-collapse: collapse;
}
.portrait_no {
	width: 77px;
	padding: 30px 0px 0px 0px; 
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	background-image:url(/asset/shared/general/portrait/portrait_no.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portrait_td {
	width: 581px;
	padding: 0px 0px; 
	vertical-align: top;
}
TABLE.portrait_main {
	margin: 0px auto;
	width: 581px;
	border-collapse: collapse;
}
.portrait_main_midashi {
	height: 42px;
	padding: 0px 0px 0px 10px; 
	font-size: 16px;
	color: #666666;
	background-image:url(/asset/shared/general/portrait/portrait_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.portrait_main_text {
	width: 80%;
	padding: 10px 10px 10px 10px; 
}
TABLE.portrait_com {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.portrait_com_top {
	height: 40px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/portrait/portrait_com_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.portrait_com_midashi {
	height: 30px;
	padding: 0px 0px 0px 20px; 
	color: #241515;
	font-weight: bold;
	background-image:url(/asset/shared/general/portrait/portrait_com_midashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portrait_com_text {
	padding: 20px 0px; 
	background-image:url(/asset/shared/general/portrait/portrait_com_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
TABLE.portrait_com_comment {
	margin: 0px auto;
	width: 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/question/question_q_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.question_q_td {
	padding: 10px 10px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
TABLE.question_q_q {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.question_q_q_img {
	width: 50px;
	padding: 2px 10px; 
}
.question_q_q_text {
	width: 570px;
	padding: 2px 10px; 
}
TABLE.question_a_midashi {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
TABLE.question_a {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.question_a_q_img {
	width: 65px;
	padding: 8px 5px 8px 15px; 
	text-align: center;
	background-color: #fff8d1;
}
.question_a_q_text {
	width: 585px;
	padding: 8px 10px; 
	color: #b55e00;
	background-color: #fff8d1;
}
.question_a_a_img {
	width: 65px;
	padding: 8px 5px 8px 15px; 
	text-align: center;
	background-color: #cae3fd;
	border-top: 1px solid #ffffff;
}
.question_a_a_text {
	width: 585px;
	padding: 8px 10px; 
	color: #0358af;
	background-color: #cae3fd;
	border-top: 1px solid #ffffff;
}

/* 先輩の声 */
TABLE.senior {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.senior_top {
	height: 51px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/senior_midashi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.senior_back {
	height: 137px;
	padding: 0px 10px 0px 80px; 
	background-image:url(/asset/shared/general/senior/senior_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.senior_bottom {
	height: 10px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/senior_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.senior_midashi {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.senior_midashi_no {
	width: 8%;
	padding: 0px 0px; 
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.senior_midashi_text {
	width: 92%;
	padding: 0px 0px 0px 15px; 
	font-size: 16px;
	color: #174982;
}
TABLE.senior_main {
	margin: 0px auto;
	width: 560px;
	border-collapse: collapse;
}
.senior_main_left {
	width: 360px;
	padding: 0px 0px; 
}
.senior_main_blank {
	width: 20px;
	padding: 0px 0px; 
}
.senior_main_img {
	width: 180px;
	padding: 0px 0px; 
}
.senior_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}

/* 先輩の声　詳細 */
TABLE.seniordetail_midashi1 {
	margin: 0px auto 10px;
	width: 650px;
	height: 51px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/senior/seniordetail_midashi1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.seniordetail_midashi1_no {
	width: 53px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.seniordetail_midashi1_text {
	width: 597px;
	padding: 0px 0px 0px 15px; 
	font-size: 16px;
	color: #2578d5;
	font-weight: bold;
}
TABLE.seniordetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/senior/seniordetail_table_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.seniordetail_head_top {
	height: 8px;
	padding: 0px 0px; 
	line-height: 1px;
	background-image:url(/asset/shared/general/senior/seniordetail_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_head_back {
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/seniordetail_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_head_bottom {
	height: 8px;
	padding: 0px 0px; 
	line-height: 1px;
	background-color: #ffffff;
	background-image:url(/asset/shared/general/senior/seniordetail_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TABLE.seniordetail_head_main {
	margin: 0px auto;
	width: 640px;
	border-collapse: collapse;
}
.seniordetail_head_main_img {
	width: 180px;
	padding: 0px 0px; 
}
.seniordetail_head_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
.seniordetail_head_main_right {
	width: 460px;
	padding: 0px 0px; 
	vertical-align: top;
}
TABLE.seniordetail_head_main_com {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.seniordetail_head_main_com_midashi {
	height: 40px;
	padding: 0px 0px 0px 30px; 
	font-size: 16px;
	color: #174982;
	background-image:url(/asset/shared/general/senior/seniordetail_head_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.seniordetail_head_main_com_text {
	padding: 10px 0px 0px 30px; 
}
TABLE.seniordetail {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.seniordetail_midashi2 {
	height: 32px;
	padding: 0px 0px 0px 10px; 
	font-size: 14px;
	color: #174982;
	font-weight: bold;
	background-image:url(/asset/shared/general/senior/seniordetail_midashi2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.seniordetail_td {
	padding: 15px 10px; 
}
TABLE.seniordetail_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.seniordetail_main_text {
	width: 400px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_blank {
	width: 20px;
	padding: 0px 0px 0px 0px; 
}
.seniordetail_main_img {
	width: 210px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.seniordetail_main_text3 {
	width: 450px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_img3 {
	width: 160px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.seniordetail_main_img3 IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.seniordetail_com {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.seniordetail_com_top {
	height: 43px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/senior/seniordetail_com_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.seniordetail_com_back {
	padding: 10px 0px; 
	vertical-align: top;
	background-image:url(/asset/shared/general/senior/seniordetail_com_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
TABLE.seniordetail_com_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.seniordetail_com_main_left {
	width: 450px;
	padding: 0px 0px; 
	vertical-align: top;
}
.seniordetail_com_main_img {
	width: 180px;
	padding: 0px 0px; 
	vertical-align: top;
}
.seniordetail_com_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
TABLE.seniordetail_com_main_comment {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.seniordetail_com_main_comment_midashi {
	height: 30px;
	padding: 0px 20px; 
	font-size: 14px;
	color: #241515;
	font-weight: bold;
	background-image:url(/asset/shared/general/senior/seniordetail_com_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.seniordetail_com_main_comment_text {
	padding: 10px 20px; 
}


/* 先輩の一日 */
TABLE.oneday_waku {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/oneday/oneday_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneday_waku_td {
	padding: 10px 0px; 
}
TABLE.oneday {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.oneday_left {
	width: 450px;
	padding: 0px 0px; 
	vertical-align: top;
}
.oneday_img {
	width: 180px;
	padding: 0px 0px; 
	vertical-align: top;
}
.oneday_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
TABLE.oneday_midashi {
	margin: 3px 0px 0px 0px;
	width: 450px;
	height: 36px;
	border-collapse: collapse;
}
.oneday_midashi_no {
	width: 50px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #767676;
	font-weight: bold;
	text-align: center;
}
.oneday_midashi_text {
	width: 400px;
	padding: 0px 0px 0px 20px; 
	font-size: 16px;
	color: #2378d3;
}
TABLE.oneday_text {
	margin: 0px auto;
	width: 450px;
	border-collapse: collapse;
}
.oneday_text_td {
	padding: 0px 0px 0px 70px; 
	vertical-align: top;
}

/* 先輩の一日　詳細 */
TABLE.onedaydetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_head_top {
	height: 60px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/oneday/oneday_midashi.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.onedaydetail_head_back {
	padding: 10px 0px; 
	background-image:url(/asset/shared/general/oneday/onedaydetail_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.onedaydetail_head_bottom {
	height: 8px;
	padding: 0px 0px; 
	background-image:url(/asset/shared/general/oneday/onedaydetail_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.onedaydetail_midashi {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_midashi_no {
	width: 62px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #767676;
	font-weight: bold;
	text-align: center;
}
.onedaydetail_midashi_text {
	width: 588px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #2578d5;
	font-weight: bold;
}
TABLE.onedaydetail_head_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.onedaydetail_head_main_img {
	width: 210px;
	padding: 0px 0px; 
	vertical-align: top;
}
.onedaydetail_head_main_img IMG {
	margin: 0px auto 5px;
	padding: 5px 5px; 
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
.onedaydetail_head_main_right {
	width: 420px;
	padding: 0px 0px; 
	vertical-align: top;
}
TABLE.onedaydetail_head_text {
	margin: 0px auto;
	width: 420px;
	border-collapse: collapse;
}
.onedaydetail_head_text_midashi {
	height: 36px;
	padding: 0px 0px 0px 20px; 
	font-size: 16px;
	color: #ffffff;
	background-image:url(/asset/shared/general/oneday/onedaydetail_midashi1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.onedaydetail_head_text_text {
	padding: 10px 0px; 
	vertical-align: top;
}
TABLE.onedaydetail {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_td1 {
	padding: 0px 0px; 
}
.onedaydetail_td2 {
	padding: 10px 0px 0px 0px; 
	vertical-align: top;
}
TABLE.onedaydetail_midashi2 {
	margin: 0px auto;
	width: 650px;
	height: 44px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/oneday/onedaydetail_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.onedaydetail_midashi2_time {
	width: 95px;
	padding: 0px 0px; 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.onedaydetail_midashi2_text {
	width: 555px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
TABLE.onedaydetail_work {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.onedaydetail_work_blank {
	width: 95px;
	padding: 0px 0px; 
}
.onedaydetail_work_text {
	width: 395px;
	padding: 0px 20px; 
	vertical-align: top;
}
.onedaydetail_work_text2 {
	width: 555px;
	padding: 0px 20px; 
	vertical-align: top;
}
.onedaydetail_work_img {
	width: 160px;
	padding: 0px 0px; 
	vertical-align: top;
}
.onedaydetail_work_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}


/* 事例一覧 */
TABLE.caselist {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	background-color: #a9b4bf;
}
.caselist_midashi {
	height: 45px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/caselist/caselist_midashi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.caselist_td {
	padding: 10px 0px 10px 0px; 
	vertical-align: top;
}
TABLE.caselist_waku {
	margin: 0px auto;
	width: 640px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.caselist_waku_td {
	padding: 0px 0px 5px 0px; 
	vertical-align: top;
}
TABLE.caselist_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.caselist_main_name {
	width: 140px;
	padding: 10px 0px 0px 10px; 
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
}
.caselist_main_text {
	width: 380px;
	padding: 10px 0px 0px 10px; 
	vertical-align: top;
}
.caselist_main_img {
	width: 110px;
	padding: 5px 0px 0px 0px; 
	vertical-align: top;
}
.caselist_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* 事例詳細 */
TABLE.casedetail_head {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	border: 5px solid #b3bec9;
}
.casedetail_head_td {
	padding: 10px 0px 10px 0px; 
	vertical-align: top;
}
TABLE.casedetail_head_main {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.casedetail_head_main_left {
	width: 440px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_head_main_img {
	width: 180px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_head_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.casedetail_head_main_text {
	margin: 0px auto;
	width: 440px;
	border-collapse: collapse;
}
.casedetail_head_main_text_midashi {
	height: 60px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #2579d5;
	background-image:url(/asset/shared/general/caselist/casedetail_midashi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.casedetail_head_main_text_text {
	padding: 10px 0px 0px 0px; 
	vertical-align: top;
}
TABLE.casedetail {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.casedetail_midashi {
	height: 35px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/caselist/casedetail_midashi1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.casedetail_td {
	padding: 10px 0px 10px 0px; 
	vertical-align: top;
}
TABLE.casedetail_main {
	margin: 0px auto;
	width: 630px;
	border-collapse: collapse;
}
.casedetail_main_text {
	width: 420px;
	padding: 0px 20px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_img {
	width: 210px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.casedetail_main_text2 {
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_text3 {
	width: 470px;
	padding: 0px 0px 0px 20px; 
	vertical-align: top;
}
.casedetail_main_img3 {
	width: 160px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.casedetail_main_img3 IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
/* 最新の事例紹介 */
TABLE.case {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.case_midashi {
	height: 35px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/caselist/case_midashi.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.case_back {
	padding: 10px 0px 10px 0px; 
	background-image:url(/asset/shared/general/caselist/case_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.case_bottom {
	height: 5px;
	padding: 0px 0px 0px 0px; 
	line-height: 0em;
	background-image:url(/asset/shared/general/caselist/case_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.case_main {
	margin: 0px auto;
	width: 620px;
	border-collapse: collapse;
}
.case_main_left {
	width: 440px;
	padding: 0px 20px 0px 0px; 
	vertical-align: top;
}
.case_main_img {
	width: 180px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
}
.case_main_img IMG {
	padding: 5px 5px;
	background-image:url(/asset/shared/general/img_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
TABLE.case_main_text {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.case_main_text2 {
	padding: 5px 10px 0px 10px; 
	vertical-align: top;
}
.case_main_text1 {
	padding: 5px 5px 5px 5px; 
	color: #2578d5;
	text-align: right;
	border-bottom: 1px solid #d2d2d2;
}

/* 料金表 */
TABLE.price_midashi {
	margin: 0px auto;
	width: 650px;
	height: 30px;
	border-collapse: collapse;
}
TABLE.price_midashi TD {
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/price/price_midashi.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.price {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
	border: 1px solid #d2d2d2;
}
.price1 {
	width: 190px;
	padding: 10px 0px 10px 20px; 
	color: #454545;
	font-weight: bold;
	background-color: #fcf3de;
	border: 1px solid #d2d2d2;
}
.price2 {
	width: 220px;
	padding: 10px 0px 10px 10px; 
	color: #937f50;
	font-weight: bold;
	background-color: #fdf9ee;
	border: 1px solid #d2d2d2;
}
.price3 {
	width: 240px;
	padding: 10px 10px 10px 0px; 
	border: 1px solid #d2d2d2;
	text-align: right;
}


/* チェックシート */
TABLE.checkseet {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.checkseet_top {
	height: 70px;
	padding: 0px 0px 0px 0px; 
	background-image:url(/asset/shared/general/checkseet/checkseet_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.checkseet_back {
	padding: 0px 0px 0px 0px; 
	background-image:url(/asset/shared/general/checkseet/checkseet_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.checkseet_bottom {
	height: 20px;
	padding: 0px 0px 0px 0px; 
	background-image:url(/asset/shared/general/checkseet/checkseet_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.checkseet_check {
	margin: 0px auto;
	width: 560px;
	border-collapse: collapse;
}
.checkseet_check_box {
	width: 20px;
	height: 40px;
	padding: 0px 0px 0px 0px; 
	text-align: center;
	border-bottom: 1px dashed #d2d2d2;
}
.checkseet_check_text {
	width: 540px;
	height: 40px;
	padding: 0px 0px 0px 10px; 
	border-bottom: 1px dashed #d2d2d2;
}
TABLE.checkseet_midashi {
	margin: 0px auto;
	width: 650px;
	height: 60px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/checkseet/checkseet_midashi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.checkseet_midashi TD {
	padding: 0px 0px 0px 60px; 
	color: #ffffff;
	font-weight: bold;
}
TABLE.checkseet_result {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.checkseet_result_midashi {
	padding: 10px 0px 5px 20px; 
	color: #e7a300;
	font-weight: bold;
}
.checkseet_result_text {
	padding: 5px 10px 10px 60px; 
	border-bottom: 1px dashed #e7a300;
}

/* リンク */
TABLE.link {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.link_midashi {
	height: 37px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/link/link_midashi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.link_main {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.link_main_left {
	width: 200px;
	padding: 10px 5px 10px 5px; 
	font-weight: bold;
	border-bottom: 1px dashed #d2d2d2;
}
.link_main_right {
	width: 450px;
	padding: 10px 5px 10px 5px; 
	border-bottom: 1px dashed #d2d2d2;
}

/* FAQ */
TABLE.faq_q {
	margin: 0px auto;
	width: 650px;
	border-collapse: collapse;
}
.faq_q_midashi {
	height: 37px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(/asset/shared/general/faq/faq_midashi1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.faq_q_back {
	padding: 0px 0px 0px 0px; 
	background-color: #f3efe8;
}
.faq_q_bottom {
	height: 5px;
	padding: 0px 0px 0px 0px; 
	line-height: 1em;
	background-image:url(/asset/shared/general/faq/faq_q_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.faq_q_main_waku {
	margin: 2px auto;
	width: 642px;
	border-collapse: collapse;
	background-color: #ffffff;
}
.faq_q_main_waku_td {
	padding: 2px; 
	vertical-align: top;
}
TABLE.faq_q_main {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.faq_q_main_q {
	width: 10%;
	height: 30px;
	padding: 0px 0px 0px 0px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #aca08b;
	text-align: center;
}
.faq_q_main_text {
	width: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px; 
}
TABLE.faq_a_midashi {
	margin: 0px auto 5px;
	width: 650px;
	height: 30px;
	border-collapse: collapse;
	background-image:url(/asset/shared/general/faq/faq_midashi2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
TABLE.faq_a_midashi TD {
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #524b3f;
	font-weight: bold;
}
TABLE.faq_a {
	margin: 0px auto 5px;
	width: 650px;
	border-collapse: collapse;
}
.faq_a_top {
	height: 6px;
	padding: 0px 0px 0px 20px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 0em;
	background-image:url(/asset/shared/general/faq/faq_a_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.faq_a_back {
	padding: 0px 6px 0px 6px; 
	background-image:url(/asset/shared/general/faq/faq_a_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.faq_a_bottom {
	height: 6px;
	padding: 0px 0px 0px 0px; 
	line-height: 0em;
	background-image:url(/asset/shared/general/faq/faq_a_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
TABLE.faq_a_q {
	margin: 0px auto 2px;
	width: 100%;
	border-collapse: collapse;
}
.faq_a_q_q {
	width: 10%;
	height: 30px;
	padding: 0px 0px 0px 0px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #aca08b;
	text-align: center;
}
.faq_a_q_text {
	width: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px; 
}
TABLE.faq_a_a {
	margin: 0px auto;
	width: 100%;
	border-collapse: collapse;
}
.faq_a_a_a {
	width: 10%;
	height: 30px;
	padding: 0px 0px 0px 0px; 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #008f99;
	text-align: center;
}
.faq_a_a_text {
	width: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px; 
}

/* =========================== */
/* ベーシックテンプレート（↓削除しないで下さい）  */
/* =========================== */
/* 画像2枚 */
.img2 {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img2 .img2-td {
	width: 325px;
}
.img2-td1 img {
	width: 325px;
	margin-bottom: 10px;
}
.img2-text {
	width: 315px;
	padding-right: 5px;
	padding-left: 5px;
}
.img2-title {
	width: 291px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.img2-btn {
	padding-top: 10px;
}
/* 画像2枚詳細ボタン枠あり */
.img2-waku-wrap {
	width: 670px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img2-waku-wrap-td {
	width: 326px;
}
.img2-waku {
	width: 300px;
	border: 1px solid #b5b5b5;
	padding: 13px;
}
.img2-waku-table {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img2-waku-table-td1 {
	width: 300px;
}
.img2-waku-table-td1 img {
	width: 300px;
	margin-bottom: 10px;
}
.img2-waku-table-td2 {
	width: 300px;
	padding-bottom: 10px;
}
/* 画像3枚 */
.img3 {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img3-td {
	width: 210px;
}
.img3-td1 img {
	width: 210px;
	margin-bottom: 10px;
}
.img3-text {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
.img3-btn {
	padding-top: 10px;
}
.img3-title {
	width: 190px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* 画像2枚詳細ボタン枠あり */
.img3-waku-wrap {
	width: 670px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img3-waku-wrap-td {
	width: 210px;
}
.img3-waku {
	width: 190px;
	border: 1px solid #b5b5b5;
	padding: 10px;
}
.img3-waku-table {
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img3-waku-table-td1 {
	width: 190px;
}
.img3-waku-table-td1 img {
	width: 190px;
	margin-bottom: 10px;
}
.img3-waku-table-td2 {
	width: 190px;
	padding-bottom: 10px;
}
/* 画像1枚テキスト */
.img1-text {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-text img {
	width: 325px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* 画像1枚右テキストタイトル付 */
.img1-text-wrap {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-text-wrap-td1 {
	width: 325px;
	padding-right: 10px;
}
.img1-text-wrap-td1 img {
	width: 325px;
	margin-bottom: 10px;
}
.img1-right-title {
	width: 325px;
	margin-top: 0px;
}
.img1-right-title-td1 {
	width: 295px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.img1-right-title-td2 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;

}
.img1-right-title-btn {
	width: auto;
}
/* 画像1枚タイトル枠あり */
.img1-waku {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-waku-td {
	padding: 15px;
	width: 640px;
	border: 1px solid #b5b5b5;
}
.img1-text-waku-wrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.img1-text-waku-wrap-td1 {
	width: 300px;
	padding-right: 10px;
}
.img1-text-waku-wrap-td1 img {
	width: 300px;
}
.img1-waku-title {
	width: 330px;
	margin-top: 0px;
}
.img1-waku-title-td1 {
	width: 310px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.img1-waku-title-td2 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 10px;

}
/* 箇条書き1 */
.temp-list1 {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.temp-list1 li {
	background-image: url(/asset/shared/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;
}

/* =========================== */
/* ベーシックテンプレート（↑削除しないで下さい）  */
/* =========================== */
/* =========================== */
/* ブログ            */
/* =========================== */
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;
}
