@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "dipi.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2010 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl{
	font-size: 120%;
}
	
h1 {} /* Header内で設定 */
h2 { margin: 0 0 10px; }

h3 {
	background-image: url(../images/sttl_01_o.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	color: #333;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 8px 0 14px 25px;
	margin: 0 0 15px;
}
.reflexology h3 { background-image: url(../images/sttl_01_p.gif); }
.cleaning h3 { background-image: url(../images/sttl_01_b.gif); }

*html h3 { width: 674px; }

h4 {
	background-image: url(../images/sttl_02_o.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 9px 5px;
	margin: 0 0 15px 10px;
}
*html h4 { width: 664px; }
.reflexology h4 ,
h4#faq-reflexology ,
h4.reflexology { background-image: url(../images/sttl_02_p.gif); color: #ee5d73; }
.cleaning h4 ,
h4#faq-cleaning ,
h4.cleaning { background-image: url(../images/sttl_02_b.gif); color: #39f; }


p.sttl {
	background-image: url(../images/sttl_03_p.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 0.1em;
	padding: 0 0 0 15px;
	margin: 0 0 15px 10px;
}

.reflexology p.sttl { background-image: url(../images/sttl_03_p.gif); }
.cleaning p.sttl { background-image: url(../images/sttl_03_b.gif); }

a { color: #333; }
a:hover,
a:active { color: #444; text-decoration: none; }
a:visited {}
a:focus{outline:none;}

.reflexology a { color: #eb5d72; }
.reflexology a:hover,
.reflexology a:active { color: #da4a4f; text-decoration: none; }


ul {
}
li {
}

dl {
}
dt {
}
dd {
}

p {
	margin: 0 0 1em;
	margin-left: 20px;
}

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

/*.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }*/

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}
ul.totop li a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
ul.totop li a:hover { background-position: bottom; }

hr { display: none; }
img { vertical-align: top; }


/*---- clear ----*/
.clear{
clear:both;
height:0px;
font-size:0px;
line-height:0;
margin:0;
padding:0;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
	background: url(../images/body_bg.gif) 0 0 repeat-x #fff;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: url(../images/wrapper_bg.gif) 0 100% repeat-x;
	width: 920px;
	text-align: left;
	margin: 0 auto;
}

#main {
	background: url(../images/main_bg.gif) 0 0 repeat-y;
	width: 920px;
	margin: 0 auto;
}

h1 {
	position: absolute;
	width: 550px;
	top: 7px;
	left: 2px;
	font-size: 100%;
	padding: 2px 0 0;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	background: url(../images/header_bg.gif) 0 0 no-repeat;
	width: 920px;
	height: 117px;
	padding: 0;
	margin: 0 0 16px;
}

#header p { position: absolute; padding: 0; margin: 0; }
#header p#logo { top: 30px; left: 0; }
#header p.header-tel { top: 3px; right: 0; }

#header ul { position: absolute; top: 10px; left: 524px; }
#header ul li { float: left; height: 24px; font-size: 0; line-height: 0; }


/*==========================================================================*/
/*                               main-image                                 */
/*==========================================================================*/

#main-image {
	position: relative;
	background: url(../images/main_image_bg.gif) 0 0 no-repeat;
	width: 920px;
	height: 446px;
	margin: 0 0 23px;
}

#main-image div { position: absolute; top: 6px; width: 448px; }
#main-image div.main-image-l { left: 6px; }
#main-image div.main-image-r { left: 471px; }
#main-image h2 { position: absolute; top: 0; left: 0; padding: 0; margin: 0; }
#main-image ul { position: absolute; top: 253px; left: 0; }
#main-image ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#main-image ul { display: inline-block; }
/* Hides from IE-mac \*/
* html #main-image ul { height: 1%; }
#main-image ul { display: block; }
/* End hide from IE-mac */
#main-image ul li { float: left; margin: 0 5px 5px 0; }


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	background: url(../images/footer_bg.gif) 0 0 repeat-x;
}

#footer div {
	position: relative;
	width: 920px;
	height: 55px;
	text-align: right;
	padding: 0;
	margin: 0 auto;
}

#footer address { position: absolute; top: 16px; right: 0; }

#accessTag {
	display: none;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 231px;
	padding: 0 0 20px;
}

#navi ul { margin: 0 0 0 3px; }
#navi ul li { margin: 0 0 4px; }

#navi ul.ca { background-position: 0 0; background-repeat: no-repeat; width: 225px; height: 373px; padding: 6px 0 0 6px; margin: 0 0 15px; }
*html #navi ul.ca { width: 231px; height: 200px; }

#navi ul.ca2 { background-position: 0 0; background-repeat: no-repeat; width: 225px; height: 200px; padding: 6px 0 0 6px; margin: 0 0 15px; }
*html #navi ul.ca2 { width: 231px; height: 100px; }

#navi ul.nav-reflexology { background-image: url(../images/navi_reflexology_bg.gif); }
#navi ul.nav-cleaning { background-image: url(../images/navi_cleaning_bg2.jpg); }
.cleaning #navi ul.nav-cleaning { background-image: url(../images/navi_cleaning_bg.gif); }

#navi ul.ca li { margin: 0 0 5px; }
#navi .shop-box { float: none; margin: 0 0 20px 3px; }
#navi p.bn-area { margin: 0 0 20px 5px; }

/* reflexology */

.reflexology #navi .shop-box { margin-bottom: 10px; }
.reflexology #navi ul.nav-cleaning ,
.reflexology #navi p.bn-area { display: none; }

/* cleaning */

.cleaning #navi p.bn-area { margin-bottom: 10px; }
.cleaning #navi ul.nav-reflexology ,
.cleaning #navi .shop-box { display: none; }


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#content {
	float: right;
	width: 674px;
	padding: 0;
}


/* index
------------------------------------------------------------------------*/
.top h2 { background: none; padding: 0; margin: 0; border: none; }
.top h3 { background: none; padding: 0; margin: 0; border: none; }
.top h4 { background: none; padding: 0; margin: 0; border: none; }

/* top-l */

.top-l { float: left; width: 455px; }
.top-l .top-content-1 { margin: 0 0 25px; }
.top-l h3 { width: 455px; height: 125px; margin: 0 0 10px; }
.top-l .top-content-1 p { width: 350px; padding: 0 0 0 18px; }
.top-l div { margin: 0 0 20px; }
.top-l h4 { width: 455px; height: 40px; margin: 0 0 10px; }
.top-l p { line-height: 1.8; padding: 0 10px; }

/* top-r */

.top-r { float: right; width: 455px; }

/* shop-box */
.shop-box {
	float: left;
	background: url(../images/top_content_2_bg.gif) 0 0 repeat-y;
	width: 225px;
	margin: 0 0 20px;
	margin-right: 30px;
}
.shop-box h4 { width: 225px; height: 31px; }
.shop-box h4 a:hover img { opacity: 0.8; filter: alpha(opacity=80); }
.shop-box div { background: url(../images/top_content_2_btm.gif) 0 100% no-repeat; }
.shop-box div div { background: url(../images/top_content_2_img.jpg) 90px 46px no-repeat; min-height: 180px; height: auto !important; height: 192px; padding: 12px 0 0 12px; }
.shop-box p { line-height: 1.5; }
.shop-box p.ttl { margin: 0; }
.shop-box p.tel strong { color: #EE5D73; }
.top-r p.bn-area { float: right; margin: 0 0 20px; }

/* top-content-3 */

.top-content-3 { clear: both; background: url(../images/top_content_3_bg.gif) 0 0 repeat-y; margin: 0 0 17px; }
.top-content-3 div { background: url(../images/top_content_3_btm.gif) 0 100% no-repeat; }
.top-content-3 h4 { width: 455px; height: 47px; margin: 0 0 15px; }
.top-content-3 dl { line-height: 1.5; padding: 0 0 13px; margin: 0 20px 0 21px; }
.top-content-3 dl dt { background: url(../images/icon_c_01.gif) 0 4px no-repeat; padding: 0 0 0 17px; }
.top-content-3 dl dd { margin: -1.5em 0 0.7em 125px; }

/* top-content-3_2 */

.top-content-3_2 { clear: both; background: url(../images/top_content_3_bg_2.jpg) 0 0 repeat-y; margin: 0 0 17px; }
.top-content-3_2 div { background: url(../images/top_content_3_btm_2.jpg) 0 100% no-repeat; }
.top-content-3_2 h4 { width: 650px; height: 47px; margin: 0 0 15px; }
.top-content-3_2 dl { line-height: 1.5; padding: 0 0 13px; margin: 0 20px 0 21px; }
.top-content-3_2 dl dt { background: url(../images/icon_c_01.gif) 0 4px no-repeat; padding: 0 0 0 17px; }
.top-content-3_2 dl dd { margin: -1.5em 0 0.7em 125px; }


/* under
------------------------------------------------------------------------*/

/* common */

p.topic-path {
	background: #fff;
	text-align: right;
	padding: 6px 2px 5px;
}
/* *html p.topic-path { width: 674px; } */

p.pagetop { width: 110px; margin: 20px 0 20px 564px; }
p.pagetop a:hover img { opacity: 0.9; filter: alpha(opacity=90); }

.conBox {
	padding: 0 10px;
	line-height: 1.5;
	margin: 0 0 25px;
}
.conBox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.conBox { display: inline-block; }
/* Hides from IE-mac \*/
* html .conBox { height: 1%; }
.conBox { display: block; }
/* End hide from IE-mac */

.conBox.btm { margin-bottom: 35px; }

.conBox p { font-size: 120%; }

.conBox p.bn a:hover img { opacity: 0.8; filter: alpha(opacity=80); } 

.conBox p.imgL {
	float: left;
	margin: 0 15px 10px 0;
	border: solid 4px #ddd;
}

.conBox p.imgR {
	float: right;
	padding: 0;
	margin: 0 0 10px 15px;
	border: solid 4px #ddd;
}
.reflexology .conBox p.imgL ,
.reflexology .conBox p.imgR { border-color: #ffc3d9; }
.cleaning .conBox p.imgL ,
.cleaning .conBox p.imgR { border-color: #cae4ff; }

.conBox p.imgL img { border: solid 1px #FFF; }
.conBox p.imgR img { border: solid 1px #FFF; }

.conBox p img.imgL { float: left; margin: 0 15px 10px 0; border: none; }
.conBox p img.imgR { float: right; margin: 0 0 10px 15px; border: none; }

.conBox p.txtLink { background: url(../images/icon_a_01.gif) 0 4px no-repeat; padding: 0 0 0 15px; }

table {
	font-size: 120%;
	line-height: 1.5;
	border-top: solid 1px;
	border-left: solid 1px;
	border-color: #ccc;
	border-collapse: collapse;
	width:664px;
	margin:0 0 20px 10px;
}

table th ,
table td {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color: #ccc;	
}

table th { background: #fcfcf5; font-weight: normal; vertical-align: middle; }

.marL10 { margin-left: 10px; }
.marB10 { margin-bottom: 10px; }
.marB20 { margin-bottom: 20px; }
.marB30 { margin-bottom: 30px; }
.bold { font-weight: bold; }
.small{ font-size:90%;}

p.bn-inquiry { text-align: center; margin: 0 0 20px; }

/* photo-box */

.photo-box { margin: 0 0 25px; }
.photo-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.photo-box { display: inline-block; }
/* Hides from IE-mac \*/
* html .photo-box { height: 1%; }
.photo-box { display: block; }
/* End hide from IE-mac */
.scenery .photo-box { margin-left: 40px; }
.shop .photo-box { margin-left: 10px; }
.photo-box p { float: left; margin: 0 15px 15px 0; border: solid 4px #ffc3d9; }
.cleaning .photo-box p { float: left; margin: 0 15px 15px 0; border: solid 4px #cae4ff; }
.photo-box p img { border: solid 1px #fff; }
.shop .photo-box p { margin-right: 16px; }
.shop .photo-box p.r { margin-right: 0; }

.cleaning .photo-box { padding: 0 0 10px 30px; margin: -20px 10px 25px; border-bottom: dotted 2px #ccc; }
.cleaning .photo-box.btm { margin-top: 0; }
.cleaning .photo-box.b-no { border: none; }
.photo-box dl { float: left; margin: 0 15px 15px 0; }
.photo-box dl dt { text-align: center; margin: 0 0 5px; }
.photo-box dl dd { border: solid 4px #cae4ff;}
.photo-box dl dd img { border: solid 1px #fff; }

/* item-box */

.item-box { margin: 0 0 25px -3px; }
.item-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.item-box { display: inline-block; }
/* Hides from IE-mac \*/
* html .item-box { height: 1%; }
.item-box { display: block; }
/* End hide from IE-mac */

.item-box dl { float: left; padding: 0 0 15px 15px; }
.item-box dl dt { margin: 0 0 3px; }
.item-box dl dd { text-align: center; border: solid 4px #ffc3d9; }

.item-box dl.txt { float: left; width: 420px; padding: 20px 0 15px 15px; }
.item-box dl.txt dt { font-weight: bold; margin: 0 0 3px; }
.item-box dl.txt dd { text-align: left; border: none; }
.item-box dl.txt dd img {}

.flow-box { background-position: 0 0; background-repeat: repeat-y; width: 642px; margin: 0 0 10px 16px; }
.flow-box div { background-position: 0 0; background-repeat: no-repeat; }
.flow-box dl { background-position: 0 100%; background-repeat: no-repeat; padding: 15px 12px 15px; }
*html .flow-box dl { width: 642px; }
.flow-box dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.flow-box dl { display: inline-block; }
/* Hides from IE-mac \*/
* html .flow-box dl { height: 1%; }
.flow-box dl { display: block; }
/* End hide from IE-mac */
.flow-box.btm { margin-bottom: 25px; }
.flow-box dl dt { font-size: 120%; font-weight: bold; padding: 0 0 2px 5px; margin: 0 0 8px; border-bottom: solid 2px; }
.flow-box dl dd { line-height: 1.6; padding: 0 5px; }
.flow-box dl dd img { float: left; margin: 0 10px 0 0; }
.flow-box dl dd span { color: #c00; }

.reflexology .flow-box { background-image: url(../images/p_box_bg.gif); }
.reflexology .flow-box div { background-image: url(../images/p_box_top.gif); }
.reflexology .flow-box dl { background-image: url(../images/p_box_btm.gif); }
.reflexology .flow-box dl dt { color: #ec5d72; border-bottom-color: #f6a2af; }

.cleaning .flow-box { background-image: url(../images/b_box_bg.gif); }
.cleaning .flow-box div { background-image: url(../images/b_box_top.gif); }
.cleaning .flow-box dl { background-image: url(../images/b_box_btm.gif); }
.cleaning .flow-box dl dt { color: #39f; border-bottom-color: #39f; }

p.arrow { text-align: center; margin: 0 0 10px; }


/*----- 01-05 reflexology ----------------------------------------------*/

p.notice span { color: #c00; }

.reflexology dl.note { background: #ffefef; line-height: 1.5; padding: 12px; margin: 0 0 25px 10px; border: solid 2px #f6a2af; }
.reflexology dl.note dt { background: url(../images/icon_ashitubo.gif) 0 0 no-repeat; color: #ec5d72; font-size: 115%; font-weight: bold; padding: 5px 0 3px 42px; margin: 0 0 8px; }
.reflexology dl.note dd {}

/* 01 index */

.reflexology-index table th ,
.reflexology-index table td { padding-left: 20px; }
.reflexology-index p.notice { margin: -15px 0 20px 10px; }

/* 02 scenery */

/* 03 flow */

/* 04 shop*/
.shop table th ,
.shop table td { padding-left: 20px; }
.shop table th { width: 25%; }
.shop .photo-box { margin-left: 40px; }
.shop #map { width: 662px; height: 400px; margin: 0 0 25px 9px; border: solid 1px #ccc; }

/* 05 recommend */


/*----- 06-10 cleaning -------------------------------------------------*/

.cleaning dl.note { background: #fafcff; line-height: 1.5; padding: 12px; margin: 0 0 25px 10px; border: solid 2px #39f; }
.cleaning dl.note dt { background: url(../images/icon_earth.gif) 0 0 no-repeat; color: #39f; font-size: 115%; font-weight: bold; padding: 5px 0 3px 38px; margin: 0 0 8px; }

.cleaning p.cap { color: #39f; font-weight: bold; margin: -20px 0 25px 38px; }
.cleaning p.cap {}


/* 06 index */

.cleaning-index .l-box ,
.cleaning-index .r-box { float: left; width: 330px; margin: -10px 0 0; }
.cleaning-index .l-box table ,
.cleaning-index .r-box table { width: 300px; margin-top: -5px; }
.cleaning-index table { width: 630px; }
.cleaning-index table thead th { background: #E5EDFF; text-align: center; font-weight: bold; }
.cleaning-index table.tbl3 tbody th { width: 40%; padding-left: 20px; }
.cleaning-index table.tbl3 tbody td { padding-left: 20px; }

/* 07 air_conditioner */

.cleaning .air_conditioner .conBox p.imgL ,
.cleaning .air_conditioner .conBox p.imgR { border: none; }
.cleaning .air_conditioner table { width: 400px; margin-left: 20px; }
.cleaning .air_conditioner table th { width: 50%; padding-left: 30px; }
.cleaning .air_conditioner table td { text-align: right; padding-right: 30px; }
p.bn-a-c { text-align: center; margin: 0 0 25px; }
p.bn-a-c a:hover img { opacity: 0.8; filter: alpha(opacity=80); }

/* 08 washing_machine */

.cleaning .washing_machine .photo-box { margin-top: 0; }

/* 09 rearrange */

.cleaning .rearrange dl.note dt { background: none; padding: 0; }
.cleaning .rearrange dl.note dd p { margin: 5px 0; }
.cleaning .rearrange dl.note dd span { color: #c00; }

.list-box { background: #fafcff; width: 300px; line-height: 1.5; padding: 12px 20px; margin: 0 0 25px 15px; border: solid 2px #39f; }
.list-box ul {}
.list-box ul li { background: url(../images/icon_c_b.gif) 0 4px no-repeat; padding: 0 0 0 15px; margin: 0 0 5px; }

.list-box p { color: #39f; font-size: 160%; font-weight: bold; margin: 0 0; }
.cleaning .rearrange .photo-box { margin-top: 0; }

/* 10 area */



/*----- 11 faq ---------------------------------------------------------*/

ul.lo-nav { margin: 0 0 25px 16px; }
ul.lo-nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.lo-nav { display: inline-block; }
/* Hides from IE-mac \*/
* html ul.lo-nav { height: 1%; }
ul.lo-nav { display: block; }
/* End hide from IE-mac */
ul.lo-nav li { float: left; margin: 0 15px 0 0; }
ul.lo-nav li a:hover img { opacity: 0.8; filter: alpha(opacity=80); }

.faq-box { background: url(../images/f_box_bg.gif) 0 0 repeat-y; width: 642px; margin: 0 0 20px 16px; }
.faq-box div { background: url(../images/f_box_top.gif) 0 0 no-repeat; }
.faq-box dl {}
*html .faq-box dl {}
.faq-box dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.faq-box dl { display: inline-block; }
/* Hides from IE-mac \*/
* html .faq-box dl { height: 1%; }
.faq-box dl { display: block; }
/* End hide from IE-mac */
.faq-box.btm { margin-bottom: 25px; }
.faq-box dl dt { float: left; margin: 0 10px 0 0; }
.faq-box dl dd { float: left; width: 570px; }

.faq-box dl.faq-q { font-size: 140%; font-weight: bold; padding: 15px 0 8px; margin: 0 15px 10px; border-bottom: solid 2px; }
.faq-box.reflexology dl.faq-q { border-bottom-color: #f18595; }
.faq-box.cleaning dl.faq-q { border-bottom-color: #82c0ff; }
.faq-box dl.faq-q dd { color: #444; padding: 4px 0 0; }
.faq-box dl.faq-a { background: url(../images/f_box_btm.gif) 0 100% no-repeat; padding: 0 15px 15px; }
.faq-box dl.faq-a dd { padding: 5px 0 0; }
.faq-box dl.faq-a dd ul li { background: url(../images/icon_c_b.gif) 0 4px no-repeat; line-height: 1.5; padding: 0 0 0 15px; }

.faq-box.cleaning dl.faq-a dd a { color: #39f; margin: 0 2px; }

/*----- 12 inquiry -----------------------------------------------------*/

.inquiry .conBox p span { color: #c00; }
.inquiry table { margin-bottom: 30px; }
.inquiry table th { width: 30%; vertical-align: middle; }
.inquiry table th ,
.inquiry table td {}
.inquiry table textarea { width: 420px; }

.inquiry table input { max-width: 400px; }
.inquiry table input { width: 300px; }
.inquiry table ol input { width: auto; }

.inquiry table td.fmail_error,
.inquiry table th.fmail_error,
.inquiry .fmail_error_message { background: #fee; }

/*----- 13 company -----------------------------------------------------*/

.company table {}
.company table th { width: 25%; padding-left: 20px; }
.company table td { padding-left: 20px; }
.company table td dl { line-height: 1.5; margin-top: -5px; }
.company table td dl dt { background: url(../images/icon_c_01.gif) 0 4px no-repeat; padding: 0 0 0 13px; margin: 8px 0 3px; }
.company table td dl dd {  margin: 0 0 3px 15px; }


/*----- 14 faq ---------------------------------------------------------*/

/*----- 15 sitemap -----------------------------------------------------*/
.sitemap-box { line-height: 1.5; margin: 20px 0 100px 50px; }
.sitemap-box ul { margin: 0 0 20px 10px; }
.sitemap-box ul li { background: url(../images/icon_a_o.gif) 0 1px no-repeat; padding: 1px 0 1px 20px; margin-bottom: 10px; }

.sitemap-box ul li.reflexology ,
.sitemap-box ul li.cleaning { background: none; font-weight: bold; padding-left: 0; }

.sitemap-box ul li.reflexology { color: #ee5d73; }
.sitemap-box ul li.cleaning { color: #39f; }

.sitemap-box ul li ul { margin: 5px 0 20px 20px; }
.sitemap-box ul li ul li { font-weight: normal; }

.sitemap-box ul li.reflexology li { background: url(../images/icon_a_p.gif) 0 1px no-repeat; }
.sitemap-box ul li.cleaning li { background: url(../images/icon_a_b.gif) 0 1px no-repeat; }

.sitemap-box dl { font-size: 140%; margin: 0 10px 20px 60px; }
.sitemap-box dl dt { color: #52463f; font-weight: bold; margin: 15px 0 5px; }
.sitemap-box dl dd { background: url(../images/icon_a_01.gif) 0 5px no-repeat; padding: 0 0 0 15px; margin: 0 0 7px 15px; }
.sitemap-box a{ color: #333; }




.BorderTable table,
.BorderTable table tr,
.BorderTable table tr td{
border: 1px solid #ffffff !important;

}
