﻿@charset "utf-8";

/* 初期設定
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #0062A8;
	text-decoration: none;
}
a:hover {

	color: #111111;
	text-decoration: underline;
}
fieldset {
	border: none;
}
hr {
	display: none;
}
table {
	border: none;
	empty-cells: show;
}
td {
	text-align: left;
}

th {
	text-align: left;
}

/* html,body
---------------------------------------------*/
body {
	height: 100%;
	min-width: 840px;
}
html {
	height: 100%;
	min-width: 840px;
}
body {
	color: #333333;
	font-size: 14px;
	font-family: "メイリオ", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
* html body {
	font-size: 75%; /* for WinIE 6,7 */
}

* + html body {
	font-size: 75%; /* for WinIE 6,7 */
}

/* header
----------------------------------------------*/
#header {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding-top: 0px;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	width: 840px;
	line-height: 1.4;
	padding-bottom: 10px;
}

#header h2 {
	padding: 5px 10px 5px 10px;
	background-image: url('../img/tit_bg.gif');
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	color: #FFFFFE;
}
#header li {
	list-style: none;
	float: left;
}
#primary-topics {
	width: 840px;
	}
#global-nav {
	width: 840px;
	height: 60px;
}
#global-nav li {
	list-style: none;
	float: left;
}

/* 文字サイズボタンの切り替え
---------------------------------------------*/
.small {
	background-image: url('../img/moji_default.gif');
	background-repeat:no-repeat
}
.middle {
	background-image: url('../img/moji_big_over.gif');
	background-repeat:no-repeat
}
.big {
	background-image: url('../img/moji_extrabig.gif');
	background-repeat:no-repeat
}

/* レイアウトの骨格
---------------------------------------------*/
#over01{
	position: relative;
	background-image:url('../img/penback08.gif');
	margin: 0px auto 0 auto;
}
#over02{
	position: relative;
	width: 900px;
	background-image:url('../img/white02.gif');
	margin: 0px auto 0 auto;
}

#wrapper {
	position: relative;
	width: 840px;
	margin: 0px auto 0 auto;
	font-size:15px
}
#wrapper h3 {
	font-size:10px;
	font-weight:normal;
	color:#565656;
	text-align:center;
}
#wrapper h4 {
	font-size:10px;
	font-weight:normal;
	color:#565656;
	text-align:center;
}
#main {
	float: left;
	width: 600px;

	padding-bottom: 30px;
}
#main #primary {
	width: 218px;
	float: left;
	padding-right: 20px;
}
#main #secondary {
	width: 360px;
	float: right;
	font-size:17px;	
}
#main #left {
	float: left;
	width: 300px;
}
#main #right {
	float: right;
}
#sub {
	width: 220px;

	float: right;
}
#index {
	width: 220px;
	float: left;
}
#index_area {
	width: 220px;
	float: left;
	font-size:12px;
	font-weight:normal;
	line-height:20px;

	clear: both;
	color:#464646;
}

#contents {
	width: 620px;
	float: right;
	padding-bottom: 30px;
}
#contents #left {
	float: left;
	width: 320px;
}
#contents #right {
	float: right;
}

#botom {
	width: 840px;
	float: right;
}

/* コンテンツ（屋根のチェック）
---------------------------------------------*/
#contents_fcheck {
	width: 620px;
	float: right;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.4;
}

/* コンテンツ（内装リフォーム）
---------------------------------------------*/
#contents_naiso {
	width: 620px;
	float: right;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.4;
}

/* コンテンツ（お客様からの質問）
---------------------------------------------*/
#contents_qanda {
	width: 620px;
	float: right;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.4;
}

/* コンテンツ（一連の流れ）
---------------------------------------------*/
#contents_flow {
	width: 620px;
	float: right;
	padding-bottom: 30px;
	font-size: 17px;
}

#contents_flow p {
	line-height: 1.5;
}

/* パンクズリスト
---------------------------------------------*/
#local {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	width: 840px;
	height:20px;

}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	width: 840px;
	padding-top: 3px;
}
#globalNavigation li{
	padding: 0px 1px 0px 1px;
}

/* 事例紹介ピックアップ
---------------------------------------------*/
.casetop{
	font-size:16px
}

/* エントリー
---------------------------------------------*/
.entry {
	border: 1px solid #666666;
	margin: 0 0 20px 0;
}
.entry h2 {
	padding: 5px 10px 5px 10px;
	background-image: url('../img/tit_bg.gif');
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
.entry .entryDate {
	padding: 10px 10px 5px 10px;
}
.entry .entryTitle {
}
.entry .entryBody {
	width: 358px;
}
.entry .entryBody img {
	float: right;
}
.entry .entryBody p {
	padding: 0px 0px 10px 10px;
	line-height: 1.25;
	float: left;
}
.entry .entryBody .attention {
	color: red;
	font-weight: bold;
}
.entry .entryProperty {
	margin: 20px 0 0 0;
	padding: 6px 0 0 0;
	text-align: right;
	clear: both;
}
.entry .entryProperty p {
	line-height: 1.5;
}

/* キャンペーンコーナー
---------------------------------------------*/
.campaign {
	border: 1px solid #666666;
	margin: 0 0 20px 0;
	font-size:17px;
	font-weight:bold;


	/*background-image: url('../img/list_bg.gif');*/
	/*background-repeat: no-repeat;*/
}
.campaign h2 {
	padding: 5px 10px 5px 10px;
	background-image: url('../img/tit_bg_pink.gif');
	background-repeat:no-repeat;	
	font-weight: bold;
	font-size: 15px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	height:17px;
}

/* リスト
---------------------------------------------*/
.listSection {
	border: 1px solid #666666;
	margin: 0 0 15px 0;
	font-size:16px;


	/*background-image: url('../img/list_bg.gif');*/
	/*background-repeat: no-repeat;*/
}
.listSection h2 {
	padding: 5px 10px 5px 10px;
	background-image: url('../img/tit_bg.gif');
	font-weight: bold;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
.listSection li {
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
	line-height: 1.5;
	font-size:14px;

}

/* インフォ
---------------------------------------------*/
.infoSection {
	border: 1px solid #666666;
	margin: 0 0 15px 0;
}

.infoSection_qr {
	border: 2px solid #777777;
	margin: 0 0 15px 0;
}

.infoSection_jio {
	border: 1px solid #666666;
	margin: 0 0 3px 0;
}

.infoSection h2 {
	padding: 5px 10px 5px 10px;
	background-image: url('../img/titsub_bg.gif');
	font-weight: bold;
	font-size: 15px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
.infoSection p {
	margin: 10px;
	font-weight: bold;
	line-height: 1.5;
}

/* インデックス
---------------------------------------------*/
.IndexSection {
	border: 1px solid #0571B0;
	margin: 25px 16px 20px 0px;
	padding-bottom: 30px;
}

/* インデックス(たからもの)
---------------------------------------------*/
.IndexSection_t {
	margin: 20px 5px 20px 0px;
	padding-bottom: 30px;
}
.IndexSection_t p {
	font-size:14px;
}

.contents_t {
	width: 620px;
	float: right;
	padding-bottom: 30px;
}


/* インデックス(事例紹介)
---------------------------------------------*/
.IndexSection_j {
	border: 1px solid #009933;
	margin: 25px 16px 20px 0px;
	padding-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	font-size:14px;
	line-height: 1.4;
	color:#464646;
}

/* インデックス(塗料ラインナップ)
---------------------------------------------*/
.IndexSection_p {
	border: 1px solid #FF9900;
	margin: 20px 16px 20px 0px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.1;

}


/* コンテンツ
---------------------------------------------*/
.ContSection {
	border: 1px solid #0571B0;
	margin: 25px 0px 20px 0px;
	padding-bottom: 30px;
}

/* コンテンツ（営業ネットワーク）
---------------------------------------------*/
.ContSection {
	border: 1px solid #0571B0;
	margin: 25px 0px 20px 0px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.4;
}


/* コンテンツ(お客様の声)
---------------------------------------------*/
.ContSection_koeinfo {
	border: 1px solid #0571B0;
	margin: 20px 0px 0px 0px;
	padding-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	font-weight:500;
	color:#464646;
}

.ContSection_koetopics {
	border: 1px solid #0571B0;
	margin: 20px 0px 0px 0px;
	padding-bottom: 30px;
	font-size:18px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	color:#F850C5;
}

.ContSection_koetopics a:hover {
	color: #F850C5;
	position: relative;
	text-decoration: underline;
}

.ContSection_koetopics_h {
	color:#057BB0;
}

.ContSection_koetopics_h a:hover {
	color: #057BB0;
	position: relative;
	text-decoration: underline;
}

.ContSection_koetopics p {
	font-size:20px;
}

.ContSection_koehosoku {
	margin: 20px 0px 0px 0px;
	padding-bottom: 30px;
	font-size:18px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	color:#464646;
}

/* コンテンツ(たからもの)
---------------------------------------------*/
.ContSection_t {
	margin: 20px 0px 20px 0px;
	padding-bottom: 30px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;*/
	font-weight:500;
	color:#464646;
}

.ContSection_t p {
	font-size:18px;
}
/* コンテンツ(事例紹介)-トップ
---------------------------------------------*/
.ContSection_jt {
	border: 1px solid #009933;
	margin: 25px 0px 10px 0px;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	font-size:12px;
	color:#464646;
}
/* コンテンツ(事例紹介)
---------------------------------------------*/
.ContSection_j {
	border: 1px solid #009933;
	margin: 25px 0px 10px 0px;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	font-size:16px;
	color:#464646;
}
.txt_alert {
	color: #D65A77;
	font-size:18px
}

/* コンテンツ（塗料ラインナップ おすすめ）
---------------------------------------------*/
.ContSection_p_new {
	border: 1px solid #FF9900;
	margin: 20px 0px 20px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	color:#464646;

	/*padding-bottom: 30px;*/
}
/* コンテンツ（塗料ラインナップ ）
---------------------------------------------*/
.ContSection_p {
	border: 1px solid #FF9900;
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	color:#464646;

}
.ContSection_p h1 {
	font-size:17px; 
	font-weight: bold;
}
.ContSection_p strong {
	font-size:16px; 
	vertical-align: middle
}
.ContSection_p p {
	font-size:16px; 
}
.ContSection_p li {
	list-style:square ;	
	font-size:14px;		
}

/* リフォーム
---------------------------------------------*/
.RFSection {
	border: 1px solid #F99000;
	margin-bottom: 20px;
	margin-top: 20px;
}
.RFSection h2 {
	padding: 7px 10px 5px 10px;
	background-image: url('../img/waku_jirei.gif');
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFE;
}
.RFSection .exp {
	margin: 20px;
	float: left;
	width: 200px;
	line-height: 1.5em;
}
.RFSection .cont {
	margin-left: 250px;
	padding: 20px 10px 10px 10px;
	width: 550px;
	line-height: 1.5em;
}

/* 事例
---------------------------------------------*/
.caseSection {
	border: 1px solid #5BA12B;
	margin-bottom: 20px;
	margin-top: 20px;
}
.caseSection h2 {
	padding: 7px 10px 5px 10px;
	background-image: url('../img/waku_jirei02_t.gif');
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFE;
}
.caseSection .exp {
	margin: 20px;
	float: left;
	width: 200px;
	line-height: 1.5em;
}
.caseSection .cont {
	margin-left: 250px;
	padding: 20px 10px 10px 10px;
	width: 550px;
	line-height: 1.5em;
}

/* 施工エリア
----------------------------------------------*/
#area {
	clear: both;
	font-weight:normal;	
	font-size:12px;
	color:#464646;
}


/* footer
----------------------------------------------*/
#footer {
	clear: both;
	font-weight:normal;	
}

#footer a {
	color:#464646;
}

#footer a:hover {
	color:#0062A8;
}
/* pageno(たからもの)
---------------------------------------------*/
#pageno {
	width: 620px;
	margin-top: 10px;
	margin-right: 0;
	font-size: 1px;
	text-align: center;
	margin-bottom: 10px;
}

/* pageno(事例紹介)
---------------------------------------------*/
#pageno_j {
	width: 615px;	
	margin-top: 10px;
	margin-right: 0;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}


/* フッターナビゲーション
---------------------------------------------*/
#pagetop {
	width: 820px;
	margin-top: 20px;
	margin-right: 0;
	font-size: 13px;
	text-align: right;
	margin-bottom: 10px;
}

#footerNavigation_t {
	text-align: center;  
	border-top: 1px solid #E5E5E5;	
	font-size: 15px;
	line-height: 1.2;
	color: black;
}
#footerNavigation_t li {
	float: left;
	margin-right: 1px;
	padding: 8px 0;
	
}
#footerNavigation_t li a {
	display: block;
	color: #464646;
	font-weight:bold;
}
#footerNavigation {
	padding-left: 10px;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 2px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 8px;
	background: url(../img/arrow_w.gif) left center no-repeat;
	color: #FFFFFE;
}
#copyright a {
	display: block;
	padding-left: 8px;
	background: url(../img/arrow_w.gif) left center no-repeat;
	color: #FFFFFE;
}


#copyright {
	background-image: url('../img/tit_bgx.gif');
	background-repeat:repeat-x;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	color: #FFFFFE;
	text-align: right;
	padding-bottom: 5px;
	/*padding-right: 10px;*/
	font-family:"ＭＳ Ｐ明朝"
}

/* 住まいのチェック（時期）
---------------------------------------------*/
#check_jiki{
	font-size:14px;
	line-height: 1.4;	
}

/* 屋根のチェック（適応素材）
---------------------------------------------*/
#rcheck_tekiou{
	font-size:14px;
	line-height: 1.4;	
}

/* ビルマンション（修繕）
---------------------------------------------*/
.biru_syuuzen{
	font-size:14px;
	line-height: 1.4;	
}

/* お問合わせ
---------------------------------------------*/
#inquiry{
	font-size: 16px;
	line-height: 1.4;
}

/* たからもの（タイトル）
---------------------------------------------*/
#takara_title{
	font-size: 13px;
}

/* 外壁塗装（タイトル）
---------------------------------------------*/
#gaiso_title{
	background-image:url('../../gaiso/paint/img/bg_tit_gaiheki.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 屋根塗装（タイトル）
---------------------------------------------*/
#roof_title{
	background-image:url('../../roof/roof_paint/img/bg_tit_yane.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 内装リフォーム（タイトル）
---------------------------------------------*/
#naiso_title{
	background-image:url('../../naiso/img/bg_tit_naiso.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* ビルマンション（タイトル）
---------------------------------------------*/
#building_title{
	background-image:url('../../gaiso/building/img/bg_tit_biru.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 事例紹介（タイトル）
---------------------------------------------*/
#jirei_title{
	background-image:url('../../case/img/bg_tit_jirei.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 事例紹介_外壁塗装（タイトル）
---------------------------------------------*/
#jireigaiso_title{
	background-image:url('../../case/gaiso/img/bg_tit_jirei_gaiso.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 事例紹介_屋根塗装（タイトル）
---------------------------------------------*/
#jireiroof_title{
	background-image:url('../../case/roof/img/bg_tit_jirei_roof.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 事例紹介_内装リフォーム（タイトル）
---------------------------------------------*/
#jireinaiso_title{
	background-image:url('../../case/naiso/img/bg_tit_jirei_naiso.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 屋根のチェック（タイトル）
---------------------------------------------*/
#roofcheck_title{
	background-image:url('../../roof/check/img/bg_tit_yanecheck.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 住まいのチェック（タイトル）
---------------------------------------------*/
#sumaicheck_title{
	background-image:url('../../gaiso/check/img/bg_tit_sumaicheck.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 塗料ラインナップ_外壁用（タイトル）
---------------------------------------------*/
#paintgaiso_title{
	background-image:url('../../paint/img/bg_tit_paint_gaiso.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 塗料ラインナップ_屋根用（タイトル）
---------------------------------------------*/
#paintgyane_title{
	background-image:url('../../paint/img/bg_tit_paint_yane.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 営業ネットワーク_top（タイトル）
---------------------------------------------*/
#networktop_title{
	background-image:url('../../network/img/bg_tit_tenpo.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 営業ネットワーク_東京都（タイトル）
---------------------------------------------*/
#networktokyo_title{
	background-image:url('../../network/tokyo/img/bg_tit_tenpo_tokyo.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 営業ネットワーク_神奈川県（タイトル）
---------------------------------------------*/
#networkkanagawa_title{
	background-image:url('../../network/kanagawa/img/bg_tit_tenpo_kanagawa.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 営業ネットワーク_埼玉県（タイトル）
---------------------------------------------*/
#networksaitma_title{
	background-image:url('../../network/saitama/img/bg_tit_tenpo_saitama.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 営業ネットワーク_千葉県（タイトル）
---------------------------------------------*/
#networkchiba_title{
	background-image:url('../../network/chiba/img/bg_tit_tenpo_chiba.jpg');
	background-repeat:no-repeat;
	height:115px;
}
/* 施工の流れ（タイトル）
---------------------------------------------*/
#flow_title{
	background-image:url('../../flow/img/bg_tit_flow.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 会社概要（タイトル）
---------------------------------------------*/
#outline_title{
	background-image:url('../../company/outline/img/tit_big.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* ニュースリリース（タイトル）
---------------------------------------------*/
#news_title{
	background-image:url('../../company/news/img/tit_big.gif');
	background-repeat:no-repeat;	
	height:115px;
}


/* 採用情報（タイトル）
---------------------------------------------*/
#employ_title{
	background-image:url('../../company/employ/img/tit_big.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* 施工業者募集情報（タイトル）
---------------------------------------------*/
#employ_biz_title{
	background-image:url('../../company/employ/img/titbiz_big.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* 当サイトのご利用にあたって（タイトル）
---------------------------------------------*/
#guide_title{
	background-image:url('../../guide/img/tit.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* お問合わせ（タイトル）
---------------------------------------------*/
#inquiry_title{
	background-image:url('../../inquiry/img/bg_tit_inquiry.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* お問合わせとお見積り依頼（タイトル）
---------------------------------------------*/
#inquirycontact_title{
	background-image:url('../../inquiry/contact/img/tit.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* お問合わせとお見積り依頼（タイトル）日本郵政グループ
---------------------------------------------*/
#inquirycontact_title_yusei{
	background-image:url('../../inquiry/contact_yusei/img/tit.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* サイトマップ（タイトル）
---------------------------------------------*/
#sitemap_title{
	background-image:url('../../map/img/tit.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* 個人情報の取り扱い（タイトル）
---------------------------------------------*/
#privacy_title{
	background-image:url('../../privacy/img/tit.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* 環境・社会貢献活動（タイトル）
---------------------------------------------*/
#etc_title{
	background-image:url('../../etc/img/tit.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* 業務提携先（タイトル）
---------------------------------------------*/
#busines_title{
	background-image:url('../../company/busines/img/tit_big.gif');
	background-repeat:no-repeat;
	height:115px;
}
/* よくある質問（タイトル）
---------------------------------------------*/
#qanda_title{
	background-image:url('../../qanda/img/bg_tit_qanda.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* お客様の声（タイトル）
---------------------------------------------*/
#koe_title{
	background-image:url('../../takara/img/bg_tit_koe.jpg');
	background-repeat:no-repeat;
	height:115px;
}

/* 共通タイトル
---------------------------------------------*/
#title{
	background-image:url('../img/tit_big.gif');
	background-repeat:no-repeat;
	height:115px;
}

/* 共通タイトル（タイトル）
---------------------------------------------*/
.kyotsu_title{
	height:115px;
}

/* 営業ネットワーク（大宮）
---------------------------------------------*/
.omiya_back{
	background-image:url('../../network/saitama/img/omiya_back.jpg');
	background-repeat:no-repeat;
	width:600px;
	margin-left: 10px;
}

/* 営業ネットワーク（平塚）
---------------------------------------------*/
.hiratsuka_back{
	background-image:url('../../network/kanagawa/img/hiratsuka_back.jpg');
	background-repeat:no-repeat;
	width:600px;
	margin-left: 10px;
	margin-top: 10px;
}

/* 営業ネットワーク（市原）
---------------------------------------------*/
.ichihara_back{
	background-image:url('../../network/chiba/img/ichihara_back.jpg');
	background-repeat:no-repeat;
	width:600px;
	margin-left: 10px;
	margin-top: 10px;
}

/* 営業ネットワーク（千葉）
---------------------------------------------*/
.chiba_back{
	background-image:url('../../network/chiba/img/chiba_back.jpg');
	background-repeat:no-repeat;
	width:600px;
	margin-left: 10px;
	margin-top: 10px;
}

/* 営業ネットワーク（習志野）
---------------------------------------------*/
.narashino_back{
	background-image:url('../../network/chiba/img/narashino_back.jpg');
	background-repeat:no-repeat;
	width:600px;
	margin-left: 10px;
	margin-top: 10px;
}

/* 営業ネットワーク（東大阪）
---------------------------------------------*/
.osaka_back{
	background-image:url('../../network/osaka/img/osaka_back.jpg');
	background-repeat:no-repeat;
	width:600px;
	margin-left: 10px;
	margin-top: 10px;
}

/* その他
---------------------------------------------*/
#anchorOfficial {
	position: absolute;
	left: 627px;
	top: 195px;
	width: 136px;
	z-index: 200;
}
#anchorOfficial .text {
	display: block;
	padding: 0 0 0 9px;
	background: url(../img/arrow_01.gif) 4px 5px no-repeat;
	font-size: 84%;
	text-decoration: underline;
	line-height: 1;
}
#anchorOfficial a:hover .text {
	text-decoration: none;
}
#anchorOfficial .text:hover {
	text-decoration: none;
}

/* インラインフレーム
---------------------------------------------*/
.top_inline_t {
	border-width: 1px; 
	border-color: #808080; 
	background-image:url('../img/penback.gif'); 
	background-attachment:fixed; 
	width:195px; 
	height:480px; 
	font-size:12px;	
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid;
}

.top_inline_tr {
	border-width: 1px; 
	border-color: #808080; 
	background-image:url('../img/penback.gif'); 
	background-attachment:fixed; 
	width:195px; 
	height:495px; 
	font-size:12px;
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid;
}

.top_j {
	border:1px solid #808080; 
	width:330px; 
	height:320px; 
	background-image:url('../img/penback.gif'); 
	background-attachment:fixed;
	font-size:17px;
}

.top_inline_j {
	border:1px solid #808080; 
	width:330px; 
	height:180px; 
	/*background-image:url('../img/penback.gif'); */
	background-attachment:fixed;
}

.case_inline {
	border:1px solid #FFFFFF; 
	width:187px; 
	height:268px; 
	overflow:auto;
}


