@charset "utf-8";
a:link {
	color: #007ad1;
}
a:visited {
	color: #007ad1;
}
a:hover {
	color: #51abe0;
}
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 640px;
	font-size: 14px;
	font-weight: bold;
	color: #030303;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 640px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	color: #4c4b4b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 25px;
	background-image: url(../img/h5.gif);
	height: 38px;
	padding-bottom: 0px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	color: #4c4b4b;
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	color: #4c4b4b;
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	}
#main-contents #sitemap-section h4 a{
	color: #4c4b4b;
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px auto;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 130px;
	text-align: left;
	padding: 11px 8px 0px 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0px 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
	width: 340px;
}
/* 入力欄（テキストエリア） */
#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;
	background-color: #FFF;
}
#mailform-section DIV.submitee BUTTON
{
	cursor: pointer;
	width: 53px;
	height: 32px;
	background-image:url(../img/btn.gif);
	border-width:0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-color: #FFF;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section {
	width: 668px;
	padding: 20px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	}
#main-contents #topic-headline-section DL {
	width: 630px;
	padding: 0px 19px;
	margin: 0px auto;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 590px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding-left: 40px;
	padding-right: 0px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	width: 515px;
	margin: 0px 0px 10px;
	padding-bottom: 10px;
	padding-left: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: normal;
	width: 95px;
	padding-right: 10px;
	color: #4c4b4b;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	text-decoration: underline;
	color: #007ad1;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	width: 230px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 230px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 230px;
	display: block;
	color: #007ad1;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	text-decoration: underline;
	font-weight: normal;
	color: #007ad1;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 230px;
	margin-right: 0px;
	margin-left: 0px;
	}
/* =========================== */
/* お知らせ一覧パーツ（top内）  */
/* =========================== */
#main-contents #top-topi {
	background-image: url(../img/topi-title.gif);
	background-repeat: no-repeat;
	padding: 53px 0px 0px;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-position: center top;
 }
#main-contents #top-topi #topic-headline-section {
	width: 668px;
	padding: 20px 0px 0px;
	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: #c7c7c7;
	border-bottom-color: #c7c7c7;
	border-left-color: #c7c7c7;
	margin: 0px;
	}
#main-contents #top-topi #topic-headline-section DL {
	width: 630px;
	padding: 0px 19px;
	margin: 0px auto;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #top-topi #topic-headline-section DT{
	width: 590px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding-left: 40px;
	padding-right: 0px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #top-topi #topic-headline-section DD{
	width: 515px;
	margin: 0px 0px 10px;
	padding-bottom: 10px;
	padding-left: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	}
/* 公開日 */
#main-contents #top-topi #topic-headline-section DT .date {
	font-weight: normal;
	width: 95px;
	padding-right: 10px;
	color: #4c4b4b;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #top-topi #topic-headline-section DT A {
	text-decoration: underline;
	color: #007ad1;
	}	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 670px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding-top: 15px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	width: 95px;
	padding-right: 10px;
	color: #007ad1;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #007ad1;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	width: 670px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d8d8;
	font-weight: normal;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}
.side-text-box1 {
	background-color: #FFF;
	padding: 33px 1px 1px;
	width: 226px;
	border: 1px solid #c9c8c8;
	background-image: url(../img/side-text.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	font-size: 10px;
}
.side-text-box2 {
	background-image: url(../img/side-text-02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 14px;
	width: 198px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.side-text-box3 {
	padding: 10px 14px 14px;
	width: 198px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #d8e5ef;
}
.top-box {
	padding: 1px;
	width: 668px;
	border: 1px solid #c7c7c7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.top-box p {
	width: 616px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 14px;
}
/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #575e50 solid;
	}
TH.table_a_th {
	color: #FFFFFF;
	background-color: #c1b5a7;
	border: 1px solid #d2d0c7;
	}
TH.table_a_th2 {
	color: #333333;
	background-color: #eceade;
	border: 1px solid #d2d0c7;
	}
TD.table_a_td {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #d2d0c7;
	}
/* =========================== */
/* ベーシックテンプレート（↓削除しないで下さい）  */
/* =========================== */
/* 画像2枚 */
.img2 {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img2 .img2-td {
	width: 325px;
}
.img2-td1 img {
	width: 325px;
	margin-bottom: 10px;
}
.img2-text {
	width: 315px;
	padding-right: 5px;
	padding-left: 5px;
}
.img2-title {
	width: 291px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.img2-btn {
	padding-top: 10px;
}
/* 画像2枚詳細ボタン枠あり */
.img2-waku-wrap {
	width: 670px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img2-waku-wrap-td {
	width: 326px;
}
.img2-waku {
	width: 300px;
	border: 1px solid #b5b5b5;
	padding: 13px;
}
.img2-waku-table {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img2-waku-table-td1 {
	width: 300px;
}
.img2-waku-table-td1 img {
	width: 300px;
	margin-bottom: 10px;
}
.img2-waku-table-td2 {
	width: 300px;
	padding-bottom: 10px;
}
/* 画像3枚 */
.img3 {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img3-td {
	width: 210px;
}
.img3-td1 img {
	width: 210px;
	margin-bottom: 10px;
}
.img3-text {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
.img3-btn {
	padding-top: 10px;
}
.img3-title {
	width: 190px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* 画像2枚詳細ボタン枠あり */
.img3-waku-wrap {
	width: 670px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.img3-waku-wrap-td {
	width: 210px;
}
.img3-waku {
	width: 190px;
	border: 1px solid #b5b5b5;
	padding: 10px;
}
.img3-waku-table {
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img3-waku-table-td1 {
	width: 190px;
}
.img3-waku-table-td1 img {
	width: 190px;
	margin-bottom: 10px;
}
.img3-waku-table-td2 {
	width: 190px;
	padding-bottom: 10px;
}
/* 画像1枚テキスト */
.img1-text {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-text img {
	width: 325px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* 画像1枚右テキストタイトル付 */
.img1-text-wrap {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-text-wrap-td1 {
	width: 325px;
	padding-right: 10px;
}
.img1-text-wrap-td1 img {
	width: 325px;
	margin-bottom: 10px;
}
.img1-right-title {
	width: 325px;
	margin-top: 0px;
}
.img1-right-title-td1 {
	width: 295px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.img1-right-title-td2 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;

}
.img1-right-title-btn {
	width: auto;
}
/* 画像1枚タイトル枠あり */
.img1-waku {
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img1-waku-td {
	padding: 15px;
	width: 640px;
	border: 1px solid #b5b5b5;
}
.img1-text-waku-wrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.img1-text-waku-wrap-td1 {
	width: 300px;
	padding-right: 10px;
}
.img1-text-waku-wrap-td1 img {
	width: 300px;
}
.img1-waku-title {
	width: 330px;
	margin-top: 0px;
}
.img1-waku-title-td1 {
	width: 310px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.img1-waku-title-td2 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 10px;

}
/* 箇条書き1 */
.temp-list1 {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.temp-list1 li {
	background-image: url(/asset/shared/basic/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	margin-bottom: 3px;
}
/* 箇条書き2 */
.temp-list2 {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.temp-list2 li {
	background-image: url(/asset/shared/basic/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	padding-top: 2px;
}
/* 箇条書き3 */
.temp-list3 {
	list-style-position: inside;
	list-style-type: none;
	background-color: #eeeeee;
	padding: 15px;
	border: 1px solid #c9c9c9;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.temp-list3 li {
	background-image: url(/asset/shared/basic/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	margin-bottom: 3px;
}
/* ドットライン */
.dot-line {
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ページ上部へ */
.page-up1 {
	height: 16px;
	width: 670px;
	margin-right: 20px;
	text-align: right;
}
.page-up1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page-up-cont {
	height: 15px;
	width: 83px;
	float: right;
}
/* =========================== */
/* ブログ            */
/* =========================== */
TABLE.diary {
	margin: 0px;
	width:670px;
	border-collapse: collapse;
	border: 1px #222222 solid;
	}
.diary_title {
	padding: 5px 10px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px #222222 dashed;
}
.diary_date {
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px #222222 dashed;
}
.diary_text {
	padding: 5px 10px;
	line-height: 1.5em;
}
.diary_text IMG {
	padding: 0px 0px 10px 5px;
	width: 180px;
}

/* =========================== */
/* ベーシックテンプレート（↑削除しないで下さい）  */
/* =========================== */
/* =========================== */
/* 汎用テンプレート             */
/* =========================== */
/* 会社概要 */
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; 
}
