@charset "UTF-8";

/* ----------
リセット
------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* ----------
ページトップ
------------- */
html>body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0
}

html>body #pagetop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 0;
      }

#pagetop {
      _position: absolute;
      _right: 0;
      _top:expression(eval(document.compatMode &&
       document.compatMode=='CSS1Compat') ?
       documentElement.scrollTop
       +(documentElement.clientHeight-this.clientHeight) - 0
       : document.body.scrollTop
       +(document.body.clientHeight-this.clientHeight) - 0);
       _z-index: 500;
       margin: 0;

       }

* html .iepngfix,* html img {
       behavior: expression(IEPNGFIX.fix(this));
       } 

/* ----------
全体
------------- */
body{
	text-align:center;
	font-size:12px;
	color:#59493f;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-color:#F7F6F1;
	background-image: url(../img/img_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

html, body, #wrapper {height:100%;}

body > #wrapper {height:auto; min-height:100%;}

a,
a:link,
a:visited {
	color:#59493f;
	text-decoration:none;
}

a:hover,
a:active {
	color:#018338;
	text-decoration:underline;
}


#wrapper {
	width:870px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#main{
	width:830px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 98px;
}  /* must be same height as the footer */


h1{
	font-size: 11px;
	font-weight: normal;
	color: #996c33;
	width: 562px;
	text-indent: 19px;
	line-height: 11px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.clear {clear:both;}

.sp{letter-spacing: -0.1em;}

/* ----------
ヘッダー
------------- */
#header{
	background-image: url(../img/img_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 870px;
}

#header_l{
	float: left;
	width: 562px;
}

#header_l p{
	font-size: 11px;
	line-height: 11px;
	color: #015123;
	text-indent: 19px;
	letter-spacing: -0.2em;
}


#header_r{
	float: right;
	width: 308px;
}

#inq{
	line-height: 39px;
	color: #FFF;
	height: 39px;
	width: 264px;
	margin-left: 44px;
}

#logo{
	width:250px;
	display:inline;
	text-indent:-9999px;
	float: left;
}

#logo a{
	width:250px;
	height:34px;
	display: block;
	overflow:hidden;
	text-decoration:none;
}

#b_hours{
	line-height: 13px;
	color: #960000;
	margin-top: 35px;
}

/* ----------
グローバルナビ
------------- */
#gnavi{
	width: 870px;
	height: 41px;
	clear: both;
	background-image: url(../img/img_gnavi_back.jpg);
	background-repeat: no-repeat;
}
#gnavi ul{
	height: 41px;
	width: 832px;
	margin-right: 19px;
	margin-left: 19px;
}
#gnavi li{float:left;}
#gnavi a {display: block;}

#gnavi li#toppage a {
	background-image:url(../img/btn_toppage.jpg);
	background-position:0px 0px;
	width:167px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#toppage a:hover, #gnavi li#toppage a:active {
 	background-position:0px -41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#information a {
	background-image:url(../img/btn_information.jpg);
	background-position:0px 0px;
	width:166px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#information a:hover, #gnavi li#information a:active {
 	background-position:0px -41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#price a {
	background-image:url(../img/btn_price.jpg);
	background-position:0px 0px;
	width:166px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#price a:hover, #gnavi li#price a:active {
 	background-position:0px -41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#flow a {
	background-image:url(../img/btn_flow.jpg);
	background-position:0px 0px;
	width:166px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#flow a:hover, #gnavi li#flow a:active {
 	background-position:0px -41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#faq a {
	background-image:url(../img/btn_faq.jpg);
	background-position:0px 0px;
	width:167px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#faq a:hover, #gnavi li#faq a:active {
 	background-position:0px -41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ----------------------
メインイメージ
------------------------- */
#main_img{
	clear: both;
}

/* ----------------------
サブメニュー□トップ
------------------------- */
#sub_menu{
	height: 161px;
	width: 830px;
	margin-top: 10px;
}

#sub_menu dl#s_price{
	width: 270px;
	float: left;
}

#sub_menu dd{
	line-height: 18px;
}

#sub_menu dl#s_price dd a {
	background-image:url(../img/img_s_price.jpg);
	background-position:0px 0px;
	width:270px;
	height: 133px;
	text-decoration:none;
	display: block;
}

#sub_menu dl#s_price dd a:hover, #sub_menu dl#s_price dd a:active {
 	background-position:0px -133px;
	text-decoration:underline;
}

#sub_menu dl#s_estimate{
	width: 270px;
	float: left;
	margin-left: 10px;
}

#sub_menu dl#s_estimate dd a {
	background-image:url(../img/img_s_estimate.jpg);
	background-position:0px 0px;
	width:270px;
	height: 133px;
	text-decoration:none;
	display: block;
}

#sub_menu dl#s_estimate dd a:hover, #sub_menu dl#s_estimate dd a:active {
 	background-position:0px -133px;
	text-decoration:underline;
}

#sub_menu dl#s_inquiry{
	width: 270px;
	float: left;
	margin-left: 10px;
}

#sub_menu dl#s_inquiry dd a {
	background-image:url(../img/img_s_inquiry.jpg);
	background-position:0px 0px;
	width:270px;
	height: 133px;
	text-decoration:none;
	display: block;
}

#sub_menu dl#s_inquiry dd a:hover, #sub_menu dl#s_inquiry dd a:active {
 	background-position:0px -133px;
	text-decoration:underline;
}


#sub_menu dd p{
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 10px;
}


/* ----------------------
左コンテンツ□トップ
------------------------- */
#left_contents{
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.box01{
	background-image: url(../img/img_box01_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}

.box01_in{
	background-image: url(../img/img_box01_re.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 7px;
}

/* --新着情報-- */
html{overflow-y: scroll;}

#news{
	background-image: url(../img/img_box02_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 286px;
	padding-bottom: 10px;
}

#news_in{
	background-image: url(../img/img_box02_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	background-color: #FFF;
	padding-left: 10px;
}

#news_main{
	width: 271px;
	overflow:scroll;
	overflow-x: hidden;
	height: 195px;
}

#news_main dl{
	width: 243px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #025122;
	margin-bottom: 6px;
}

#news_main dt{
	line-height: 13px;
	color: #cd0a45;
	padding-bottom: 3px;
}

#news_main dd{
	padding-bottom: 6px;
}

/* --よくある質問-- */
#s_faq_b{
	margin-top: 10px;
}

#s_faq{
	background-image: url(../img/img_box02_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 286px;
	padding-bottom: 10px;
}

#s_faq_in{
	background-image: url(../img/img_box02_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	background-color: #FFF;
	padding-left: 10px;
}

#s_faq_main{
	width: 271px;
	overflow:scroll;
	overflow-x: hidden;
	height: 195px;
}

#s_faq_main ul{
	width: 243px;
	margin-right: 28px;
}

#s_faq_main li{
	border-bottom-color: #025122;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #025122;
	margin-bottom: 12px;
	padding-bottom: 6px;
	list-style-type: square;
	list-style-position: inside;
}


/* ----------------------
右コンテンツ□トップ
------------------------- */
#right_contents{
	float: right;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 30px;
}


/* ---バナーエリア--- */
#banner_area{
	margin-bottom: 10px;
}

/* ---分解掃除--- */
#top_read{
	background-image: url(../img/img_top_read.jpg);
	background-repeat: no-repeat;
	height: 291px;
	width: 520px;
}

#read_b{
	font-size: 14px;
	font-weight: normal;
	color: #fff000;
	line-height: 14px;
	padding-top: 11px;
	padding-left: 9px;
}

#top_read p{
	color: #FFF;
	padding-top: 14px;
	padding-left: 12px;
	padding-right: 5px;
	line-height: 18px;
}

/* ---分解掃除の下バナー--- */
#read_banner{
	width: 520px;
	margin-top: 5px;
}

#ban_left{
	background-image: url(../img/img_top_right1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 258px;
	margin-bottom: 16px;
}

#ban_left p{
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 13px;
	line-height: 18px;
}

#ban_left p a,
#ban_left p a:link,
#ban_left p a:visited {
	color:#fff;
	text-decoration:none;
}

#ban_left p a:hover,
#ban_left p a:active {
	color:#fff100;
	text-decoration:underline;
}

#ban_right{
	background-image: url(../img/img_top_right2.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 80px;
	width: 257px;
	margin-bottom: 16px;
}

#ban_right p{
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 13px;
	line-height: 18px;
}

#ban_right p a,
#ban_right p a:link,
#ban_right p a:visited {
	color:#fff;
	text-decoration:none;
}

#ban_right p a:hover,
#ban_right p a:active {
	color:#fff100;
	text-decoration:underline;
}

.ban_title{
	font-size: 12px;
	font-weight: normal;
	color: #fff000;
	line-height: 13px;
	padding-top: 7px;
	padding-left: 7px;
}

/* ---トップインフォメーション--- */
#top_info{
	width: 317px;
	background-image: url(../img/img_icon02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
}

#info_c{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 14px;
	padding-bottom: 2px;
}

#top_info p{
	line-height: 18px;
	padding-left: 14px;
}

/* ---追記--- */
#top_info_wp{
	clear: both;
	width: 520px;
}

/* --GSL-- */

#link_gsl{
	float: left;
	width: 190px;
}
#link_logo_gsl{
	float: left;
	width: 60px;
}
#link_text_gsl{
	float: right;
	width: 120px;
	font-size: 10px;
	line-height: 14px;
	color: #999;
}



/* ----------
フッター
------------- */
#footer {
	background-image: url(../img/img_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	width: 100%;
	height: 98px;
	position: relative;
	margin-top: -98px; /* negative value of footer height */
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer_box{
	width:822px;
	height: 98px;
	margin-right: auto;
	margin-left: auto;
}

/* フッターナビ------------------------ */
#fnavi {
	width:822px;
	height: 39px;
	text-align: left;
}

#fnavi ul {
	list-style-type:none;
	width:822px;
	height: 39px;
	line-height: 39px;
}

#fnavi li  {float:left;}

.footer_on{color: #018338;}

/* フッター情報------------------------ */

#footer_info{
	margin-top: 16px;
	text-align: right;
	clear: both;
	color: #996c33;
}

.f_text1{
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 4px;
	height: 12px;
}

.copy{
	font-size: 11px;
	line-height: 28px;
	color: #FFF;
	height: 28px;
}





/* ------------------------------
---------------------------------
sexylightbox
---------------------------------
--------------------------------- */

#SLB-Wrapper
{
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background
{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top
{
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top a
{
  float:right;
  display:inline;
  padding:0;
  margin:5px 10px;
  width:41px;
  height:16px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Top a:hover
{
  background-position:0px -16px;
}

#SLB-Wrapper #SLB-Top img
{
  float:right;
  border:0px;
  margin:6px 10px;
  width:41px;
  height:16px;
}

#SLB-Wrapper #SLB-Top div
{
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom
{
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight
{
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav,
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav
{
  background-position:0 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido
{
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador
{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right,
#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  display:inline;
  padding:0;
  margin:0;
  width:26px;
  height:26px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right
{
  background-position:26px 0;
  margin:0 18px 0 10px;
  float:right;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right:hover
{
  background-position:26px -26px;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  background-position:52px 0;
  margin-right:10px;
  float:left;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left:hover
{
  background-position:52px -26px;
}

#SLB-Wrapper #SLB-Navegador strong
{
  display: block;
  padding-top:5px;
}
