@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_back2.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;}

#title{
	font-size: 14px;
	font-weight: bold;
	color: #960000;
}

/* ----------
ヘッダー
------------- */
#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;
}


/* ----------------------
左コンテンツ
------------------------- */
#left_contents{
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* ---サブメニュー--- */
#sub_menu2{}

#sub_menu2 dl#s_price{
	width: 270px;
}

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

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

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

#sub_menu2 dl#s_estimate{
	width: 270px;
	margin-top: 5px;
}

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

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

#sub_menu2 dl#s_inquiry{
	width: 270px;
	margin-top: 5px;
}

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

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


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

/* ---サイドインフォ--- */
#side_info{
	line-height: 28px;
	color: #FFF;
	background-image: url(../img/bar_side_title.jpg);
	background-repeat: no-repeat;
	text-indent: 23px;
	height: 28px;
	width: 270px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}

#side_info_box{
	background-image: url(../img/img_sideinfo.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 270px;
}

#side_info_box p{
	padding-top: 125px;
	padding-left: 13px;
	line-height: 18px;
}


/* ----------------------
右コンテンツ
------------------------- */
#right_contents{
	float: right;
	width: 545px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.text_s{
	font-size: 11px;
}

.text_red{
	color: #960000;
}

.text_red a,
.text_red a:link,
.text_red a:visited {
	color:#960000;
	text-decoration:none;
}

.text_red a:hover,
.text_red a:active {
	color:#960000;
	text-decoration:underline;
}

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

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

.box04{
	background-image: url(../img/img_box04_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
	width: 531px;
}

.box04_in{
	background-color: #FFF;
	background-image: url(../img/img_box04_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
}

.box05{
	background-image: url(../img/img_box04_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	width: 531px;
}

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

.box06{
	background-image: url(../img/img_box04_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	width: 531px;
}

.box06_in{
	background-color: #FFF;
	background-image: url(../img/img_box04_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
}

.box07{
	background-image: url(../img/img_box04_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	width: 531px;
}

.box07_in{
	background-color: #FFF;
	background-image: url(../img/img_box04_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.box08{
	background-image: url(../img/img_box04_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
	width: 531px;
}

.box08_in{
	background-color: #FFF;
	background-image: url(../img/img_box04_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
}

.n_text01{padding: 0 10px 0 10px}
.n_text02{padding: 0 10px 0 10px;font-size: 11px;}
.n_text03{padding: 10px 10px 0 10px}

/* ----------------------
インフォメーション
------------------------- */
#info_wp{margin-left: 10px;
}

.sub_title{
	background-image: url(../img/bar_side_title2.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 511px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 14px;
	line-height: 13px;
}

#info_tb{
	width: 501px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 5px;
}

#info_tb th{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	width: 160px;
	line-height: 16px;
	background-color: #EFE7DA;
	border: 1px solid #473D3B;
	padding: 5px;
}

#info_tb td{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 16px;
	border: 1px solid #473D3B;
	padding: 5px;
}

.kiyaku{
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 5px;
	color:#960000;
}

.kiyaku a,
.kiyaku a:link,
.kiyaku a:visited {
	color:#960000;
	text-decoration:none;
}

.kiyaku a:hover,
.kiyaku a:active {
	color:#960000;
	text-decoration:underline;
}

#info_img{
	float: right;
	width: 240px;
}

#info_tb2{
	width: 504px;
	margin-left: 2px;
	margin-top: 5px;
}

#info_tb2 th{
	vertical-align: top;
}

#info_tb2 td{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#ginou01{
	width: 194px;
	text-align: center;
	vertical-align: top;
}

#ginou01 th{
	text-align: center;
	vertical-align: top;
}

#ginou01 td {
	padding-top: 5px;
	text-align: center;
}


#ginou01 td p{
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
}

#ginou02{
	width: 182px;
	text-align: center;
	vertical-align: top;
}

#ginou02 th{
	text-align: center;
	vertical-align: top;
}

#ginou02 td {
	padding-top: 5px;
	text-align: center;
}

#ginou02 td p{
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
}

#ginou03{
	width: 128px;
	vertical-align: top;
}

#ginou03 th{
	text-align: right;
	vertical-align: top;
}

/* --アクセスマップ-- */
#access_b{
	margin-top: 10px;
}

#gmap{
	margin-left: 10px;
}

.g_text{
	padding-top: 3px;
	padding-left: 5px;
}

/* --設備紹介-- */
#setsubi_b{
	margin-top: 10px;
}

#se_wp{margin-left: 6px;}

#setsubi_tb{
	border-collapse:separate;
	border-spacing:4px;
	width: 519px;
}

#setsubi_tb td {
	width:168px;
	vertical-align: top;
}

.se_box{
	background-image: url(../img/img_sebox_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

.se_box_in{
	background-color: #F7F6F1;
	background-image: url(../img/img_sebox_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	text-align: center;
}

.se_box_in p{
	text-align: center;
}

.se_name{
	font-size: 11px;
	padding-top: 4px;
	line-height: 14px;
}

/* ----------------------
修理料金について
------------------------- */
#price_wp{margin-left: 10px;
}

#price_box{
	background-image: url(../img/img_pricebox_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 511px;
	padding-bottom: 10px;
}

#price_box ul{
	width: 263px;
	height: 24px;
}

#price_box li#clean{
	float: left;
}

#price_box li#etc{
	float: left;
	margin-left: 5px;
}

#price_box_in{
	background-color: #F7F6F1;
	clear: both;
	background-image: url(../img/img_pricebox_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#price_box_in2{margin-left: 10px;
}

#price_box_in2 p{
	font-size: 11px;
	padding-bottom: 10px;
	padding-right: 5px;
}

/* --分解掃除-- */
#clean_tb{
	width: 491px;
	border-collapse: collapse;
}

#clean_tb th{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	background-color: #FFF;
	border: 1px solid #473D3B;
	padding: 3px;
	color: #015123;
}

#clean_tb td{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 16px;
	border: 1px solid #473D3B;
	padding: 5px;
}

#clean_tb th#cth01{
	width: 150px;
}
#clean_tb th#cth02{
	width: 90px;
}
#clean_tb th#cth03{width: 70px;}
#clean_tb th#cth04{}

#clean_tb td.brown_td01{background-color: #EFE7DA;}
#clean_tb td.brown_td02{background-color: #EFE7DA;text-align: right;}
#clean_tb td.brown_td03{background-color: #EFE7DA;text-align: center;}
#clean_tb td.brown_td04{background-color: #EFE7DA;}

#clean_tb td.white_td01{background-color: #FFF;}
#clean_tb td.white_td02{background-color: #FFF;text-align: right;}
#clean_tb td.white_td03{background-color: #FFF;text-align: center;}
#clean_tb td.white_td04{background-color: #FFF;}


#page{/* ----次ページへのリンク部分---- */
	width: 489px;
	margin-top: 15px;
	margin-left: 10px;
}

.pager_current{
	width: 18px;
	height: 18px;
	color: #960000;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #473D3B;
}

#page a {
	width: 18px;
	height: 18px;
	color: #59493F;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #473D3B;
}

#page a:hover, #page a:active {
	color: #FFFFFF;
	background-color: #473D3B;
}

/* ----------------------
修理の流れ
------------------------- */
.flow_title{
	background-image: url(../img/bar_flow_back.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 511px;
	margin-top: 10px;
	margin-left: 10px;
}

.flow_no{
	line-height: 26px;
	text-indent: 10px;
	float: left;
	width: 439px;
	font-size: 12px;
	font-weight: normal;
}

.flow_icon{
	float: right;
	width: 55px;
	margin-top: 4px;
}

.f_mark{
	clear: both;
	background-image: url(../img/img_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 471px;
	margin-left: 30px;
	margin-top: 5px;
}

.f_mark p{
	padding-left: 30px;
}

.text_s_f{
	font-size: 11px;
	padding-left: 16px;
}

.f_mark_end{
	clear: both;
	width: 481px;
	margin-left: 30px;
	margin-top: 5px;
}

.f_mark_end p{
	padding-left: 30px;
}

.to_info{
	line-height: 25px;
	color: #FFF;
	background-image: url(../img/btn_to_info.jpg);
	background-repeat: no-repeat;
	text-indent: 24px;
	height: 25px;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 3px;
}

.to_info a,
.to_info a:link,
.to_info a:visited {
	color:#fff;
	text-decoration:none;
}

.to_info a:hover,
.to_info a:active {
	color:#fff;
	text-decoration:underline;
}

/* ----------------------
よくある質問
------------------------- */
.faq_box{
	background-image: url(../img/img_faqbox_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 511px;
	padding-bottom: 6px;
	margin-left: 10px;
	padding-top: 10px;
}

.faq_box_in{
	background-image: url(../img/img_faqbox_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
}

.faq_box_re{
	background-image: url(../img/img_faqbox_re.jpg);
	background-repeat: repeat-y;
}

.faq_box_re dl{
	margin-left: 7px;
	width: 497px;
}

.faq_box_re dt{
	background-image: url(../img/img_icon_q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0A672C;
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 5px;
}

.faq_box_re dd{
	background-image: url(../img/img_icon_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 25px;
	margin-top: 5px;
}

/* ----------------------
お見積り
------------------------- */
#form_box{
	width: 512px;
	margin-top: 10px;
	margin-left: 10px;
}

#form_box2{
	width: 512px;
	padding-top: 20px;
	padding-left: 10px;
}

#form_tb{
	font-size: 12px;
	width: 511px;
	border: 1px solid #473D3B;
	border-collapse: collapse;
}

#form_tb th{
	border: 1px solid #473D3B;
}

#form_tb td{
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	border: 1px solid #473D3B;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

#form_tb th.form_th01{
	background-color: #7D6C5C;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
}

#form_tb th.form_th02{
	background-color: #EFE7DA;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
	width: 150px;
	
}

.upset{
	padding-top: 20px;
	padding-bottom: 2px;
}

.kakunin1{
	font-size: 12px;
}

.kakunin1 a,
.kakunin1 a:link,
.kakunin1 a:visited {
	color:#e60012;
	text-decoration:none;
}

.kakunin1 a:hover,
.kakunin1 a:active {
	color:#ffdb00;
	text-decoration:underline;
}

.red_t2{color: #960000;}
.red_t3{
	color: #960000;
	padding-left: 3px;
}

/* ----------------------
利用規約
------------------------- */
.agree{
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.box08_in ul{
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box08_in li{
	list-style-position: outside;
	list-style-type: square;
	margin-right: 10px;
	margin-left: 20px;
}


/* ----------
フッター
------------- */
#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;
}
