@charset "utf-8";

@import url("common.css"); /* common stylesheet */
@import url("title.css"); /* title stylesheet */
@import url("fonts.css"); /* fonts stylesheet */
@import url("tab.css"); /* tab stylesheet */
@import url("table.css"); /* table stylesheet */
@import url("print.css"); /* print stylesheet */

/*
CSS Name: style.css
Date: 2007.5
Version: 1.2
Author: Defsystem & SAP
Author URI: http://www.dweb-design.com/
http://www.salonad.com/
*/

/* main
------------------------------------------------------------------------- */
body {
  background: #F2EEDF url(/images/common/bg/body.gif) repeat-x 0 0;
  text-align: center;
}

#page {
  background: url(/images/common/bg/page.gif) repeat-y 0 0;
  width: 850px;
  overflow: hidden;
}

/* Logo
-------------------------------------------------------------------------------- */
.block p.logo {
  display: block;
  margin-bottom: 7px;
}

.block p.logo a {
  display: block;
  overflow: hidden;
  padding: 75px 0 0 0;
  height: 0px!important;
  height /**/:75px;/* for ie5.x */	
  background: url(/images/common/logo/logo.gif) no-repeat;
}

/* General
-------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 108%;
}
ul, ol, {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
}

strong {
  font-weight: bold;
}

/* anchor
------------------------------------------------------------------------- */
a {
  color: #9A280C;
	text-decoration: underline;
}

a:hover {
  color: #CD3610;
  text-decoration: none;
}

hr {
  margin: 10px 0;
  border: 1px solid #E6E6E3;
  clear: both;
}

/* text format
------------------------------------------------------------------------------- */
blockquote {
  margin: 0;
}

blockquote p {
  margin: 0;
}

p {
  display: block;
  color: #3F2B12;
}

span.red {
  color: #990000;
}

/* image float
------------------------------------------------------------------------- */
.center {
  text-align: center;
  margin: 0 auto 15px;
}

img.right { 
  float: right;
  margin: 2px 0 10px 10px;
  padding: 0;
}

img.left {
  float: left;
  margin: 0 10px 10px 0;
  padding: 2px 0 0 0;
}

/* content
------------------------------------------------------------------------- */
#body {
	font-size: 93%;
  padding: 10px 25px 0;
  background: url(/images/common/bg/page_inner.gif) no-repeat 0 0;
}

.right {
	float: right;
}

p.breadcrumbs {
  margin: 0;
	height: 55px;
	clear: both;
}

/* alpha
------------------------------------------------------------------------- */
#alpha {
  text-align: left;
  margin: 0;
  line-height: 180%;
  width: 565px;
  float: right;
}

#alpha p.main {
  display: block;
  overflow: hidden;
  padding: 281px 0 0 0;
  height: 0px!important;
  height /**/:281px;/* for ie5.x */	
  background: url(/images/top/image01.jpg) no-repeat;
}  

/* alpha block
-------------------------------------------------------------------------------- */
#alpha .block {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}

.block p {
	margin: 0 0 20px;
}

#alpha .box {
  border: 1px solid #E9E2C7;
  background: #F4F1DD;
  padding: 10px 15px;
  margin-bottom: 15px;
}


/* alpha ul ol
-------------------------------------------------------------------------------- */
#alpha ul {
  list-style: none;
}

#alpha ul li {
  list-style: none;
}

#alpha ul.reservation_a {
  margin: 0 auto;
  text-align: center;
  width: 215px;
  display: block;
}

#alpha ul.reservation_a li a {
  display: block;
  overflow: hidden;
  padding: 35px 0 0 0;
  height: 0px!important;
  height /**/:35px;/* for ie5.x */
  background: url(/images/common/bn/reservation.gif) no-repeat 0 0;
} 

#alpha ul.reservation_a li a:hover {
  background-position: 0 -35px;
}

/* alpha hx
-------------------------------------------------------------------------------- */
#alpha h1, #alpha h2, #alpha h3 {
  margin: 0 0 15px;
  font-weight: bold;
}

/* alpha box dl
------------------------------------------------------------------------- */
#alpha .block {
  margin: 0 0 15px;  
}

#alpha .block dt {
  clear: both;
  font-weight: bold;
}

#alpha .block dd {
  padding: 0 20px 15px;
}

#alpha dl.menu {
  padding: 0;
  margin-bottom: 15px;
}

#alpha dl.menu dt {
  padding: 5px 10px;
  background: url(/images/petit/bn01.gif) repeat-x 0 0;
}

#alpha dl.menu dd {
  padding: 0 10px 5px;
  background: url(/images/petit/dotted.gif) repeat-x 0 100%;
}

/* beta
------------------------------------------------------------------------- */
#beta {
	margin: 0;
	width: 215px;
	text-align: left;
	float: left;
}

#home #beta {
  width: 215px;
  float: left;
  margin: 0;
}

dl.news {
  display: block;
  background: none;
  margin: 0 0 15px;
}

dl.news dt {
  display: block;
  background: url(/images/common/icon/arrow.gif) no-repeat 0 3px;
  padding: 0 0 0 18px;
  font-weight: bold;
}

dl.news dd {
  display: block;
  margin: 0;
  background: url(/images/common/bg/dotted.gif) repeat-x 0 100%;
  padding: 0 0 5px;
}

/* beta block
-------------------------------------------------------------------------------- */
#beta .block {
  margin: 0 0 15px;
}

/* beta ul
-------------------------------------------------------------------------------- */
#beta ul {
  margin: 0 0 5px;
  list-style: none;
}

#beta ul li {
  margin: 0 0 5px;
  list-style: none;
}

/* container
------------------------------------------------------------------------- */
#container {
  clear: both;
  border-top: 1px solid #E4DDD6;
  padding: 10px 0 0 0;
  background: none;
  margin: 0;
  width: 100%;
}

/* content
------------------------------------------------------------------------- */
#content {
  float: left;
  width: 565px;
  text-align: left;
}

ul.bn {
  display: block;
  list-style: none;
  margin-bottom: 15px;
}

ul.bn li {
  display: block;
  width: 185px;
  float: left;
  margin-right: 5px;
}

ul.bn li a {
  display: block;
  overflow: hidden;
  padding: 125px 0 0 0;
  height: 0px!important;
  height /**/:125px;/* for ie5.x */
}

ul.bn li.facial a {
  background: url(/images/common/bn/facial.jpg) no-repeat;
}

ul.bn li.aromatherapy a {
  background: url(/images/common/bn/aroma.jpg) no-repeat;
}

ul.bn li.petit {
  margin: 0;
}

ul.bn li.petit a {
  background: url(/images/common/bn/petit.jpg) no-repeat;
  margin: 0;
}

ul.bn li a:hover {
  background-position: 0 -125px;
}

/* sigma
------------------------------------------------------------------------- */
#sigma {
  float: right;
  width: 215px;
  text-align: left;
}

#sigma ul {
  list-style: none;
  margin-bottom: 15px;
}

#sigma ul li {
  line-style: none;
}


/* footer
------------------------------------------------------------------------- */
#footer {
  clear: both;
  padding: 0 25px;
  text-align: left;
}

#footer .navi {
  font-size: 85%;
  margin-bottom: 15px;
}

.pagetop a {
	background: url(/images/common/bn/pagetop.gif) no-repeat;
	display: block;
	overflow: hidden;
	padding: 19px 0 0 0;
	width: 101px;
	height: 0px!important;
	height /**/:19px;/* for ie5.x */
  margin-bottom: 15px;
}

.pagetop a:hover {
  background-position: 0 -19px;
}

.box01 {
  border: 5px solid #ECE6C5;
  background: #F4F1DD;
  padding: 10px 0;
  margin-bottom: 15px;
}

.box01 p.logo a {
  display: block;
  overflow: hidden;
  width: 123px;
  padding: 31px 0 0 10px;
  height: 0px!important;
  height /**/:31px;/* for ie5.x */
  background: url(/images/common/logo/logo02.gif) no-repeat 10px 0;
  margin-bottom: 0;
}

address {
  background: url(/images/top/address.gif) no-repeat 10px 0;
  display: block;
  overflow: hidden;
  padding: 21px 0 0 10px;
  width: 349px;
  height: 0px!important;
  height /**/:21px;/* for ie5.x */
}

/* copyright
-------------------------------------------------------------------------------- */
.copyright {
  font-size: 77%;
  color: #FFF;
  background: url(/images/common/bg/footer.gif) repeat-y 0 0;
  text-align: left;
  padding: 20px 25px;
}

.copyright a {
  color: #FFF;
}

.copyright a:hover {
  color: #FFF;
  text-decoration: none;
}

/* blog
-------------------------------------------------------------------------------- */
#alpha .entrytitle {
  background: none;
  border-left: 5px solid #663300;
  padding: 5px 10px;
}

#alpha .entrybox {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


/* hack clearfix 回り込みハック
-------------------------------------------------------------------------------- */
#body:after, #header:after, .clear:after, #page:after, #beta:after {
  content:  ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#body, #header, .clear, #page, #beta {
  zoom: 100%;
} /* ie */
