@charset "UTF-8";

/*
**********************************************************************

* top.css

* site name   : http://naked-face.com/
* description : Top Page styles
* since       : 2009-08-30
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/


/*
*********************************************************************

* 1:Main Body styles

*********************************************************************
*/

/*main-feature
-------------------------------------------------------------------*/
#main-feature{
/*background:url("../img/img_kv_campaign.jpg") 50% 0 no-repeat;*/
background:url("../img/img_kv.jpg") 50% 0 no-repeat;
text-indent:-999em;
height:328px;
}

#main-frame{
background:none;
}


/*lineup
-------------------------------------------------------------------*/
#lineup {
margin-bottom:2em;
}

#lineup h3{
padding:3px 5px;
margin:0 10px 1em;
}

#lineup .skincare h3{
background:#fff0f5;
border:1px dotted #fa94ad;
color:#f72b5c;
}

#lineup .haircare h3{
background:#f8fdff;
border:1px dotted #a3e6ff;
color:#53b0ff;
}

#lineup .suppli h3{
background:#fff8ec;
border:1px dotted #ffd07f;
color:#ffbe41;
}

#lineup li{
font-size:.8em;	
float:left;
padding:0 0 10px 16px;
width:81px;
}

#lineup .haircare{
float:left;
width:292px;
}

#lineup .suppli{
float:right;
width:292px;
}

/*topics
-------------------------------------------------------------------*/
#topics dl{
margin:0 10px 2em;
}

#topics dt{
color:#f72b5c;
float:left;
clear:left;
width:8em;
}

#topics dd{
border-bottom:1px dotted #dfdfdf;
padding-left:9em;
}