@charset "UTF-8";
/* CSS Document */

div#commonNavi li#salon a{
 background-image: url(../images/navi_salon_on.gif);
}
div#commonNavi li#index a{
 background-image: url(../images/navi_header_on.gif);
}

div#salonList{
 color:#333333;
 width:620px;
 margin-left:auto;
 margin-right:auto;
}
ul#salonListL{
 float:left;
 width:290px;
}
ul#salonListR{
 float:right;
 width:290px;
}

ul#salonListL,ul#salonListR{
 /*float:left;*/
 list-style-type:none;
 margin-top:10px;
 margin-bottom:10px;
 padding-left:20px;
 border-left-width: 0px;
 border-left-style: solid;
 border-left-color: #cc3366;
}
ul#salonListL li,ul#salonListR li{
 height:120px;
 line-height:120%;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #585858;
}
ul#salonListL li.title,ul#salonListR li.title{
 color:#333333;
 font-weight:bold;
 height:30px;
 line-height:120%;
 border:none;
}
#salonList li .salonName{
 color:#333333;
 font-size:80%;
 font-weight:bold;
}
#salonList li .salonSubName{
 color:#333333;
 font-size:70%;
}
#salonList li a.salonURL{
 color:#fa2605;
 font-size:70%;
}
#salonList li a:hover.salonURL{
 text-decoration:underline;
}
#salonList li a:visited.salonURL{
 color:#fa2605;
}
#salonList li a.map{
 color:#ffffff;
 font-size:65%;
 width:100px;
 height:40px;
 background-color:#fa3c1e;
 padding:2px 8px 2px 8px;
}
#salonList li a:hover.map{
 color:#ffffff;
 background-color:#fa6750;
}
#salonList li a:visited.map{
 color:#ffffff;
 background-color:#fa3c1e;
}
