/*
 * common
 */

body {
	padding: 0;
	margin: 0;
	background: #d3151e url(../images/bg.png) no-repeat;
	background-position: center top;
	text-align: center;
	font-size: smaller;
}

img {
	border: 0;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #868484;
	height: 1px;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 920px;
	padding: 0;
	margin: 200px auto 0 auto;
	background: #ffffff;
	background-position: 100% 0;
	text-align: left;
}

* html #wrapper { /* IE6 Only */
	width: 923px;
}

#contents {
	padding: 13px 10px 10px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.float {
	float: left;
	margin-right: 5px;
}

.floatclear {
	clear: both;
}

.mainContents {
	background: url(../images/common/titleBack.gif) no-repeat;
	border: solid 1px #929292;
	margin-bottom: 5px;
	padding: 0 20px 10px 20px;
}

.mainContents.depilationBack {
	background: url(../images/common/titleBackForDepilation.jpg) no-repeat;
}

.sectionTitle {
	margin-bottom: 20px;
}

.pagetop {
	text-align: right;
	margin: 0 0 20px 0;
	cursor: pointer;
}

table.verticaltop td {
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.nowrap {
	white-space: normal;
}

.large {
	font-size: large;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.red {
	color: #ff0000;
	font-weight: bold;
	font-size: large;
}

.skyblue {
	color: #036ab6;
}

.pink {
	color: #e61273;
}

.indent {
	padding-left: 30px;
}

img.shadow {
	background: url(../images/gallery-bg.gif) no-repeat;
	padding: 5px 5px 15px 5px;
}

.error_msg {
	color: #ff0000;
	font-size: large;
	font-weight: bold;
	border: solid 1px #ff0000;
	padding: 5px 10px;
}

.under_construction {
	margin: 70px 0 70px 90px;
}

.strong-001 {
	border: solid 1px #000000;
	background: #ffe2cf;
	padding: 20px 10px;
	font-size: large;
}

.table-style-001 th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

.table-style-002 {
	margin-right: 15px;
}

.table-style-002 th {
	font-weight: normal;
	vertical-align: top;
	width: 100%;
}

.table-style-002 td {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.table-style-002 .left {
	text-align: left;
}

.table-style-003 {
	margin: 20px 0 0 30px;
	border-collapse: collapse;
}

.table-style-003 td {
	margin: 0;
	padding: 0;
}

.table-style-003 .line {
	width: 100%;
	height: 2px;
	padding-bottom: 7px;
}

.table-style-003 .example-pic {
	vertical-align: bottom;
	padding-right: 10px;
}

.table-style-003 .eye {
	float: left;
}

.table-style-004 {
	margin: 30px 0 30px 30px;
	border-collapse: collapse;
}

.table-style-004 .colored {
	margin: 0;
	padding: 0;
	border: solid 2px #f7bfa4;
	background: #f7bfa4;
}

.custom-style-001 {
	margin-left: 60px;
}

.custom-style-001 img {
	float: right;
	padding: 0 20px;
}

.custom-style-002 {
	margin-left: 60px;
}

.custom-style-003 {
	border: solid 2px #7d4d9b;
	background: #dadcef;
	margin-top: 10px;
	padding: 4px;
	width: 230px;
	text-align: left;
	font-size: smaller;
	white-space: normal;
}

.custom-style-003 p {
	margin: 0;
	padding: 0;
}

.custom-style-003 h3 {
	color: #7d4d9b;
	white-space: nowrap;
	font-size: larger;
	margin: 0;
}

.custom-style-003 img {
	color: #7d4d9b;
	margin: 10px 4px 0 0;
	float: left;
}

.custom-style-004 {
	width: 324px;
	font-size: smaller;
}

.custom-style-005 td {
	text-align: left;
	white-space: normal;
}

.custom-style-005 .nowrap {
	white-space: nowrap;
}


.readmore {
	text-align: right;
}

.before-price {
	font-weight: bolder;
	font-size: larger;
}

.after-price {
	font-weight: bolder;
	font-size: xx-large;
	color: #ec6e74;
}

/*
 * top menu
 */

#topMenu {
	padding-bottom: 10px;
}

/*
 * footer
 */

#footer {
	background: #5d5d5e;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #888888;
}

/*
 * page layout
 */

table.layout td {
	padding: 5px;
}

#sidebar {
	width: 200px;
	float: left;
}

#main.narrowcolumn {
	width: 685px;
	margin-left: 215px;
}

* html #main.narrowcolumn { /* IE6 Only */
	margin-left: 212px;
}

* html #main.widecolumn {
	margin-left: 0;
}

#sidebar .sidebarMenu {
	border: solid 1px #929292;
	margin-bottom: 20px;
}

#sidebar .sidebarMenu .sidebarMenuContents {
	padding: 0 10px 5px 10px;
}

#sidebar .withoutBottomBorder {
	border-bottom: none;
}

#sidebar img {
	display: block;
}

#sidebar .part {
	margin: 5px 0 5px 0;
}

#sidebar #mobilesite {
	background: #f6f6f6 url(../images/sidebar/mobilesite-bg.gif);
}

#sidebar #mobilesite .contents {
	padding: 10px 10px 0px 10px;
	font-size: x-small;
}

#sidebar #mobilesite #qrcode {
	margin: 0 auto 0 auto;
}

/**
 * top page
 */

#topblog {
	background: url(../images/common/titleBack.gif) no-repeat;
	width: 608px;
	height: 100%;
	margin-top: 15px;
	border: solid 1px #929292;
	float: left;
	padding: 5px;
}

.entrytitle {
	color: #c61a22;
	background: #f9d5d8;
	text-indent: 20px;
}

.entrytitle a:hover, .entrytitle a:link, .entrytitle a:visited {
	color: #c61a22;
	text-decoration: none;
}

.entrydate {
	font-weight: bolder;
	color: #c61a22;
	padding-left: 20px;
}

.entry {
	padding-left: 20px;
}

.custompage .entry {
	padding-left: 0;
}

.postmetadata {
	padding-left: 20px;
}

#recommend {
	width: 258px;
	height: 100%;
	margin: 15px 0 0 630px;
}

#recommend #contents {
	background: url(../images/common/titleBack.gif) no-repeat;
	width: 100%;
	height: 100%;
	padding: 5px;
	margin-bottom: 10px;
	border: solid 1px #929292;
}

* html #top #recommend { /* IE6 Only */
	margin-left: 627px;
}

#recommend .explain {
	color: #555555;
}

#recommend .explain img {
	float: left;
	padding: 5px 5px 5px 0;
}

#recommend .explain h3 {
	font-size: normal;
	color: #c61a22;
	margin: 0;
	padding: 0;
}

#recommend hr {
	border-color: #e0e0e0;
	border-width: 1px;
	margin-top: 10px;
}

#recommend .detail {
	float: right;
}

#top-banner {
	width: 100%;
	margin-top: 15px;
}

#top-banner td {
	padding-bottom: 30px;
}

#top-banner .col1, #top-banner .col4 {
	width: 200px;
}

#top-banner .col2, #top-banner .col3 {
	width: 260px;
	text-align: center;
}

/*
 * doctor page
 */
#doctor .person {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}

#doctor .aka {
	color: #ff99ff;
}

#doctor .go {
	font-weight: bolder;
}

#doctor .pic {
	padding: 10px;
}

/*
 * staff page
 */

.staffname {
	font-size: x-large;
	white-space: nowrap;
}

.staffmessage {
	font-size: x-small;
}

/*
 * access page
 */

#main .gmapContents {
	padding: 0;
	border-top: solid 4px #ff0000;
}

#gmap {
	width: 100%;
	height: 450px;
	border: none;
}

.simpleMap {
	padding: 5px 0 0 0;
	background: url(../images/common/titleBack.gif) no-repeat;
}

/**
 * gallery page
 */

#gallery .mainContents {
	padding: 5px 0 0 10px;
	background: url(../images/common/titleBack.gif) no-repeat;
}

#gallery table {
	/*border-spacing: 6px;*/
	margin-top: 20px;
}

#gallery td {
	/*border: solid 1px #000000;*/
	padding: 5px;
}

/**
 * privacy page
 */

#privacy hr {
	border-style: dashed;
	height: 1px;
	padding: 0;
	margin: 0;
}

/**
 * contact page
 */
#contact-form {
	border-collapse: collapse;
}

#contact-form td {
	padding: 7px;
}

#contact-form .title {
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	background: #f6f6f6;
}
