@charset "UTF-8";

/*////////////////////////////////////////////////////////

index layout

////////////////////////////////////////////////////////*/

#contents {
	width:760px;
	margin:0 !important;
	background:#000000 !important;
}

.section {
	margin-top:10px;
}

.section h2 {
	background-color:#333333;
	background-repeat:no-repeat;
	background-position:10px 9px;
	text-indent:-9999px;
}

/* info
------------------------------------------------------- */

#infoBox {
	padding:10px;
	margin-bottom:10px;
	font-size:12px;
	color:#FFFFFF;
	background-color:#444444;
}

#infoBox .title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

/* event
------------------------------------------------------- */

#event h2 {
	width:760px;
	height:28px;
	margin-bottom:1px;
	background-image:url(../images/top/tit_event.gif);
}


/* products
------------------------------------------------------- */

#products {
	position:relative;
	overflow:hidden;
}

#products h2 {
	width:760px;
	height:28px;
	margin-bottom:1px;
	background-image:url(../images/top/tit_products.gif);
}

#products li {
	float:left;
}

#products li a {
	width:120px;
	height:124px;
	margin-right:1px;
	display:block;
	outline:none;
	text-indent:-9999px;
	border:3px solid #404040;
	background-repeat:no-repeat;
}

#products #face a {
	width:119px;
	background-image:url(../images/top/btn_face.jpg);
}

#products #eyes a {
	background-image:url(../images/top/btn_eyes.jpg);
}

#products #lips a {
	background-image:url(../images/top/btn_lips.jpg);
}

#products #cheeks a {
	background-image:url(../images/top/btn_cheeks.jpg);
}

#products #tool a {
	background-image:url(../images/top/btn_tool.jpg);
}

#products #kit a {
	margin-right:0;
	background-image:url(../images/top/btn_kit.jpg);
}


/* usage
------------------------------------------------------- */

#floatBox {
	position:relative;
	overflow:hidden;
}

#usage {
	float:left;
}

#usage h2 {
	width:432px;
	height:31px;
	margin-bottom:1px;
	background-image:url(../images/top/tit_usage.gif);
}

#usage li a {
	width:432px;
	height:36px;
	margin-bottom:1px;
	display:block;
	outline:none;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#usage #usage01 a {
	background-image:url(../images/top/btn_usage01.gif);
}

#usage #usage02 a {
	background-image:url(../images/top/btn_usage02.gif);
}

#usage #usage03 a {
	background-image:url(../images/top/btn_usage03.gif);
}

#usage #usage04 a {
	background-image:url(../images/top/btn_usage04.gif);
}

#usage #usage05 a {
	background-image:url(../images/top/btn_usage05.gif);
}

#usage li a:hover {
	background-position:bottom;
}


/* brand
------------------------------------------------------- */

#brand {
	float:right;
}

#brand h2 {
	width:319px;
	height:31px;
	margin-bottom:1px;
	background-image:url(../images/top/tit_brand.gif);
}

#brand p a {
	width:319px;
	height:183px;
	display:block;
	text-indent:-9999px;
	outline:none;
	background-image:url(../images/top/btn_brand.jpg);
}

#brand p a:hover {
	background-position:bottom;
}


/* whatsNew
------------------------------------------------------- */

#whatsNew {
	border:1px solid #3D3D3D;
}

#whatsNew h2 {
	width:758px;
	height:31px;
	border-bottom:1px solid #3D3D3D;
	background-color:#000000;
	background-image:url(../images/top/tit_whats_new.gif);
}

#whatsNew dl {
	margin:15px 15px 0 15px;
	position:relative;
	overflow:hidden;
}

#whatsNew dt {
	clear:left;
	float:left;
	width:76px;
}

#whatsNew dd {
	display:inline;
	float:left;
	width:650px;
	padding-bottom:12px;
}

#whatsNew strong {
	color:#df529c;
	font-weight:bold;
}

