@charset "UTF-8";
@import "css/common.css";

/*デザインのCSS*/
@import "css/orange1.css";

/*拡張CSS*/
@import "css/advanced.css";

.contents a{
color:#00f;
}
.contents a:hover{
color:#f00;
}

.haircare {
margin:0;
padding:0;
}
.haircare-photo {
float:left;
margin-right:20px;
height:160px;
width:160px;
text-align:center;
}
.haircare-photo2 {
float:left;
margin-right:20px;
height:160px;
width:160px;
text-align:center;

}
.haircare-photo2 a img{
height:150px;
}
.haircare-detail{
clear:left;
}

.bold {
font-weight:bold;
}
.haircare-osusume {
text-align:center;
}
.haircare-osusume a img{
height:150px;
}

.top-list{
margin-bottom:10px;
}

.top-list li{
list-style:none;
width:260px;
float:left;
}
.top-list a{
    padding-left:15px;

    background: url(list.gif) no-repeat 0 1px;

}

.top-list a:hover{
    background: url(list2.gif) no-repeat 0 1px;
}
.link-next-mini{
clear:left;
font-size:120%;
}
.link-next-mini a{
    padding-left:15px;
    background: url(list.gif) no-repeat 0 2px;
}
.link-next-mini a:hover{
    background: url(list2.gif) no-repeat 0 2px;
}

.adlink {
border: 1px solid #ffd0a2;
margin-top:12px;
padding:10px;
}