@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.png) top repeat-x; }

#body_02 { background: url(../images/body_bg02.png) bottom repeat-x; }

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 0 20px 0;
	}

#content {
	width: 600px;
	float: left;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 90px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 290px;
	height: 90px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 580px;
	height: 90px;
	background: url(../images/header.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header .section p{
	margin: 0;
	padding: 0;
	}
#header .section p img { display: block; }
#header .logo {
	width: 580px;
	height:90px;
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
	}
/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li#nav03,
#nav .internal li#nav12
 { height: 40px; }

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav .internal li#nav03 a,
#nav .internal li#nav12 a
 { height: 40px; }


#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -100px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -130px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -190px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -220px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -250px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -280px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -200px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -200px -100px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -200px -130px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -160px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -200px -190px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -200px -220px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -200px -250px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -200px -280px no-repeat; }

#nav p { text-align: center; }

.ban_azabu a{
	width:180px;
	height:65px;
	display:block;
	text-indent:-9999px;
	margin:0 0 0 10px;
	background:url(../images/ban_azabu.jpg);
}
.ban_azabu a:hover{
	background-position:0 100%;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #666;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: underline;
	color: #666;
	}
#footer a:hover { color:#CA5476; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 35px .2em 25px; }
.section .section { padding: .5em 5px 0 5px; }

.center { text-align: center; }

#content h2 {
	height: 36px;
	text-indent: -9999px;
	margin: 20px 25px 5px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin: 5px 0;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em 0;
	color: #8B5C29;
	border-bottom: 1px solid #8B5C29;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
  font-weight: bold;
	background: #F5E1E7; }

#content a { text-decoration: underline; }

a {
	color: #CA5476;;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 10px 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 10px 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	margin: 0;
	}

#content ul.totop li {
	list-style: none;
	width: 124px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */



#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #DFA7B9;
	font-size: 100%;
	color: #666;
	width: 530px;
	}

#content table th,
#content table td {
	padding: 4px;
	border: 1px solid #DFA7B9;
	}

#content table th {
  background:#F9ECF0;
	color:#BF5F80; }

#content table .th_02 { 
	background: #CF7491;
	color: #fff;
	}

	
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

strong.point { color:#CC0000; }


/*---------- 07  Index -----------*/
#index h2#title01 { 
  background: url(../images/index01.jpg) 0 0 no-repeat; 
  height: 340px;
	margin: 10px 0 5px;
	text-indent:0;}

#index h3#title03 { background: url(../images/index_info_h.png) 0 0 no-repeat; } 

#index #info { padding: 5px 25px; }

#index #pickup {
	margin: 0 0 0 5px;
	padding: 0;
	}

#index #pickup li{
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
	}

#index #pickup li#pkup04 { width: 125px; }

#index #pickup li a{
  display: block;
	height: 140px;
	width: 125px;
	}
	
#index #pkup01 a{ background: url(../images/index_pickup02.png) 0 0 no-repeat; }
#index #pkup02 a{ background: url(../images/index_pickup02.png) -135px 0 no-repeat; }
#index #pkup03 a{ background: url(../images/index_pickup02.png) -270px 0 no-repeat; }
#index #pkup04 a{ background: url(../images/index_pickup02.png) -405px 0 no-repeat; }


#index #pkup01 a:hover { background: url(../images/index_pickup02.png) 0 -140px no-repeat; }
#index #pkup02 a:hover { background: url(../images/index_pickup02.png) -135px -140px no-repeat; }
#index #pkup03 a:hover { background: url(../images/index_pickup02.png) -270px -140px no-repeat; }
#index #pkup04 a:hover { background: url(../images/index_pickup02.png) -405px -140px no-repeat; }

#index .bnr_jyuuban a{
	width:549px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../images/bnr_jyuuban.jpg);
	margin:10px 0;
}
#index .bnr_jyuuban a:hover{
	background-position:0 100%;
}

/*---------- 08  Treatment -----------*/
#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-01.png) 0 0 no-repeat; }
#treatment h4#title03 { background: url(../images/treatment_h4-01.png) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-02.png) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-03.png) 0 0 no-repeat; }
#treatment h3#title06 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-04.png) 0 0 no-repeat; }
#treatment h3#title08 { background: url(../images/treatment_h3-03.png) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-05.png) 0 0 no-repeat; }
#treatment h4#title10 { background: url(../images/treatment_h4-06.png) 0 0 no-repeat; }


/*---------- 09  Sterile -----------*/
#sterile h2#title01 { background: url(../images/sterile_h2-01.png) 0 0 no-repeat; }
#sterile h3#title02 { background: url(../images/sterile_h3-02.png) 0 0 no-repeat; }

#sterile #content ul { margin: 5px; }

/*---------- 10  Cost -----------*/
#cost h2#title01 { background: url(../images/cost_h2-01.png) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.png) 0 0 no-repeat; }
#cost h4#title03 { background: url(../images/cost_h4-03.png) 0 0 no-repeat; }
#cost h4#title04 { background: url(../images/cost_h4-04.png) 0 0 no-repeat; }
#cost h4#title05 { background: url(../images/cost_h4-05.png) 0 0 no-repeat; }
#cost h4#title06 { background: url(../images/cost_h4-06.png) 0 0 no-repeat; }

#cost #content table .th_03 {
  width: 140px;
	}

#cost #content table .td_01 {
  width: 210px;
	}

#cost #content table .td_02 {
  text-align:center;
	}
.pink{
	color:#BF5F80;
	font-weight:bold;
}
/*---------- 11  Tour -----------*/
#tour h2#title01 { background: url(../images/tour_h2-01.png) 0 0 no-repeat; }
#tour h3#title02 { background: url(../images/tour_h3-02.png) 0 0 no-repeat; }
#tour h4#title03 { background: url(../images/tour_h4-01.png) 0 0 no-repeat; }


#tour #content #navigator {
	position: relative;
	margin: 0 0 0 0;
	}
#tour #content #navigator p {
	margin: 0;
	padding: 0;
	}
#tour #content #navigator p img {
	display: block;
	}
#tour #content #navigator ol,
#tour #content #navigator li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#tour #content #navigator #point01 {
	position: absolute;
	top: 233px;
	left: 327px;
	}

#tour #content #navigator #point02 {
	position: absolute;
	top: 185px;
	left: 327px;
	}

#tour #content #navigator #point03 {
	position: absolute;
	top: 139px;
	left: 327px;
	}

#tour #content #navigator #point04 {
	position: absolute;
	top: 115px;
	left: 327px;
	}

#tour #content #navigator #point05 {
	position: absolute;
	top: 58px;
	left: 327px;
	}

#tour #content #navigator #point06 {
	position: absolute;
	top: 253px;
	left: 185px;
	}

#tour #content #navigator #point07 {
	position: absolute;
	top: 222px;
	left: 185px;
	}

#tour #content #navigator #point08 {
	position: absolute;
	top: 206px;
	left: 185px;
	}

#tour #content #navigator #point09 {
	position: absolute;
	top: 176px;
	left: 185px;
	}

#tour #content #navigator #point10 {
	position: absolute;
	top: 120px;
	left: 219px;
	}

#tour #content #navigator #point11 {
	position: absolute;
	top: 111px;
	left: 185px;
	}

#tour #content #navigator #point12 {
	position: absolute;
	top: 57px;
	left: 195px;
	}

#tour #content .staff {
	width:170px;
	text-align:center;
	}

#tour #content .staff1 {
	width:170px;
	height:250px;
	text-align:center;
	}

* html body#tour #content #navigator #point01 {top: 236px;}
* html body#tour #content #navigator #point02 {top: 186px;}
* html body#tour #content #navigator #point03 {top: 141px;}
* html body#tour #content #navigator #point04 {top: 123px;}
* html body#tour #content #navigator #point05 {top: 61px;}
* html body#tour #content #navigator #point06 {top: 256px;}
* html body#tour #content #navigator #point07 {top: 225px;}
* html body#tour #content #navigator #point08 {top: 209px;}
* html body#tour #content #navigator #point09 {top: 179px;}
* html body#tour #content #navigator #point10 {top: 123px;}
* html body#tour #content #navigator #point11 {top: 114px;}
* html body#tour #content #navigator #point12 {top: 60px;}

/*---------- 10  Mouth -----------*/
#mouth h2#title01 { background: url(../images/mouth_h2-01.png) 0 0 no-repeat; }
#mouth h3#title02 { background: url(../images/mouth_h3-02.png) 0 0 no-repeat; }
#mouth h4#title03 { background: url(../images/mouth_h4-03.png) 0 0 no-repeat; }
#mouth h4#title04 { background: url(../images/mouth_h4-04.png) 0 0 no-repeat; }
#mouth h4#title05 { background: url(../images/mouth_h4-05.png) 0 0 no-repeat; }

/*---------- 11  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }

/*---------- 12  Info -----------*/
#info h2#title01 { background: url(../images/info_h2-01.png) 0 0 no-repeat; }
#info h3#title02 { background: url(../images/info_h3-02.png) 0 0 no-repeat; }

#info .th_02 { width: 100px; }

#mapping {
	width: 395px;
	height: 400px;
	margin: 5px 0 5px 5px;
	}

#clinic #content #map .InfoWin { width: 240px; }
#clinic #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #de91a2;
	letter-spacing: 1px;
	}

/*---------- 13  Inquiry -----------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.png) 0 0 no-repeat; }
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.png) 0 0 no-repeat; }
#inquiry h3#title03 { background: url(../images/inquiry_h3-03.png) 0 0 no-repeat; }
#inquiry h4#title04 { background: url(../images/inquiry_h4-04.png) 0 0 no-repeat; }
#inquiry h4#title05 { background: url(../images/inquiry_h4-05.png) 0 0 no-repeat; }
#inquiry h4#title06 { background: url(../images/inquiry_h4-06.png) 0 0 no-repeat; }
#inquiry h4#title07 { background: url(../images/inquiry_h4-07.png) 0 0 no-repeat; }

#inquiry span { color:#CC0000; }

/*---------- 14  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.png) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3-04.png) 0 0 no-repeat; }

#sitemap #content ul {
  margin-left: 20px;
	}

#sitemap #content li {
  margin-bottom: 15px;
	background-image: none;
  font-weight: bold;
	background: #F5E1E7; }

#sitemap #content li a{ color: #666; }

#sitemap #content li a:hover { color: #de91a2; }

/* ---- jtip (アクセスマップ　ポイント画像表示用) <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #ccc;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip{
cursor:help;
}
