﻿

body{
	padding: 0px;
	margin: 0px;
	font-family:'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #3B5271;
	font-size: 13px;
	background: #a6e1f3 url(../images/background.gif) repeat-x 0 0;
}
body * {
	padding: 0px;
	margin: 0px;	
}
a {
	text-decoration: none;
	color: #3B5271;
	outline: none;
}
img {
	border: none;
}

/* ---------------------- header ----------------*/
#header {
	height: 164px;	
	min-width: 950px;
	background: #84d2e8;
	border-bottom: 1px solid #d3fbfd;	
	/*-webkit-box-shadow: 0px 3px 5px #c5e8ec;*/
	/*-moz-box-shadow: 0px 3px 5px #c5e8ec;*/
	position:relative;
	z-index: 2;
}
#header .header-container {
	width: 950px;
	margin: 0 auto;
}
#header .logo {
	height: 164px;
	width: 212px;
	float: left;
	background: #ffffff url(../images/logo.jpg) no-repeat 0 0;
	-webkit-box-shadow: 5px 0 5px #69aabc,
						-5px 0 5px #69aabc;
	cursor: pointer;
}
#header .shop-name {
	cursor: pointer;
}
#header .header-content {
	float: left;
}
#header .preface {
	font-size: 0.7em;
	margin: 10px 0 0 40px;
	position: relative;
	z-index: 1;
}
#header .contact {
	position: absolute;
	margin-left: 425px;
	top: 5px;
	z-index: 0;
}
#header .english {
	position: absolute;
	margin-left: 725px;
	top: 5px;
	z-index: 0;
}

#header .shop-name {
	clear: left;
	color: #27436a;
	font-size: 2.4em;	
	margin: 35px 0 0 40px;
	width: 235px;
	height: 40px;
	background: url(../images/shop-name.jpg) no-repeat 0 0;
}
#header .main-bar {
	list-style-type: none;
	margin: 20px 0 0 10px;
	clear: left;
}
#header .main-bar li {
	float: left;
	margin-left: 20px;	
}
#header .main-bar a {
	display: block;
}
#header .oval-base {
	position: absolute;	
	margin-top: -4px;
	float: left;
	width: 107px;
	height: 9px;	
	background: url("../images/oval-base.jpg") no-repeat 0 0;
	display: none;
}
#header .main-bar li:hover .oval-base{
	display: block;
}
#header .main-bar span#base1{
	background-position: 0 0;
}
#header .main-bar span#base2 {
	background-position: 20% 0;
}
#header .main-bar span#base3 {
	background-position: 41% 0;
}
#header .main-bar span#base4 {
	background-position: 60% 0;
}
#header .main-bar span#base5 {
	background-position: 82.5% 0;
}
#header .main-bar span#base6 {
	background-position: 103.5% 0;
}


/* ----------- side bar ---------------------------*/
#side {	
	width: 212px;	
	height: 100%;
	float: left;
	margin-right: 30px;
	display: inline;
	background: #D3FBFD;	
}
#side .campaign {
	height: 160px;
	width: 212px;
	background: #6bbcd7;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#side .campaign a {
	position: relative;
	top: -10px;
	left: 15px;
}
#side .side-menu {
	list-style-type: none;
	margin-left: 10px;
}
#side .side-menu a{
	width: 123px;
	height: 39px;	
	display: block;
	margin: 10px 0 0 0;
	padding-left: 71px;
	font-weight: bold;
	line-height: 39px;		
}
#side .side-menu a:hover {
	color: #f97704;
}
#side .side-item1 {
	background: url(../images/side-menu-item1.gif) no-repeat 0 0;
}
#side .side-item2 {
	background: url(../images/side-menu-item2.gif) no-repeat 0 0;
}
#side .side-item3 {
	background: url(../images/side-menu-item3.gif) no-repeat 0 0;
}
#side .side-item4 {
	background: url(../images/side-menu-item4.gif) no-repeat 0 0;
}
#side .side-item5 {
	background: url(../images/side-menu-item5.gif) no-repeat 0 0;
}
#side .side-item6 {
	background: url(../images/side-menu-item6.gif) no-repeat 0 0;
}

#side .location-and-hours {
	width: 190px;
	background: #ffffff;
	margin-top: 19px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 10px #B4C9C9;
	margin-left: 10px;
	
}
#side .location-and-hours .employee-pic {
	display: block;
	width: 166px;
	margin: 0 auto;
}
#side .location-and-hours .map {
	bottom: 0px;
	width: 190px;
	height: 440px;
	z-index:2;
	position: relative;
	top: -20px;
}
#side .location-and-hours h4 {
	margin: 9px 0 0 11px;
	font-size: 1em;
}
#side .location-and-hours p {
	margin-left: 10px;
}
#side .location-and-hours .location-link {
	display: block;
	margin-left: 10px;
	z-index: 3;
	position: relative;
}
#side .links {
	margin: 20px 10px 0;
}
#side .links a {
	display: block;
}

/*-------------- main ---------------------------*/
#center {
	width: 950px;
	margin: 0 auto;
}
#container {
	float: left;
	background: #D3FBFD;
	padding-bottom: 100px;
	width: 950px; 	
}

#main {
	width: 700px;
	float: right;
	background: #D3FBFD;
}
/*
.main {
	width: 700px;
	position: absolute;
	left: 0px;
	margin-left: 250px;
	padding-top: 0px;
}
*/
#slideshow {
	width: 700px;
	height: 272px;
	
}
h2.double-oval {	
	background: url("../images/double-oval-sub-header.jpg") no-repeat 0 0;	
	width: 661px;
	height: 40px;
	padding: 10px 0 0 40px;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 20px 0 0;
	position: relative;
	z-index: 1;
}
.news p.news-item{
	width: 672px;
	height: 35px;
	background: url("../images/news-bg.jpg") no-repeat 0 0;
	margin-top: 4px;
	padding-left: 40px;
	line-height: 38px;
}
.news p.news-item2{
	width: 672px;
	height: 35px;
	background: url("../images/news-bg.jpg") no-repeat 0 0;
	margin-top: 4px;
	padding-left: 40px;
	line-height: 18px;
}
.reflexology {
	position: relative;
}
.reflexology p {
	width: 490px;
	margin-left: 45px;	
}
.reflexology p.oasis-bg {
	width: 389px;
	height: 307px;
	background: url("../images/oasis-bg.jpg") no-repeat 0 0;	
	padding: 120px;	
	margin: -110px 0 -330px -50px;	
	z-index: 0;
}
.reflexology .oasis-bg span {
	display: block;
}
.reflexology .note {
	position: absolute;
	right: -110px;
	top: -40px;	
	z-index: 2;
}
	

.course .pic-frame {
	padding: 10px 10px 30px 10px;
	background-color: #ffffff;
	display: block;
	width: 135px;
	margin: 10px 30px 25px 45px;
	float: left;
	-webkit-box-shadow: 0 0 10px #B4C9C9;
}
.course .pic-frame div {
	letter-spacing: 2px;
	color: #000;
	font-size: 0.9em;
	margin: 10px 0 -20px 0;
	text-align: center;
}
.course > *{
	margin-left: 45px;
}
.course-desc {
	width: 430px;
	margin: 20px 0 0 0px;
	float: left;	
	height: 170px;
}

.customer {
	clear: both;
}
.customer .link-btn{
	margin-top: -20px;
}
.customer .pic-frame {
	/*padding: 10px;*/
	background-color: #ffffff;
	float: left;
	/*-webkit-box-shadow: 0 0 10px #B4C9C9;*/
	margin: 10px 0 0 45px;
	width: 300px;
	height: 225px;
}
.customer-desc {
	float: left;
	width: 270px;
	margin: 20px;
	line-height: 1.8em;
}



.back-home-btn {
	position: absolute;
	top: 0;
	right: 10px;
	width: 114px;
	height: 43px;	
	background: url("../images/buttons/back-home-btn.jpg") no-repeat 0 0;	
	font-size: 0.8em;
	line-height: 63px;
	padding-left: 20px;	
	margin-top: -53px;
}


/* ---------- footer -------------------------- */
#footer {
	clear: both;
	height: 174px;
	min-width: 950px;
	background: #c3effc;	
	border-top: 1px solid #d3fbfd;
	-webkit-box-shadow: 0px -3px 5px #94c9d9;	
}
.footer-container {
	width: 950px;
	margin: 0 auto;	
}	
.footer-logo {
	height: 83px;
	width: 121px;
	background: url("../images/footer-logo.gif") no-repeat 0 0;
	float: left;
	margin: 25px 50px;
}
.footer-content {
	margin-top: 5px;
	position: relative;
}
.footer-links {
	margin-top: 10px;
}
.footer-links a{
	text-decoration: none;
	color: #3B5271;
	font-size: 0.8em;
	margin: 10px;
}
.footer-contact-info {
	margin-top: 20px;
	position: relative;
	left: 13px;	
}
.footer-bar {
	width: 5px;
	height: 67px;
	background: #6dc2d6;
	margin-right: 19px;
}
.footer-address {
	margin-right: 125px;
	margin-top: -5px;
}
.footer-address em {
	font-size: 1.2em;
	font-style: normal;
}




.main-container {
	height: 1680px;
	width: 950px;
	margin: 0 auto -7px;
	background: #d3fbfd;
	position: relative;
	z-index: 1;	
	/*
	-webkit-box-shadow: inset 0 -3px 5px #bfe2e6,
						inset 0 3px 5px #bfe2e6;
	-moz-box-shadow: inset 0px -3px 5px #bfe2e6,
					 inset 0px 3px 5px #bfe2e6;
	*/
}
.sub-content {
	margin-left: 40px;
}
.bottom-shadow {
	position: relative;
	bottom: 0px;
	z-index: 0;
	height: 7px;
	background: #a6e1f3 url(../images/background-bottom.gif) repeat-x 0 0;
}




/* util */
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.smaller {
	font-size: 0.9em;
}
.bigger {
	font-size: 1.1em;
}
.orange {
	color: #f97704;
}
.break {
	clear: both;
}

.link-btn, .link-btn-abs {
	width: 186px;
	height: 28px;
	background: url("../images/buttons/link-btn.jpg") no-repeat 0 0;
	float: right;
	padding: 7px 0 0 60px;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	z-index: 3;
	margin: -25px -50px 0 0;
}
.link-btn-abs {
	position: absolute;
	right: 170px;	
}
.link {
	text-decoration: underline;
	color: blue;
}
.breadcrumb {
	float: right;
	margin-top: -40px;
	margin-right: 30px;
	position: relative;
	z-index: 2;
}

.box-shadow {
	-webkit-box-shadow: 5px 5px 5px #9bb3b7;
}
