@charset "UTF-8";
/* CSS Document */
/*Style Sheet for site map*/
#sitemapbase{
padding:20px 10px;
}
/*sitemap title*/
#sitemaptitle{
padding:3px 10px 3px 10px;
color:#888;
border-top:1px solid #FFCD6C;
border-left:10px solid #FFCD6C;
border-right:10px solid #FFCD6C;
border-bottom:1px solid #FFCD6C;
}
#sitemaptitle h2{
font-size:14px;
}
/*pankuzu*/
.sitemappankuzu{
padding:10px 0;
}
.sitemappankuzu ul{
list-style:noen;
}
.sitemappankuzu ul li{
display:inline;
background:url(../image/arrow_bottom.gif) no-repeat;
padding-left:15px;
margin-left:5px;
}
/*contents lett*/
.sitemapleft{
width:418px;
float:left;
}
/*contents right*/
.sitemapright{
width:418px;
float:left;
}
/*car*/
.carkind{
border-top:2px dotted #ccc;
}
.carkind ul{
list-style:none;
}
.carkind ul li.carkindtop{
font-weight:bold;
font-size:12px;
background:url(../image/arrow_right_bluet.gif) no-repeat 0px 4px;
padding-left:15px;
margin-left:5px;
}
ul.carkindkind{
font-size:12px;
font-weight:normal;
list-style:none;
}
ul.carkindkind li{
background:url(../image/arrow_right_blue.gif) no-repeat 0 3px;
padding-left:15px;
margin-left:5px;
}
/*home*/
.homekind{
border-top:2px dotted #ccc;
}
.homekind ul{
list-style:none;
}
.homekind ul li.homekindtop{
font-weight:bold;
font-size:12px;
background:url(../image/arrow_right_pinkt.gif) no-repeat 0px 4px;
padding-left:15px;
margin-left:5px;
}
ul.homekindkind{
font-size:12px;
font-weight:normal;
list-style:none;
}
ul.homekindkind li{
background:url(../image/arrow_right_pink.gif) no-repeat 0 3px;
padding-left:15px;
margin-left:5px;
}
/*pro_care*/
.prokind{
border-top:2px dotted #ccc;
}
.prokind ul{
list-style:none;
}
.prokind ul li.prokindtop{
font-weight:bold;
font-size:12px;
background:url(../image/arrow_right_greent.gif) no-repeat 0px 4px;
padding-left:15px;
margin-left:5px;
}
ul.prokindkind{
font-size:12px;
font-weight:normal;
list-style:none;
}
ul.prokindkind li{
background:url(../image/arrow_right_green.gif) no-repeat 0 3px;
padding-left:15px;
margin-left:5px;
}
/*cleaning_machine*/
.machinekind{
border-top:2px dotted #ccc;
}
.machinekind ul{
list-style:none;
}
.machinekind ul li.machinekindtop{
font-weight:bold;
font-size:12px;
background:url(../image/arrow_right_oranget.gif) no-repeat 0px 4px;
padding-left:15px;
margin-left:5px;
}
ul.machinekindkind{
font-size:12px;
font-weight:normal;
list-style:none;
}
ul.machinekindkind li{
background:url(../image/arrow_right_orange.gif) no-repeat 0 3px;
padding-left:15px;
margin-left:5px;
}

/*top btn*/
.top{
padding-top:10px;
padding-bottom:5px;
padding-left:310px;
}
.top a{
background:url(../image/arrow_top.gif) no-repeat 0 3px;
padding-left:15px;
}
/*link*/
#sitemapbase a:link{
color:#727172;
text-decoration:underline;
}
#sitemapbase a:visited{
color:#727172;
text-decoration:underline;
}
#sitemapbase a:hover{
color:#D8001D;
text-decoration:none;
}
