@charset "utf-8";
@import "default.css";

body {
	color: #484848;
	line-height: 150%;
}
a {
	color: #0a74b0;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 900px;
  margin: 0 auto;
}
img.list-icon {
	vertical-align: middle;
  margin-right: 5px;
}
.link-text {
  text-align: right;
}

/**
 * Header
 */
#header {
	width: 880px;
  margin-left: 10px;
	overflow: hidden;
	zoom: 1;
}
#header h2 {
	line-height: 100%;
}
#header .box {
	background: url(../images/box_topshop_top.gif) no-repeat left top;
	padding-top: 29px;
}
#header .box .box-inner {
	background: url(../images/box_topshop_btm.gif) no-repeat left bottom;
  padding: 5px 30px 0px 40px;
  height: 83px;
}
#header .box .shop-business-time {
	width: 200px;
}
#header .box .shop-reservation {
	width: 190px;
}
#header .shopinfo {
	width: 460px;
  padding-right: 20px;
}

/**
 * Footer
 */
#footer {
	background: url(../images/line_footer.jpg) no-repeat left top;
  padding: 31px 0px 20px 0px;
}
#footer .footer-nav {
	width: 430px;
  padding-left: 20px;
}
#footer .footer-nav li {
	display: inline;
  padding-right: 20px;
}
#footer .copyright {
	width: 430px;
  padding-right: 20px;
  text-align: right;
}

/**
 * Global Navigation
 */
#global-nav {
	background: url(../images/line_globalnav.jpg) no-repeat left top;
  padding-top: 100px;
  padding-left: 20px;
	overflow: hidden;
	zoom: 1;
}
#global-nav li {
	width: 220px;
  float: left;
}

/**
 * News & Campaign
 */
#news-area {
	width: 840px;
  margin: 20px 0px 50px 20px;
	overflow: hidden;
	zoom: 1;
}
#news-area #news {
	width: 400px;
}
#news-area #news dl {
	margin: 10px 0px 20px 20px;
}
#news-area #news dl dd {
	margin-left: 1em;
}
#news-area #campaign {
	width: 410px;
}
#news-area #campaign ul {
	margin: 10px 0px 10px 20px;
}
#news-area #campaign ul li {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
}
#news-area #campaign .pic {
	width: 130px;
}
#news-area #campaign .text {
	width: 260px;
}

#news-area .additional {
	margin-left: 20px;
}


/**
 * Course
 */
#course-area {
	margin-bottom: 10px;
}
#course-area .inner {
	padding: 20px;
}

#course-head {
	text-align: center;
	margin-bottom: 40px;
}
#course-head h3 {
	margin: 20px 0px;
}
#course-head strong {
	font-size: 1.2em;
	font-weight: bold;
	color: #c99a06;
}
#course-area .section {
	margin-bottom: 30px;
	clear: both;
}
#course-area .section .box {
	padding: 20px 20px 0px 20px;
	width: 815px;
}
#course-area .section .box .course {
	float: left;
	width: 391px;
	margin-bottom: 20px;
}
#course-area .section .box .left {
	margin-right: 30px;
}

#course-area .section .box .course-detail {
	margin: 20px 0px;
}
#course-area .section .box .menu-area li.menu {
	float: left;
	width: 130px;
	text-align: center;
}
#course-area .section .box .menu-area li.pic {
	float: left;
}
#course-area .section .box .menu-area li.smell {
	float: right;
	text-align: right;
}

#parts-care {
	background: url(../images/bg_box_partscare_btm.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#parts-care .box {
	background: url(../images/bg_box_partscare.gif) repeat-y left top;
}
#body-menu {
	background: url(../images/bg_box_bodymenu_btm.jpg) no-repeat left bottom;
	padding-bottom: 20px;
}
#body-menu .box {
	background: #f5f8f2;
}
#facial-menu {
	background: url(../images/bg_box_facialmenu_btm.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#facial-menu .box {
	background: #fff5fb;
}




/**
 * Access Map
 */
#access-area {
	margin-bottom: 30px;
	overflow: hidden;
	zoom: 1p;
}
#access-area .map {
	margin-top: 16px;
}
#access-area .shop-wrapper {
	overflow: hidde;
	zoom: 1;
	width: 260px;
	float: left;
	margin: 10px 40px;
}
#access-area .shop-wrapper .link-text {
	font-size: 10px;
}
#access-area .shop-wrapper dd {
	margin-left: 1em;
}
#access-area #shop-ginza {
	margin-right: 110px;
}

/**
 * Products
 */
#products-area {
	margin-bottom: 30px;
}
#products-area .inner {
	padding: 10px 40px;
	overflow: hidden;
	zoom: 1;
}
#products-area .left,
#products-area .right {
	width: 380px;
}
#products-area .banner {
	margin-bottom: 5px;
}
#products-area h3 {
	margin-bottom: 20px;
}
#products-area .link-text {
	margin-top: 8px;
}


/**
 * Publicity
 */
#publicity-area {
	margin-bottom: 30px;
}
#publicity-area .pub {
	margin: 10px 40px;
	overflow: hidden;
	zoom: 1;
}
#publicity-area .pub h3 {
	color: #c96f05;
  font-size: 108%;
}
#publicity-area .pub .left {
	width: 228px;
}
#publicity-area .pub .right {
	width: 592px;
  padding-top: 10px;
}


