@charset "UTF-8";

/*////////////////////////////////////////////////////////

1.initialize

////////////////////////////////////////////////////////*/

h1,h2,h3,p,ul,ol,ul li,ol li,dl,dl dt,dl dd,table tr td,table tr th,img {
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-weight:normal;
	line-height:130%;
	list-style:none;
}

form {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#CCCCCC;
}

a:hover {
	text-decoration:underline;
}


/*////////////////////////////////////////////////////////

2.common class

////////////////////////////////////////////////////////*/

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.pinkcolor {
	color:#df529c;
}


/*////////////////////////////////////////////////////////

3.base layout

////////////////////////////////////////////////////////*/

body {
	margin:0;
	padding:0;
	background:url(../images/common/body_back.gif) repeat-x left top;
	background-color:#000000;
	color:#CCCCCC;
}

#container {
	width:100%;
	margin:0;
	background:url(../images/common/page_back.gif) repeat-x left bottom;
}

#wrapper {
	width:760px;
	margin:auto;
	padding-bottom:22px;
}

#header {
	width:760px;
	height:63px;
	margin-bottom:5px;
	padding:16px 0 0 0;
	position:relative;
	overflow:hidden;
}

#logo a {
	width:184px;
	height:46px;
	background:url(../images/common/logo.gif) no-repeat left top;
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

#peta a {
	width:57px;
	height:46px;
	background:url(../images/common/peta.gif) no-repeat left top;
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

#hNaviMypage a {
	width:75px;
	height:20px;
	background: url(../images/common/btn_mypage.gif) no-repeat left top;
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

#hNavi a.hreg {
	width:110px;
	height:20px;
	background: url(../images/common/btn_regist.gif) no-repeat left top;
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

#hNavi a.hcart {
	width:110px;
	height:20px;
	margin-top:5px;
	background: url(../images/common/btn_show_cart.gif) no-repeat left top;
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

#path {
	width:760px;
	height:15px;
	line-height:14px;
	margin-bottom:10px;
	font-size:10px;
}

#contents {
	width:760px;
}

#contents2 {
	width:760px;
	margin:16px 0 0 0;
	background: url(../images/common/bg_lnavi.jpg) repeat-y left top;
}

#footer {
	width:760px;
	margin:30px 0 0 0;
}

#copyright {
	padding:8px 0 0 0;
	letter-spacing:1px;
	font-size:80%;
	color:#999999;
}


/*////////////////////////////////////////////////////////

4.global navigation

////////////////////////////////////////////////////////*/

#gNavi {
	width:760px;
	height:15px;
	margin-bottom:11px;
}

#gNavi li {
	float:left;
}

#gNavi li a {
	height:14px;
	outline:none;
	display:block;
	text-indent:-9999px;
}

#gNavi01 a {
	width:140px;
	background:url(../images/common/gnavi_01.gif) no-repeat;
}

#gNavi02 a {
	width:97px;
	background:url(../images/common/gnavi_02.gif) no-repeat;
}

#gNavi03 a {
	width:76px;
	background:url(../images/common/gnavi_03.gif) no-repeat;
}

#gNavi04 a {
	width:103px;
	background:url(../images/common/gnavi_04.gif) no-repeat;
}

#gNavi05 a {
	width:120px;
	background:url(../images/common/gnavi_05.gif) no-repeat;
}

#gNavi06 a {
	width:115px;
	background:url(../images/common/gnavi_06.gif) no-repeat;
}

#gNavi07 a {
	width:76px;
	background:url(../images/common/gnavi_07.gif) no-repeat;
}

#gNavi08 a {
	width:115px;
	background:url(../images/common/gnavi_08.gif) no-repeat;
}

#gNavi09 a {
	width:115px;
	background:url(../images/common/gnavi_09.gif) no-repeat;
}

#gNavi li a:hover {
	background-position:bottom;
}


/*////////////////////////////////////////////////////////

4.footer navigation

////////////////////////////////////////////////////////*/

#fNavi {
	width:760px;
	position:relative;
	overflow:hidden;
}

#fNavi li {
	height:15px;
	display:block;
	padding:0 33px 0 0;
	float:left;
}

#fNavi li a {
	height:15px;
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

#fNavi01 a {
	width:95px;
	background:url(../images/common/fnavi_01.gif);
}

#fNavi02 a {
	width:100px;
	background:url(../images/common/fnavi_02.gif);
}

#fNavi03 a {
	width:90px;
	background:url(../images/common/fnavi_03.gif);
}

#fNavi04 a {
	width:70px;
	background:url(../images/common/fnavi_04.gif);
}

#fNavi05 a {
	width:50px;
	background:url(../images/common/fnavi_05.gif);
}

#fNavi06 a {
	width:70px;
	background:url(../images/common/fnavi_06.gif);
}


/*////////////////////////////////////////////////////////

5.index layout

////////////////////////////////////////////////////////*/

.section {
	margin-top:10px;
}

.section h2 {
	background-color:#333333;
	background-repeat:no-repeat;
	background-position:10px 9px;
	text-indent:-9999px;
}

#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;
}

