@charset "UTF-8";

/*-- reset & default css -----------------------------------------------*/

* {
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
	margin: 0px;
}

a {
	outline: none; /* for Firefox */
	text-decoration: none;
}

img {
    vertical-align: top;
}

/*-- body & #wrapper -----------------------------------------------*/

body {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width: 820px;
	margin: auto;
	background-image: url(../images/base-back-wrapper.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}

/*-- #header -----------------------------------------------*/

#header {
	background-image: url(../images/base-back-header.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 820px;
}

/*-- #content -----------------------------------------------*/

#content {
	width: 820px;
	background-image: url(../images/base-back-content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*-- #nav -----------------------------------------------*/

#nav {
	width: 210px;
	float: left;
	background-image: url(../images/base-back-nav.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.nav-full-system , .nav-full-series {
	height: 120px;
	width: 160px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.nav-full-system li , .nav-full-series li {
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
}

.nav-full-system li a , .nav-full-series li a {
	display: block;
	height: 30px;
	width: 160px;
}

.nav-full-system li a { background-image: url(../images/btn-nav-system.gif); }

.nav-full-system .cleansing a { background-position: 0px 0px; }
.nav-full-system .washing a { background-position: 0px 90px; }
.nav-full-system .loation a { background-position: 0px 60px; }
.nav-full-system .gelcream a { background-position: 0px 30px; }

.nav-full-system .cleansing a:hover { background-position: -160px 0px; }
.nav-full-system .washing a:hover { background-position: -160px 90px; }
.nav-full-system .loation a:hover { background-position: -160px 60px; }
.nav-full-system .gelcream a:hover { background-position: -160px 30px; }

.nav-full-series li a { background-image: url(../images/btn-nav-series.gif); }

.nav-full-series .vc-essence a { background-position: 0px 0px; }
.nav-full-series .va-essence a { background-position: 0px 90px; }
.nav-full-series .uv-protector a { background-position: 0px 60px; }
.nav-full-series .slow-growlotion a { background-position: 0px 30px; }

.nav-full-series .vc-essence a:hover { background-position: -160px 0px; }
.nav-full-series .va-essence a:hover { background-position: -160px 90px; }
.nav-full-series .uv-protector a:hover { background-position: -160px 60px; }
.nav-full-series .slow-growlotion a:hover { background-position: -160px 30px; }

.nav-4stage , .nav-flady {
	height: 30px;
	width: 170px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.nav-4stage li , .nav-flady li {
    display: block;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
}

.nav-4stage li a , .nav-flady li a {
    display: block;
	height: 30px;
	width: 170px;
	background-position: 0px 0px;
}

.nav-4stage li a { background-image: url(../images/btn-nav-4stage.gif); }
.nav-flady li a { background-image: url(../images/btn-nav-flady.gif); }

.nav-4stage li a:hover , .nav-flady li a:hover { background-position: -170px 0px; }

.nav-shop {
	height: 50px;
	width: 170px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.nav-shop li {
	display: block;
	height: 50px;
	width: 170px;
	text-indent: -9999px;
}

.nav-shop li a {
	display: block;
	height: 50px;
	width: 170px;
	background-image: url(../images/btn-nav-shop.gif);
	background-position: 0px 0px;
}

.nav-shop li a:hover { background-position: -170px 0px; }

/*-- #main -----------------------------------------------*/

#main {
	width: 570px;
	float: right;
	background-image: url(../images/base-back-main.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 40px;
	padding-top: 10px;
}

/*-- #footer -----------------------------------------------*/

#footer {
	clear: both;
	height: 22px;
	width: 650px;
	text-align: center;
	padding-top: 8px;
	padding-left: 170px;
}
