@charset "utf-8";

/*-----------------------------------------------------------------

 VIEW the SPA - Local Pages
 URL: http://view-the-spa.jp/
 First Issue Date: 2009.4.15
 Version: 1.0
 Copyright (C) VIEW the SPA, All Rights Reserved.

-----------------------------------------------------------------*/

#mainContentInner p {
	padding-left:13px;
}


#about #mainContentInner {
	background-image:url('../img/aboutMainImg.jpg');
}

#access #mainContentInner,
#company #mainContentInner {
	background-image:url('../img/accessMainImg.jpg');
}

#menu #mainContentInner {
	background-image:url('../img/menuMainImg.jpg');
}

#extension #mainContentInner {
	background-image:url('../img/menuMainImgExt.jpg');
}

#facial #mainContentInner {
	background-image:url('../img/menuMainImgFacial.jpg');
}

#reflex #mainContentInner {
	background-image:url('../img/menuMainImgReflex.jpg');
}

#shanghai #mainContentInner {
	background-image:url('../img/menuMainImgShanghai.jpg');
}

#ticket #mainContentInner {
	background-image:url('../img/menuMainImgTicket.jpg');
}


h2 {
	margin-bottom:30px;
}

h3 {
	clear:both;
	margin:40px 0 20px 0;
}

#about #mainContentInner  .topText {
	font-size:120%;
	margin-bottom:10px;
}

#about .nextPage {
	margin-top:20px;
	text-align:right;
}

#access #mainContentInner ul {
	margin-left:3em;
	margin-top:20px;
}

#access #mainContentInner ul li {
	list-style-type:disc;
}

#access #mainContentInner .map {
	width:383px;
	margin:30px auto 0 auto;
}

#menu #mainContentInner .menuCategory {
	clear:both;
	padding:30px 0 0 0;
}

#menu #mainContentInner .menuCategory h4 {
}

#menu #mainContentInner .menuCategory .photo {
	float:left;
	width:190px;
}

#menu #mainContentInner .menuCategory .detail {
	float:right;
	width:340px;
	clear:right;
}

#menu #mainContentInner .menuCategory .link {
	text-align:right;
}

#menu #mainContentInner .menuCategory .detail p {
	padding-top:15px;
}

#menu #mainContentInner .menuCategory .detail dl {
	padding:15px 0 0 13px;
}

#menu #mainContentInner .menuCategory .detail dl dt {
	font-weight:bold;
	padding:0;
}

#menu #mainContentInner .menuCategory .detail dl dd {
	font-size:86%;
	padding:0 0 3px 0;
}


.priceTable {
	width:500px;
	margin:30px auto;
	border-collapse:collapse;
}

.priceTable td.price {
	width:90px;
}


.priceTable th {
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding:0 0 5px 5px;
	font-size:86%;
}

.priceTable td {
	vertical-align:top;
	padding:5px 0 5px 5px;
}

.priceTable th.headerExtra {
	background-color:#999;
	color:#FFFFFF;
	font-size:119%;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

.priceTable th.header {
	background-color:#eeeeee;
	color:#505050;
	font-size:107%;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

.priceTable th.title {
	width:200px;
	padding:5px 0 5px 5px;
	color:#a59e64;
	font-size:100%;
}

.thin th.title {
	width:150px;
}

.priceTable th.subTitle {
	font-weight:normal;
	font-size:100%;
	width:140px;
	padding:5px 0 5px 5px;
}

.priceTable th.contents {
	width:180px;
}

.priceTable span.notes {
	font-size:86%;
	font-weight:normal;
}

.priceTable .even th,
.priceTable .even td {
	border-top:1px solid #efefef;
}

.priceTable tr.divide th,
.priceTable tr.divide td {
	border-top:1px solid #d8d8d8;
}

.priceTable th.first,
.priceTable td.first {
	padding-top:15px;
}

.priceTable th.last,
.priceTable td.last {
	padding-bottom:15px;
}

.priceTable th.colomnLast,
.priceTable td.colomnLast {
	padding-bottom:50px;
}



#company #mainContentInner ul {
	margin-left:1.8em;
}

#company #mainContentInner ul li {
	list-style-type:disc;
}

#company #mainContentInner dl {
	width:500px;
	margin:0 auto;
}

#company #mainContentInner dt,
#company #mainContentInner dd{
	padding:10px 0;
	text-align:left;
}

#company #mainContentInner dt{
	width: 130px;
	_width: 131px; /* Override for WinIE6 */
	float: left;
	clear: both;
	border-top:1px solid #d8d8d8;
	color:#a59e64;
	font-weight:bold;
}

#company #mainContentInner dd{
	_position: relative; /* for WinIE6 */
	_left: -3px; /* for WinIE6 */
	_height: 0%; /* for WinIE6 */
	_width:342px; /* for WinIE6 */
	margin-left: 130px;
	border-top:1px solid #d8d8d8;
}

#company #mainContentInner dl .first {
	border-top:none;
}

