/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */

@charset "<!--{$smarty.const.CHAR_CODE}-->";

/*FORM*/
.box3 { width: 33px; }	/*W3*/
.box6 { width: 54px; }	/*W6*/
.box10 { width: 82px; }	/*W10*/
.box12 { width: 96px; }	/*W12*/
.box18 { width: 138px; }	/*W18*/
.box19 { width: 145px; }	/*W19*/
.box20 { width: 152px; }	/*W20*/
.box30 { width: 222px; }	/*W30*/
.box33 { width: 243px; }	/*W30*/
.box40 { width: 292px; }	/*W40*/
.box47 { width: 341px; }	/*W47*/
.area40 { width: 302px; height: 134px; }	/*W40×H8*/
.area45 { width: 337px; height: 290px; }	/*W40×H20*/
.area46 { width: 337px; height: 134px; }	/*W40×H8*/
.area50 { width: 372px; height: 290px; }	/*W50×H20*/
.area55 { width: 407px; height: 290px; }	/*W55×H20*/
.area65 { width: 444px; height: 290px; }	/*W65×H20*/
.area68 { width: 498px; height: 134px; }	/*W68×H8*/
.area80 { width: 572px; height: 134px; }	/*W80×H8*/
.area80_2 { width: 572px; height: 420px; }	/*W80×H30*/
.area92 { width: 666px; height: 160px; }	/*W92×H10*/
.area96 { width: 694px; height: 420px; }	/*W80×H30*/
.area96_2 { width: 694px; height: 160px; }	/*W80×H10*/

/*LINK*/
a:link { color: #3a75af; text-decoration: underline; }
a:visited { color: #3a75af; text-decoration: underline; }
a:hover { color: #3a75af; text-decoration: none; }

/*OVER*/
a.over:link{ color:#4a6fa6; text-decoration: none; }
a.over:visited { color:#4a6fa6; text-decoration: none; }
a.over:hover { color:#4a6fa6; text-decoration: underline; }

/*COLOR*/
.white { color: #ffffff; }
.whitest { color: #ffffff; font-weight: bold; }
.red { color: #ec0000; }
.redst { color: #ec0000; font-weight: bold; }
.blue { color: #3a75af; }
.bluest { color: #3a75af; font-weight: bold; }
.black { color: #000000; }
.blackst { color: #000000; font-weight: bold; }
.orange { color: #ff6600; }
.orangest { color: #ff6600; font-weight: bold; }

/*PHOTO*/
.picture { 
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

/*PHOTO*/
img { 
    border: 0px;
}


#container #right #contents #right #price{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 0;
    margin: 0;
    padding: 0;
    width: 295px;
    background: #ecf5ff;
}

/********************* ここからオリジナルCSS *********************/
/*========== 共通・枠組み等 ==========*/
/*----- 共通 -----*/
* {
    padding: 0px;
    margin: 0px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
  background-color: #cccccc;
}
table,img,p {
    border: 0px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}

/*----- 枠組み -----*/
#main_frame {
    width: 900px;
}
#base_container {
    width: 900px;
    background-color: #ffffff;
}
#left_container {
    width: 200px;
    float: left;
}
#main_right_container {
    width: 700px;
    float: left;
}
#main_container {
/*    width: 500px;*/
    float: left;
}
#right_container {
    width:200px;
    float: right;
}
#undercolumn {
    width:680px;
}

/*========== ヘッダー・フッター ==========*/
/*----- ヘッダー -----*/
div#header {
    background: url("/img/header/head_bg.gif");
    width: 900px;
    height: 105px;
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 16px 0px 16px 20px;
    width: 285px;
    height: 43px;
    background: url("/img/header/head_logo.gif");
}
div#header em {
    display: none;
}
div#information {
    float: right;
    padding: 0px;
}
div#information ul li {
    font-size: 14px;
    display: inline;
    padding: 0px 15px 0px 15px;
    border-collapse: collapse;
    border-left: solid 1px #000000;
    list-style: none;
}
div#information ul li.noborder {
    border: none;
    padding: 0px;
    list-style: none;
}
div#information ul li a {
    text-decoration: none;
    list-style: none;
}
div#menulist {
    clear: both;
    margin: 0px auto;
    padding: 0px 0px 0px 25px;
    width: 855px;
    _width: 880px;
    height: 29px;
    background: url("/img/header/head_menu_bg.gif");
    background-repeat: no-repeat;
}
div#menulist ul li {
    width: 120px;
    float: left;
    font-size: 12px;
    line-height: 29px;
    border-left: solid 1px #000000;
    text-align: center;
    list-style: none;
}
div#menulist ul li a {
    width: 120px;
    height: 29px;
    text-decoration: none;
   display: block;
    list-style: none;
}
div#menulist ul li a:hover {
    width: 120px;
    height: 29px;
    display: block;
    background: url("/img/header/head_menu_hover_bg.gif");
    background-repeat: no-repeat;
    list-style: none;
}

/*----- フッター -----*/
#pagetop {
    width: 884px;
    _width: 900px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}
#fotter {
    width: 900px;
    margin: 0 auto;
    font-size:10px;
    border-top: 1px solid #000000;
    background-color: #ffffff;
}
#fotter #foot_addr {
    float: left;
    padding: 4px;
}
#fotter #foot_copy {
    float: right;
    padding: 4px;
}

/*========== 各種ブロック ==========*/
/*----- カテゴリーブロック -----*/
div#categoryarea {
    width: 175px;
    padding: 1px;
    margin: 0px auto 15px auto;
    border: solid 1px #006eff;
    background-color: #ffffff;
}
div#categoryarea h2 {
    margin: 0px 0px 4px 0px;
    _margin: 0px;
    padding: 0px;
}
div#categoryarea li {
    padding: 0px;
    margin: 0px;
    width: 175px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    list-style-type: none;
    background: url("/img/side/category_sub_bg.gif") 2px 0px no-repeat;
}
div#categoryarea li.level1 {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    width: 175px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
}
div#categoryarea li.id6{
    background: url("/img/side/category_6_out.gif") 2px 0px no-repeat;
}
div#categoryarea li.id6 a:hover{
    background: url("/img/side/category_6_on.gif") 2px 0px no-repeat;
}
div#categoryarea li.id7{
    background: url("/img/side/category_7_out.gif") 2px 0px no-repeat;
}
div#categoryarea li.id7 a:hover{
    background: url("/img/side/category_7_on.gif") 2px 0px no-repeat;
}
div#categoryarea li.id8{
    background: url("/img/side/category_8_out.gif") 2px 0px no-repeat;
}
div#categoryarea li.id8 a:hover{
    background: url("/img/side/category_8_on.gif") 2px 0px no-repeat;
}
div#categoryarea li.id9{
    background: url("/img/side/category_9_out.gif") 2px 0px no-repeat;
}
div#categoryarea li.id9 a:hover{
    background: url("/img/side/category_9_on.gif") 2px 0px no-repeat;
}
div#categoryarea li.id10{
    background: url("/img/side/category_10_out.gif") 2px 0px no-repeat;
}
div#categoryarea li.id10 a:hover{
    background: url("/img/side/category_10_on.gif") 2px 0px no-repeat;
}
div#categoryarea li.id11{
    background: url("/img/side/category_11_out.gif") 2px 0px no-repeat;
}
div#categoryarea li.id11 a:hover{
    background: url("/img/side/category_11_on.gif") 2px 0px no-repeat;
}
div#categoryarea li.id_reform{
    background: url("/img/side/reform_menu.gif") 2px 0px no-repeat;
    text-indent: -1000px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
div#categoryarea li.id_eco{
    background: url("/img/side/ecocute_menu.gif") 2px 0px no-repeat;
    text-indent: -1000px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
div#categoryarea li.id_takagi{
    background: url("/img/side/takagi_wp_menu.gif") 2px 0px no-repeat;
    text-indent: -1000px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
div#categoryarea li.id_jet{
    background: url("/img/side/jetwash_menu.gif") 2px 0px no-repeat;
    text-indent: -1000px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
div#categoryarea li a {
    display: block;
    padding: 0px 0px 0px 16px;
    width: 175px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
    background-position: 0px 0px;
}
div#categoryarea li a.level1 {
    background-position: 0px 0px;
    text-indent: -1000px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
div#categoryarea li.end {
    padding: 0px;
    margin: 0px 0px 2px 0px;
    width: 175px;
    height: 3px;
    font-size: 1px;
    line-height: 3px;
    background: url("/img/side/category_bottom.gif") 2px 0px no-repeat;
}
a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/*----- 本サイトについてブロック -----*/
div#guidearea {
    width: 175px;
    padding: 1px;
    margin: 0px auto 15px auto;
    border: solid 1px #ff9000;
    background-color: #ffffff;
}
div#guidearea h2 {
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
div#guidearea li {
    padding: 0px;
    margin: 0px;
    width: 175px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    list-style-type: none;
    background: url("/img/side/about_site_sub_bg.gif") 2px 0px no-repeat;
}
div#guidearea li a {
    display: block;
    padding: 0px 0px 0px 16px;
    width: 155px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
}
div#guidearea li.end {
    padding: 0px;
    margin: 0px 0px 2px 0px;
    width: 175px;
    height: 3px;
    font-size: 1px;
    line-height: 3px;
    background: url("/img/side/about_site_bottom.gif") 2px 0px no-repeat;
}

/*----- その他のサービスブロック -----*/
div#other_service_area {
    width: 175px;
    padding: 1px;
    margin: 0px auto 15px auto;
    border: solid 1px #006eff;
    background-color: #ffffff;
}
div#other_service_area h2 {
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
div#other_service_area li {
    padding: 0px;
    margin: 0px;
    width: 175px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    list-style-type: none;
    background: url("/img/side/other_service_sub_bg.gif") 2px 0px no-repeat;
}
div#other_service_area li a {
    display: block;
    padding: 0px 0px 0px 16px;
    width: 155px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
}
div#other_service_area li.end {
    padding: 0px;
    margin: 0px 0px 2px 0px;
    width: 175px;
    height: 3px;
    font-size: 1px;
    line-height: 3px;
    background: url("/img/side/other_service_bottom.gif") 2px 0px no-repeat;
}

/*----- 浄化槽の案内ブロック（サイドメニュー） -----*/
p#tank_banner {
    width: 175px;
    height: 50px;
    margin: 0px auto 15px auto;
    padding: 0px;
}

/*----- キャンペーンバナーブロック -----*
div#campain_banner {
    width: 497px;
    height: 122px;
    margin: 0px auto;
    padding: 0px;
}

/*----- 浄化槽の案内ブロック（トップページ版） -----*/
div#water_tank_area {
    width: 498px;
    margin: 15px auto 0px auto;
    border: solid 1px #434343;
    background-color: #88D9DA;
    clear: both;
    padding: 0px;
}
div#water_tank_area h2 {
    width: 492px;
    _width: 498px;
    height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    background: url("/img/top/top_subtitle_bg.gif") repeat-x;
}
div#water_tank_area #water_tank_img {
    width: 125px;
    height: 112px;
    margin: 5px;
    float: left;
}
div#water_tank_area #water_tank_catch {
    width: 346px;
    height: 30px;
    margin: 5px 0px;
    float: left;
}
div#water_tank_area #water_tank_text {
    width: 348px;
    _width: 358px;
    height: 73px;
    margin: 0px;
    padding: 5px;
    float: left;
    text-align: left;
    background: url("/img/top/water_tank_text_bg.gif") no-repeat;
    font-size:11px;
    line-height:1.1em;
}

/*----- 新着情報ブロック -----*/
div#newsarea {
    width: 498px;
    margin: 15px auto 0px auto;
    border: solid 1px #434343;
    clear: both;
}
div#newsarea h2 {
    width: 492px;
    _width: 498px;
    height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    background: url("/img/top/top_subtitle_bg.gif") repeat-x;
}
div#newsarea div.news_date {
    float: left;
    width: 96px;
    _width: 100px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
div#newsarea div.news_title {
    float: right;
    width: 388px;
    _width: 392px;
    margin: 0px;
    padding: 0px 4px 0px 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
div#newsarea div.news_title a {
    text-decoration: none;
}

/*----- アフターサービスブロック（トップページ版） -----*/
div#after_service_top {
    width: 498px;
    margin: 15px auto 0px auto;
    clear: both;
    text-align: left;
}
div#after_service_top h2 {
    width: 492px;
    _width: 498px;
    height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    background: url("/img/top/top_subtitle_bg.gif") repeat-x;
}
div#after_service_top .map {
    width: 36px;
    height: 36px;
    float: right;
}
div#after_service_top #after_chiba {
    width: 241px;
    _width: 245px;
    margin: 10px 0px 0px 4px;
    _margin-left: 2px;
    padding: 0px;
    float: left;
    background: url("/img/top/after_chiba_bg.gif") repeat-y;
}
div#after_service_top #after_chiba h3 {
    text-indent: -1000px;
    width: 241px;
    height: 27px;
    background: url("/img/top/after_chiba_top.gif") no-repeat;
}
div#after_service_top #after_chiba dt {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}
div#after_service_top #after_chiba dd {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-size: 10px;
    line-height: 1em;
}
div#after_service_top #after_chiba .bottom {
    width: 241px;
    height: 10px;
    background: url("/img/top/after_chiba_bottom.gif") no-repeat;
}
div#after_service_top #after_kanagawa {
    width: 243px;
    _width: 243px;
    margin: 10px 4px 0px 0px;
    _margin-right: 2px;
    padding: 0px;
    float: right;
    background: url("/img/top/after_kanagawa_bg.gif") repeat-y;
}
div#after_service_top #after_kanagawa h3 {
    text-indent: -1000px;
    width: 243px;
    height: 27px;
    background: url("/img/top/after_kanagawa_top.gif") no-repeat;
}
div#after_service_top #after_kanagawa dt {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}
div#after_service_top #after_kanagawa dd {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-size: 10px;
    line-height: 1em;
}
div#after_service_top #after_kanagawa .bottom {
    width: 243px;
    height: 10px;
    background: url("/img/top/after_kanagawa_bottom.gif") no-repeat;
}

/*----- アフターサービス（トップ以外） -----*/
div#after_service {
    width: 680px;
    margin: 15px 0px 0px 0px;
    clear: both;
}
div#after_service h2 {
    width: 680px;
    height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: url("/img/top/top_subtitle_bg.gif") repeat-x;
    text-align: left;
}
div#after_service .map {
    width: 36px;
    height: 36px;
    float: right;
}
div#after_service #after_chiba {
    width: 241px;
    margin: 10px 0px 0px 94px;
    _margin-left: 47px;
    padding: 0px;
    float: left;
    background: url("/img/top/after_chiba_bg.gif") repeat-y;
    text-align: left;
}
div#after_service #after_chiba h3 {
    text-indent: -1000px;
    width: 241px;
    height: 27px;
    background: url("/img/top/after_chiba_top.gif") no-repeat;
}
div#after_service #after_chiba dt {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}
div#after_service #after_chiba dd {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-size: 10px;
    line-height: 1em;
}
div#after_service #after_chiba .bottom {
    width: 241px;
    height: 10px;
    background: url("/img/top/after_chiba_bottom.gif") no-repeat;
}
div#after_service #after_kanagawa {
    width: 243px;
    margin: 10px 0px 0px 8px;
    padding: 0px;
    float: left;
    background: url("/img/top/after_kanagawa_bg.gif") repeat-y;
    text-align: left;
}
div#after_service #after_kanagawa h3 {
    text-indent: -1000px;
    width: 243px;
    height: 27px;
    background: url("/img/top/after_kanagawa_top.gif") no-repeat;
}
div#after_service #after_kanagawa dt {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}
div#after_service #after_kanagawa dd {
    margin: 0px;
    padding: 4px 6px 0px 6px;
    font-size: 10px;
    line-height: 1em;
}
div#after_service #after_kanagawa .bottom {
    width: 243px;
    height: 10px;
    background: url("/img/top/after_kanagawa_bottom.gif") no-repeat;
}




/*========== 各種ページ内容 ==========*/
/*----- トップページ -----*/
#top_area {
  width: 500px;
  margin: 0px auto;
  padding: 0px;
  clear: both;
}
#top_area .top_area_table {
  border-collapse: collapse;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
#top_area .top_area_th {
  width: 165px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border: #696969 1px solid;
}
#top_area .top_area_td {
  width: 165px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  border-collapse: collapse;
  border: #696969 1px solid;
}
#top_area .top_area_th h3 {
  width: 165px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  background: url("/img/top/top_service_bg.gif") repeat-x;
  color: #ffffff;
}
#top_area .top_area_th h3 a {
  color: #ffffff;
  text-decoration: none;
}
#top_area .top_area_td .top_exp {
  width: 161px;
  padding: 2px;
  font-size: 12px;
  line-height: 1.2em;
}
#top_area .top_area_td .top_price {
  width: 165px;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  color: #ff0000;
  text-align: center;
}
#top_area .top_area_td .top_opt {
  width: 165px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}

/*----- 商品一覧 -----*/
div.listarea {
    clear: both;
    width: 680px;
    padding: 0px;
    overflow: auto;
}
div#listtitle {
    padding: 0px 0px 15px 0px;
    width: 680px;
    height: 200px;
}
div#listtitle h2 {
    margin: 0px;
    padding: 0px;
}
div.listphoto {
    float: left;
    width: 130px;
}
div.listrightblock {
    float: right;
    width: 530px;
    text-align: left;
}
div.listrightblock li {
    display: inline;
    padding: 0 0 10px 0;
}
div.listrightblock h3 {
    width: 520px;
    _width: 530px;
    margin: 0px;
    padding: 0px 5px;
    background-color: #dddddd;
    font-size: 14px;
    line-height: 1.4em;
}
div.listrightblock h3 a {
    font-size: 100%;
    font-weight: bold;
}
div.listrightblock .listcomment {
    font-size: 12px;
    line-height: 1.4em;
    margin: 5px 0px 10px 0px;
}
div.listrightblock .pricebox {
    float: left;
    font-size: 12px;
}
div.listrightblock .pricebox .mini {
    font-size: 10px;
}
div.listrightblock .pricebox .price {
    color: #ff0000;
    font-weight: bold;
}
div.listrightblock .btnbox {
    margin: 0px;
    padding: 1px;
    float: right;
}
div.listarea .list_separat {
    clear: both;
    margin: 10px 0px;
}

/*----- 商品詳細 -----*/
div#detailarea {
    width: 680px;
    margin: 15px 0px 0px 0px;
    clear: both;
    text-align: left;
}
div#detailtitle {
    margin: 0px 0px 15px 0px;
    width: 680px;
    height: 200px;
}
div#detailtitle h2 {
    margin: 0px;
    padding: 0px;
}
div#detailarea h2 {
    margin: 5px 0px;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    background: url("/img/products/subtitle_bg.gif") repeat-x;
}
div#detailphotoblock {
    float: left;
    width: 220px;
    margin-left: 15px;
    _margin-left: 7px;
}
div#detailphotoblock p {
    margin: 5px 0 0 0;
}
div#detailrightblock {
    float: right;
    width: 420px;
    margin-right: 15px;
    _margin-right: 7px;
}
div#detailrightblock li {
    display: inline;
}
div#detailrightblock .type {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #00a1e9;
}
div#detailrightblock .exp {
    font-size: 12px;
    line-height: 1.4em;
}
div#detailrightblock .point {
    font-size: 12px;
    line-height: 1.4em;
    color: #e4283f;
}
div#sub_data {
    width: 500px;
    margin: 15px auto 15px auto;
    clear: both;
}
div#sub_data #sub1 {
    float: left;
    width: 200px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}
div#sub_data #sub2 {
    float: right;
    width: 200px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}
div#pricesample {
    width: 680px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    clear: both;
}
div#pricesample h3 {
    margin: 5px 0px;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    background: url("/img/products/subtitle_bg.gif") repeat-x;
    text-align: left;
}
div#pricesample #pricesample_image {
    width: 220px;
    float: left;
    margin-left: 15px;
    _margin-left: 7px;
}
div#pricesample #pricesample_text {
    width: 420px;
    float: right;
    padding: 5px 0px 0px 0px;
    text-align: left;
    margin-right: 15px;
    _margin-right: 7px;
}
#pricesample_text table {
    margin: 0px;
    padding: 0px;
    border: none;
}
#pricesample_text td {
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.4em;
}
div#pricesample #sample_price {
    width: 440px;
    border: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-size:24px;
    line-height: 1.2em;
    text-align:right;
    text-decoration: underline;
}
div#pricesample #caution {
    border: none;
    margin: 0px;
    padding: 0px;
    font-size:10px;
    line-height:1.4pm;
}
div#productsinquiry {
    width: 650px;
    text-align: right;
    margin: 0px;
    padding: 0px 5px;
}

/*----- 浄化槽の案内 -----*/
#tank_area {
    width: 680px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#tank_area h2 {
    width: 680px;
    height: 200px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
#tank_area h3 {
    width: 680px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
#tank_area #tank_exp {
    width:650px;
    margin: 0px auto;
    padding: 0px;
}
#tank_area #tank_exp p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}
#tank_area #tank_exp #tank_photo {
    width: 576px;
    margin: 0px auto;
    font-size:10px;
    line-height: 1.2em;
}
#tank_area #tank_exp #tank_photo li {
    margin: 0px 0px 0px 2em;
    list-style-type: disc;
    text-align: left;
}
#tank_area #tank_exp #tank_graph {
    width: 500px;
    margin: 15px auto 0px auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
}
#tank_area #tank_exp #tank_graph table {
    width:500px;
    border-collapse: collapse;
}
#tank_area #tank_exp #tank_graph th {
    padding: 6px;
    font-size: 12px;
    line-height:1.2em;
    font-weight: normal;
    border: solid 1px #287878;
    border-collapse: collapse;
    background-color: #b8d6df;
}
#tank_area #tank_exp #tank_graph td {
    padding: 6px;
    font-size: 12px;
    line-height:1.2em;
    border: solid 1px #287878;
    border-collapse: collapse;
    background-color: #ffffff;
}
#tank_area #tank_exp #tank_graph td .tank_tax {
    font-size: 10px;
    line-height: 1.2em;
}
#tank_area #tank_exp #tank_graph #tank_graph_addtext {
    font-size: 10px;
    line-height: 1.2em;
    color: #005299;
    text-align: left;
}
#tank_area .inquiry_btn {
    float: right;
}
#tank_area #jet_washing {
    clear: both;
    margin:10px 0px;
    padding: 0px;
}
#tank_area #jet_washing h3 {
    width: 680px;
    height: 30px;
    padding-left: 10px;
    background: url("/img/tank/subtitle_bg.gif") repeat-x;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
#tank_area #jet_washing #jet_photo {
    width: 220px;
    margin-top: 5px;
    float: left;
}
#tank_area #jet_washing #jet_text {
    width:450px;
    margin-top: 5px;
    float: left;
}
#tank_area #jet_washing #jet_text div {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    color: #004985;
    text-align: left;
}
#tank_area #jet_washing #jet_text p {
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}
#tank_area #jet_washing .inquiry_btn {
    float: right;
}

/*----- 会社概要 -----*/
div#aboutus_area {
    width: 680px;
    margin: 0px auto;
}
div#aboutus_area table {
    width: 570px;
    margin: 0px auto;
}
div#aboutus_area table th {
    width: 140px;
    font-size: 12px;
    line-height: 1.4em;
}
div#aboutus_area table td {
    font-size: 12px;
    line-height: 1.4em;
}
div#aboutus_area table.main  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
div#aboutus_area table.main th.main {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
div#aboutus_area table.main td.main {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div#aboutus_area li.company {
  margin-left: 2em;
  list-style-type: disc;
}
div#aboutus_area li.company2 {
  padding-left: 2em;
  list-style-type: none;
}
div#aboutus_area p.company {
  margin-top: 10px;
  text-align: center;
}
div#aboutus_area table.company {
  border-collapse: collapse;
  width: 570px;
  margin: 0px auto;
}
div#aboutus_area th.company {
  padding: 2px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: normal;
}
div#aboutus_area td.company {
  padding: 2px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

div#aboutus_area table#engineer {
  width: 300px;
}
#idealArea{

 padding:10px;
 text-align:left;

}

#idealArea p{
 
 font-size:12px;
 line-height:18px;
 
 margin-bottom:20px;
 
}
/*----- よくある質問 -----*/
div#faq_area {
  width: 680px;
}
div#faq_area ul.faq {
  width: 600px;
  margin: 10px auto 0px auto;
  _margin: 10px; 40px 0px 40px;
  padding: 0px;
}
div#faq_area li.faq {
  padding: 0px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  list-style: none;
}
div#faq_area li.faq a{
  text-decoration: none;
}
div#faq_area li.faq span.faq {
  font-weight: bold;
  color: #800000;
  margin-right: 1em;
}
div#faq_area dl.faq {
  width: 600px;
  margin: 30px auto 0px auto;
  _margin: 30px 40px 0px 40px;
  padding: 0px;
}
div#faq_area dt.faq {
  width: 600px;
  margin: 10px auto 0px auto;
  padding: 0px;
  font-size: 12px;
  line-height: 1.4em;
  background-color: #ccccff;
  text-align: left;
}
div#faq_area dt.faq span.faq {
  font-weight: bold;
  color: #000080;
  margin-right: 1em;
}
div#faq_area dd.faq {
  width: 580px;
  _width: 600px;
  margin: 0px auto;
  _margin: 0px;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
}
div#faq_area div.faq_top {
  padding: 0px;
  float: right;
}

/*----- 個人情報の取扱い -----*/
div#privacy_area {
  width: 680px;
}
div#privacy_area h3{
  padding: 15px 0px 0px 0px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
}
div#privacy_area #time_name {
  width: 600px;
  margin: 0px auto;
  font-size: 12px;
  line-height: 1.2em;
  text-align: right;
}
div#privacy_area hr {
  width: 600px;
  margin: 0px auto;
}
div#privacy_area p {
  width: 600px;
  margin: 0px auto;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}
div#privacy_area .dt {
  width: 600px;
  margin: 15px auto 0px auto;
  padding: 0px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}
div#privacy_area .dd {
  width: 600px;
  margin: 0px auto;
  padding: 0px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}
div#privacy_area #add_title {
  width: 600px;
  margin: 15px auto 0px auto;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
}
div#privacy_area .add_privacy {
  width: 600px;
  margin: 15px auto 0px auto;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}

/*----- サイトマップ -----*/
div#sitemap_area {
  width: 680px;
}
div#sitemap_area div.lv0 {
  width:600px;
  font-size: 14px;
  line-height: 1.4em;
  margin: 15px auto 0px auto;
  padding: 0px;
  text-align: left;
}
div#sitemap_area div.lv1 {
  width:580px;
  font-size: 14px;
  line-height: 1.2em;
  margin: 5px auto 0px auto;
  padding: 0px 0px 0px 20px;
  text-align: left;
}
div#sitemap_area div.lv2 {
  width:560px;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 40px;
  text-align: left;
}
div#sitemap_area a {
  text-decoration: none;
}

/*----- 地図 -----*/
div#accessmap_area {
    width: 680px;
    margin: 0px auto;
}
div#accessmap_area .map_title {
    width: 650px;
    padding: 0px 0px 0px 5px;
    margin: 20px auto 5px auto;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
    background-color: #ccccff;
}
div#accessmap_area .map_sub_title {
    width: 520px;
    padding: 0px 0px 0px 5px;
    margin: 15px auto 0px auto;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
    background-color: #ffffcc;
}
div#accessmap_area div.map_text {
    width:500px;
    font-size:12px;
    line-height:1.4em;
    text-align:left;
}
div#accessmap_area div.map_img {
    margin-top:15px;
}

/*----- 高圧洗浄 -----*/
div#jetwash_area {
  width: 680px;
  margin: 0px auto;
  text-align: center;
}
div#jetwash_area h3 {
  width: 657px;
  margin: 15px auto 0px auto;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
  color: #3333ff;
}
div#jetwash_area div#main_text {
  width: 650px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
div#jetwash_area table {
  width: 660px;
  margin: 10px auto;
}
div#jetwash_area td {
  width: 220px;
  font-size:12px;
  line-height: 1.2em;
  text-align: center;
}
div#jetwash_area #special_price {
  width: 650px;
  margin: 15px; auto;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
}
div#jetwash_area #jetwash_compname {
  text-align: center;
}

/*----- エコキュート -----*/
div#ecocute_area {
  width: 680px;
  margin: 0px auto;
  text-align: center;
}
div#ecocute_area h3 {
  width: 650px;
  margin: 15px auto 0px auto;
}
div#ecocute_area #main_text {
  width: 650px;
  margin: 5px auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
}
div#ecocute_area #main_text h4 {
  width: 650px;
  margin: 5px auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
}
div#ecocute_area #price {
  width: 650px;
  margin: 15px auto 5px auto;
  padding: 10px;
  border: solid 1px #000000;
}
div#ecocute_area #price .price_black {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
div#ecocute_area #price .price_red {
  font-size: 24px;
  line-height: 1.4em;
  text-align: right;
  color: #ff0000;
  font-weight: bold;
}
div#ecocute_area #price span.bold {
  font-weight: bold;
}
div#ecocute_area .inquiry_btn {
  width: 650px;
  margin: 0px auto 15px auto;
  text-align: right;
}
div#ecocute_area .text_block {
  width: 650px;
  margin: 10px auto 0px auto;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
}
div#ecocute_area .text_block h3 {
  width: 650px;
  margin: 0px auto;
  padding: 4px 0px 4px 10px;
  border-left:solid 0.5em #ff0000;
  border-right:solid 1px #ff0000;
  border-top:solid 1px #ff0000;
  border-bottom:solid 1px #ff0000;
  font-size:16px;
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
}
div#ecocute_area .text_block p {
  width: 600px;
  margin: 5px auto;
  text-align: left;
  font-size:12px;
  line-height: 1.4em;
  text-align: left;
}
div#ecocute_area .text_block .img_title {
  width: 600px;
  margin: 0px auto 2px auto;
  padding: 2px 0px 2px 5px;
  border-left: solid 4px #009900;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
}
div#ecocute_area .text_block div {
  width: 600px;
  text-align: left;
  font-size:12px;
  line-height: 1.2em;
  text-align: left;
}
div#ecocute_area .text_block .img {
  margin-left: 20px;
}
div#ecocute_area p.img_reference {
  font-size:10px;
  line-height: 1.2em;
  text-align: left;
}
div#ecocute_area dl {
  width: 600px;
  margin: 5px auto;
  text-align: left;
}
div#ecocute_area dt {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}
div#ecocute_area dd {
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}

/*----- その他のサービス -----*/
div#etcs_area {
  width: 680px;
  text-align: center;
  margin: 0px auto;
}
div#etcs_area h3 {
    width: 680px;
    height: 30px;
    margin: 15px auto 0px auto;
    padding-left: 10px;
    background: url("/img/etcs/subtitle_bg.gif") repeat-x;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
div#etcs_area h4 {
  clear: both;
  width: 656px;
  height: 58px;
  margin: 5px auto;
}
div#etcs_area .etcs_img {
  clear: both;
  float: left;
  width: 220px;
  margin-left: 15px;
  text-align: left;
}
div#etcs_area .etcs_text {
  float: right;
  width: 430px;
  margin-right: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
}
div#etcs_area .inquiry_btn {
  float: right;
}
div#etcs_area #etcs_compname {
  clear: both;
  margin: 15px auto 0px auto;
}

/*----- インテリア -----*/
div#interior_area {
  width: 680px;
  text-align: center;
}
div#interior_area h3 {
  width: 656px;
  height: 58px;
  margin: 15px auto 5px auto;
}
div#interior_area #main_text {
  width: 650px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
div#interior_area #inquiry_text {
  font-size: 20px;
  line-height: 1.6em;
  color: #ff0000;
  font-weight: bold;
}
div#interior_area .inquiry_btn {
  float: right;
}
div#interior_area table {
  width: 650px;
  margin: 10px auto;
}
div#interior_area td {
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
}

/*----- エクステリア -----*/
div#exterior_area {
  width: 680px;
  text-align: center;
}
div#exterior_area h3 {
  width: 656px;
  height: 58px;
  margin: 15px auto 5px auto;
}
div#exterior_area #main_text {
  width: 650px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
div#exterior_area #inquiry_text {
  font-size: 20px;
  line-height: 1.6em;
  color: #ff0000;
  font-weight: bold;
}
div#exterior_area .inquiry_btn {
  float: right;
}
div#exterior_area table {
  width: 650px;
  margin: 10px auto;
}
div#exterior_area td {
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
}

/*----- 採用情報 -----*/
div#job_area {
  width: 680px;
  text-align: center;
}
div#job_area #job_exp {
  width: 570px;
  margin: 15px auto 0px auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
}
div#job_area table {
  width: 570px;
  margin: 15px auto 0px auto;
  border-collapse: collapse;
  border: solid 1px #000000;
}
div#job_area th {
  font-size: 14px;
  line-height: 1.4em;
  text-align: right;
  padding: 2px;
}
div#job_area td {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  padding: 2px;
}
div#job_area th.jobtype {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
  background-color: #eeeeee;
}
div#job_area td.redtext {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
  color: #ff0000;
}

/*----- 浄水器（タカギ） -----*/
div#takagi_wp_area table {
  border-collapse: collapse;
  margin: 15px 50px;
}
div#takagi_wp_area th {
  border:solid 1px #0066cc;
  padding: 5px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  width: 120px;
}
div#takagi_wp_area td {
  border:solid 1px #0066cc;
  padding: 5px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  width: 100px;
}
div#takagi_wp_area .w_type {
  border-bottom: dotted 1px #0066cc;
}
div#takagi_wp_area .inquiry_btn {
  margin: 0px 50px;
  text-align: right;
  font-size: 14px;
  line-height: 1.4em;
}

/*----- お問い合わせ -----*/
#contact_form {
  width: 600px;
  border-collapse: collapse;
}
table#contact_form td {
  padding: 5px;
  font-size: 12px;
  line-height: 1.2em;
　border: solid 1px #cccccc;
}
table#contact_form td.noborder {
  border: none;
  padding: 2px;
}





