@charset "utf-8";

/* 各ブラウザの独自解釈をリセット */
* { margin: 0px; padding: 0px;}
img {border:none;}

/* ページ全体 */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/main_bg.jpg) repeat;
	text-align: center; /* IE5.5以前用中央揃え */
	color: #555555;
	font-size: 0.9em; /* 基本フォントサイズ */
	line-height: 140%;
}

/* リンクの色 */ 
a:link { color: #EE799F; background: transparent; }
/* 訪問済みリンクの色 */
a:visited { color: #EE799F; background: transparent; }
/* マウスオーバー、アクティブリンクの色 */
a:hover, a:active { color: #F69; }

.red { color: #FF0000; }
.blue { color: #0000FF; }
.orange { color: #F36422; }

/* コンテンツ全体コンテナ */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 860px;
	background: url(../images/bg.gif) repeat-y center top;
	text-align: center;
}
/* コンテンツ内容コンテナ */
#pagebody {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 840px;
	text-align: left;
}

/* ヘッダ全体コンテナ */
/*ヘッダ上画像*/
#headtop {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 860px;
	background: #FFFFFF url(../images/bg_top.gif) no-repeat center top;
	text-align: center;
}
#header {
	width: 840px;
	margin: 0px;
	padding: 0px;
	height: 77px;
	background: url(../images/header.jpg) no-repeat;
}

/* ヘッダー左 */
#header #headleft { margin: 0px; padding: 0px; height: 77px; width: 420px; float: left; text-align: left; }

#header #headleft h1 { margin: 0px; padding: 0px; text-indent:-9999px; text-align: left;font-size: 0.8em; }
#header #headleft h1 a { margin: 0px; padding: 0px; display:block; width: 420px; height:77px; text-indent:-9999px; text-decoration: none; outline: none;}
/* NNでリンク線が出てしまうのを防ぐ為 */
#header #headleft h1 img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* ヘッダー右*/
#header #headright { margin: 0px; padding: 0px; height: 77px; width: 410px; float: right; text-align: left; }
#header #headright p { margin: 0px; padding: 0px; text-indent:-9999px; height: 77px; }

/* ヘッダー・ナビゲーション
---------------------------------------------------- */
#headnavi {
	height: 35px;
	width: 840px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headnavi.jpg) no-repeat;
}
#headnavi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#headnavi li {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 35px;
	float:left;
	text-indent: -9999px;
}
#headnavi li a {
  text-decoration: none; /* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 35px;
  outline: none;
}

#headnavi li#nv1 a {left: 0px; background:url(../images/headnavi.jpg) -0px 0px; width: 140px;}
#headnavi li#nv1 a:hover{left: 0px; background-position:-0px 35px; width: 140px;}
#headnavi li#nv1 .son{left: 0px; background-position:-0px 35px; width: 140px;}

#headnavi li#nv2 a {left: 140px; background:url(../images/headnavi.jpg) -140px 0px; width: 140px;}
#headnavi li#nv2 a:hover{left: 140px; background-position: -140px 35px; width: 140px;}
#headnavi li#nv2 .son{left: 140px; background-position: -140px 35px; width: 140px;}

#headnavi li#nv3 a {left: 280px; background:url(../images/headnavi.jpg) -280px 0px; width: 140px;}
#headnavi li#nv3 a:hover{left: 280px; background-position: -280px 35px; width: 140px;}
#headnavi li#nv3 .son{left: 280px; background-position: -280px 35px; width: 140px;}

#headnavi li#nv4 a {left: 420px; background:url(../images/headnavi.jpg) -420px 0px; width: 140px;}
#headnavi li#nv4 a:hover{left: 420px; background-position: -420px 35px; width: 140px;}
#headnavi li#nv4 .son{left: 420px; background-position: -420px 35px; width: 140px;}

#headnavi li#nv5 a {left: 560px; background:url(../images/headnavi.jpg) -560px 0px; width: 140px;}
#headnavi li#nv5 a:hover{left: 560px; background-position: -560px 35px; width: 140px;}
#headnavi li#nv5 .son{left: 560px; background-position: -560px 35px; width: 140px;}

#headnavi li#nv6 a {left: 700px; background:url(../images/headnavi.jpg) -700px 0px; width: 140px;}
#headnavi li#nv6 a:hover{left: 700px; background-position: -700px 35px; width: 140px;}
#headnavi li#nv6 .son{left: 700px; background-position: -700px 35px; width: 140px;}



/* メインコンテンツ全体コンテナ */
#contents {
	margin: 0px;
	padding: 0px;
}
#contents-bg {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	width: 840px;
}




/*サイドナビBOX
---------------------------------------------------- */
#side-box {
	margin: 3px 0px 0px 3px;
	padding: 0px;
	float: left;
	width: 210px;
	text-align: left;
	border: 0px solid #E1E1E1;
	display: inline;
}

/*サイドナビゲーション　メニュー
クリニックメニュー用（page-c）
---------------------------------------------------- */
#side-menu1 { margin: 0px; padding: 0px; width: 210px;}
#side-menu1 ul { margin: 0px; padding: 0px; list-style: none;}
#side-menu1 li { margin: 0px; padding: 0px; text-indent: -9999px;}
#side-menu1 li a { text-decoration: none; display: block; outline: none;}

#side-menu1 li#page-c01 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat 0px 0px;}
#side-menu1 li#page-c01 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px 0px;}
#side-menu1 li#page-c01 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px 0px;}

#side-menu1 li#page-c02 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat 0px -50px;}
#side-menu1 li#page-c02 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px -50px;}
#side-menu1 li#page-c02 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px -50px;}

#side-menu1 li#page-c03 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat 0px -100px;}
#side-menu1 li#page-c03 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px -100px;}
#side-menu1 li#page-c03 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px -100px;}

#side-menu1 li#page-c04 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat 0px -150px;}
#side-menu1 li#page-c04 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px -150px;}
#side-menu1 li#page-c04 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn1.jpg) no-repeat -210px -150px;}

/*サイドナビゲーション　メニュー
エステメニュー用（page-a）
---------------------------------------------------- */
#side-menu2 { margin: 0px; padding: 0px; width: 210px;}
#side-menu2 ul { margin: 0px; padding: 0px; list-style: none;}
#side-menu2 li { margin: 0px; padding: 0px; text-indent: -9999px;}
#side-menu2 li a { text-decoration: none; display: block; outline: none;}

#side-menu2 li#page-a01 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat 0px 0px;}
#side-menu2 li#page-a01 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px 0px;}
#side-menu2 li#page-a01 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px 0px;}

#side-menu2 li#page-a02 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat 0px -50px;}
#side-menu2 li#page-a02 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px -50px;}
#side-menu2 li#page-a02 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px -50px;}

#side-menu2 li#page-a03 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat 0px -100px;}
#side-menu2 li#page-a03 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px -100px;}
#side-menu2 li#page-a03 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px -100px;}

#side-menu2 li#page-a04 a {width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat 0px -150px;}
#side-menu2 li#page-a04 a:hover{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px -150px;}
#side-menu2 li#page-a04 .son{width: 210px; height: 50px; background:url(../images/sidemenu_btn2.jpg) no-repeat -210px -150px;}

/*サイドナビゲーション1
---------------------------------------------------- */
#side-navi1 { height: 35px; width: 210px; margin: 0px; padding: 0px; background: url(../images/sidenavi_btn1.jpg) no-repeat center top; }
#side-navi1 ul { margin: 0px; padding: 0px; list-style: none; }
#side-navi1 li { display: block; margin: 0px; padding: 0px; width: 210px; height: 35px; text-indent: -9999px; }
#side-navi1 li a { text-decoration: none; outline: none; display: block; width: 210px; height: 35px; }

#side-navi1 li#sn-btn1 a {left: 0px; background:url(../images/sidenavi_btn1.jpg) 0px 0px; }
#side-navi1 li#sn-btn1 a:hover{left: 0px; background-position: 0px 35px; }

/* メイン全体コンテナ
---------------------------------------------------- */

#main { margin: 0px; padding: 0px; float: right; width: 620px; text-align: left; }

h2 { margin: 0px; padding: 0px; }
h3 {
	padding: 5px 4px 4px 30px;
	font-size: 16px;
	margin: 0px 5px 0px;
	margin-bottom: 10px;
	color: #555;
	font-weight: bold;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	border-top: 0px solid #F1BED1;
	border-right: 0px solid #F1BED1;
	border-bottom: 1px solid #F1BED1;
	border-left: 0px solid #F1BED1;
}
h4 {
	font-size: 15px;
	margin: 0px 10px 5px;
	padding: 0px 3px 3px 18px;
	background: url(../images/h4_icon.jpg) no-repeat left top;
	color: #EE7600;
	font-weight: bold;
}
.midashi {  margin: 0px; padding: 0px; }

address { margin: 0px; font-weight: normal; font-style: normal; padding: 0px; }

.maintxt { font-weight: normal; font-size: 10px; line-height: 110%; text-align: right; color: #828282; margin-top: 3px; margin-bottom: 0px; }
.p1 { margin: 0px 15px 10px; }
.p2 { margin: 0px 0px 10px; text-align: center; }
.p3 { margin: 0px 20px 5px; text-align: right; }
.memo { margin: 0px 20px 0px; font-size: 12px; text-align: left; color: #838B83; line-height: 130%; }
.psidenavi { margin: 0px 5px 5px; text-align: center; line-height: 130%; font-size: 10px; }
.p-syouhin { margin: 0px 5px 10px; text-align: left; }
.esutenavi { margin: 0px 7px; }

.kakaku {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	color: #F60;
	font-weight: bold;
}
.hosoku {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #888;
}

.menu-title {
	padding: 0px;
	font-size: 15px;
	color: #C06;
	font-weight: bold;
	margin: 0px;
}

.kotira {
	text-align:right;
	margin-top: 5px;
}

.txt-right { text-align: right; padding: 2px 10px 2px 20px; }
.txt-left { text-align: left; padding: 2px 20px 2px 10px; }
.txt-center { text-align: center; padding: 2px; }

.img-right {float:right; margin-left: 5px; margin-bottom: 0px;}
.img-left {float:left; margin-right: 5px; margin-bottom: 0px;}

/* フッタメニュー
---------------------------------------------------- */
#footmenu {
	clear: both;
	width: 840px;
	padding: 5px 0px;
	background: #FFFFFF;
	border-top: 1px dotted #D8D8D8;
	margin-top: 5px;
}
#footmenu p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
#footmenu a {
  text-decoration: none; /* NNでリンク線が出てしまうのを防ぐ為 */
}

#footmenu address { margin: 0px; padding: 0px; font-size: 12px; text-align: center; font-weight: normal; font-style: normal; }

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/foot.jpg) no-repeat;
	height: 28px;
	width: 840px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

.gotopfoot {
	float:right;
	display:block;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

/*フッター下画像 */
#footend {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 860px;
	background: url(../images/bg_foot.gif) no-repeat center top;
	text-align: center;
}

/*個人情報部分
---------------------------------------------------- */
#kojin-text {
	width: 580px;
	margin: 0px auto 10px;
}

.pkojin-txt1 { margin: 0px 0px 3px; text-align: left; }
.pkojin-txt2 { margin: 0px 0px 20px; text-align: left; }

/* テーブルお問い合わせ（個人情報）ブロック */
.table-list { clear: both; margin: 0px 0px 20px;}
.table-list th { text-align: left; padding: 0px; vertical-align: top; font-weight: normal; }
.table-list td { text-align: left; padding: 0px; }


/* CONTACT - 送信フォーム
---------------------------------------------------- */
.formbox {
	clear: both;
	margin-bottom: 10px;
}
.formbox table {
	margin: 0px auto 0px;
	background: #CCC;
}

.formbox th {
	font-weight: normal;
	text-align: center;
	padding: 4px 0px;
	vertical-align: middle; 
}
.formbox td {
	text-align: left;
	padding: 4px;
	background: #FFFFFF;
}

/* フォーム・ラジオボタンのテキスト部分 */
.tradio { vertical-align: 3px; margin-right: 20px; }
/* フォーム・必須マーク（※） */
.asta { font-size: 7pt; margin-left: 3px; color: #FF0000; vertical-align: 1px; }
/* フォーム・入力例 */
.rei { font-size: 10px; vertical-align: 3px; color: #FF9933; }
/* フォーム・テキスト */
.pcontact { padding: 0px; font-weight: bold; margin-left: 10px; color: #FFFFFF;	}

.bg-col-1 {background: #FFFFFF;}
.bg-col-2 {background: #FFFFF0; background-image: url(../images/midashi_bg.jpg);}
.bg-col-3 {background: #FFF8DC;}
.bg-col-4 {background: #FFFFF0;}

/* テーブルブロック
---------------------------------------------------- */
/* テーブルインフォメーションのブロック */
.t-topmenu {
	clear: both;
	margin: 0px 10px 10px;
}
.t-topmenu td { 
	margin: 0px;
	padding: 0px;
}

/* テーブルインフォメーションのブロック */
.t-info {
	clear: both;
	margin: 10px 10px 20px 10px;
}
.t-info th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #F1BED1;
}
.t-info td { 
	text-align: left;
	vertical-align: top;
	padding: 4px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #F1BED1;
}

/* テーブル01のブロック */
.table01 {
	clear: both;
	margin: 0px auto 10px;
	background: #CCC;
}
.table01 th { 
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle; 
	padding-left: 4px; 
	padding-top: 2px; 
	padding-right: 4px; 
	padding-bottom: 2px;
	background-image: url(../images/midashi_bg.jpg);
}
.table01 td { 
	text-align: left;
	padding-left: 7px; 
	padding-top: 4px; 
	padding-right: 7px; 
	padding-bottom: 4px;
	background: #FFFFFF;
}

.ptxt1 {
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	color: #696969;
	padding: 8px;
	margin: 0px 15px 10px 15px;
	border: 1px dotted #CDC9C9;
	background: #FFFCEE;
}

.price-bg {
	padding: 8px;
	margin: 0px 15px 10px 15px;
	border: 1px solid #EED5B7;
	background-image: url(../images/bg_price.jpg);
}
/* テーブルboxinのブロック */
.table-boxin {
	clear: both;
	margin: 0px;
}
.table-boxin td {
	margin: 0px;
	padding: 0px;
}

/* テーブル料金のブロック */
.table-ryoukin {
	clear: both;
	margin: 0px auto 10px;
}
.table-ryoukin th { 
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle; 
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #CDC0B0;
}
.table-ryoukin td {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #CDC0B0;
}

/* 詳細ＢＯＸ
---------------------------------------------------- */
.sotowaku-box1 { padding:0px 20px; margin-bottom: 10px; text-align: left; }
.sotowaku-box2 { padding:0px 15px; margin-bottom: 10px; text-align: left; }
.utiwaku-box {
	border: 1px solid #D8D8D8;
	padding: 8px;
	background: url(../images/bg_table.gif) repeat;
}
/* テーブルsyousaiのブロック */
.t-syousai {
	clear: both;
}
.t-syousai th {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.t-syousai td {
	text-align: center;
	padding: 4px;
}

/* クリアフィックス（回り込みの解除）
---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden; /* この指定でDWでレイアウトが崩れない \*/
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*テキスト非表示*/
em { visibility: hidden; }
/*回り込み初期化*/
#clearboth {clear: both;}
.clearboth {clear: both;}


/* ライトボックス用のスタイル（lightbox.cssより）
---------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
