@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.jpg) #FFFFCC; }

#wrapper {
	background: url(../images/point.jpg) repeat;
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}


#main {
	background: url(../images/main_bg.png) repeat-y;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#content {
	width: 580px;
	float: right;
	font-size: 100%;
	color: #666;
	background: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	}

#content .alpha {
	float: left;
	width: 560px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	display:inline;
	}

#content .beta {
	float: right;
	width: 220px;
	padding: 0;
	}

/*---------- 03  Header -----------*/

#header {
	height: 115px;
	width: 800px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

h1 {
	text-indent: -9999px;
	width: 400px;
	height: 78px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 400px;
	height: 70px;
	background-position: 0 0;
	}

#header .section {
	width: 205px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#header .info_bn {
	width: 160px;
	float: right;
	margin: 0;
	padding: 0;
	height: 70px;
	}

#header p.tel {
	margin: 0;
	padding: 5px 0 0;
	text-indent: -9999px;
	}

#header p.info {
	margin: 0;
	padding: 5px 0 0;
    display: block;
	}
	
#header p.info a{
	text-indent: -9999px;
	display: block;
	height: 70px;
}
	
#header p.tel img { display: block; }

#header_nav {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	height:40px;
	background: url(../images/header_nav_bg.jpg) 0 0 no-repeat;
	}

#header_nav li {
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
	}
#header_nav li a {
	display: block;
	height: 40px;
	}

#header_nav01 { width: 160px; }
#header_nav02 { width: 160px; }
#header_nav03 { width: 160px; }
#header_nav04 { width: 160px; }
#header_nav05 { width: 160px; }
#header_nav08 { width: 160px; }

#header_nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#header_nav02 a { background: url(../images/header_nav.jpg) -160px 0 no-repeat; }
#header_nav03 a { background: url(../images/header_nav.jpg) -320px 0 no-repeat; }
#header_nav04 a { background: url(../images/header_nav.jpg) -480px 0 no-repeat; }
#header_nav05 a { background: url(../images/header_nav.jpg) -640px 0 no-repeat; }
#header_nav08 a { background: url(../images/header_nav.jpg) -800px 0 no-repeat; }


#header_nav01 a:hover { background: url(../images/header_nav.jpg) 0 -40px no-repeat; }
#header_nav02 a:hover { background: url(../images/header_nav.jpg) -160px -40px no-repeat; }
#header_nav03 a:hover { background: url(../images/header_nav.jpg) -320px -40px no-repeat; }
#header_nav04 a:hover { background: url(../images/header_nav.jpg) -480px -40px no-repeat; }
#header_nav05 a:hover { background: url(../images/header_nav.jpg) -640px -40px no-repeat; }
#header_nav08 a:hover { background: url(../images/header_nav.jpg) -800px -40px no-repeat; }

/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0;
	}

#nav #nav_title01 {
	height: 40px;
	background: url(../images/nav_top.png) 0 0 no-repeat;
	text-indent: -9999px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	background: url(../images/nav01.jpg) 0 0 no-repeat;
	cursor: pointer;
	color: #4d9cf9;
	}
#nav ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	color: #4d9cf9;
	}

#nav ul li ul li a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav ul li ul li a:hover { background: url(../images/nav02.jpg) -160px 0 no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	height:20px;
	color: #fff;	
}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer address {
	margin: 0 1em;
	line-height: 16px;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 10px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	margin: 0 15px;
	}
#content h3 {
	height: 60px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #4d9cf9;
	outline: none;
	}
a:hover { color: #56e3f4; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	color: #22476c;
	text-align: right;
	font-size: 85%;
	letter-spacing: 0;
	line-height: 1.2;
	}

/* 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 #nav_right {
	margin: 0;
	padding: 0;
	}
#content #nav_right li {
	margin: 0;
	padding: 0;
	}
#content #nav_right li a {
	display: block;
	height: 52px;
	text-indent: -9999px;
	}
#content #nav_right #nav_right01 a { background: url(../images/nav_r.png) 0 0 no-repeat; }
#content #nav_right #nav_right02 a { background: url(../images/nav_r.png) 0 -52px no-repeat; }
#content #nav_right #nav_right03 a { background: url(../images/nav_r.png) 0 -104px no-repeat; }
#content #nav_right #nav_right04 a { background: url(../images/nav_r.png) 0 -156px no-repeat; }
#content #nav_right #nav_right05 a { background: url(../images/nav_r.png) 0 -208px no-repeat; }
#content #nav_right #nav_right06 a { background: url(../images/nav_r.png) 0 -260px no-repeat; }

#content #nav_right #nav_right01 a:hover { background: url(../images/nav_r.png) -220px 0 no-repeat; }
#content #nav_right #nav_right02 a:hover { background: url(../images/nav_r.png) -220px -52px no-repeat; }
#content #nav_right #nav_right03 a:hover { background: url(../images/nav_r.png) -220px -104px no-repeat; }
#content #nav_right #nav_right04 a:hover { background: url(../images/nav_r.png) -220px -156px no-repeat; }
#content #nav_right #nav_right05 a:hover { background: url(../images/nav_r.png) -220px -208px no-repeat; }
#content #nav_right #nav_right06 a:hover { background: url(../images/nav_r.png) -220px -260px no-repeat; }

#content .beta .banner {
	margin: 0;
	padding: 0;
	}
#content .beta .banner p {
	margin: 5px 0;
	padding: 0;
	}
#content .beta .banner p img {
	display: block;
	}

#content .beta * {
	margin: 0;
	padding: 0;
	}
/*---------- 07  Index -----------*/

#index #content #title01 {
	float: left;
	height: 245px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	}
#index #content #title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h3-03.png) -5px 0 no-repeat; }
#index #content #title04 { background: url(../images/index_h3-04.png) 0 0 no-repeat; }

#index #content h4 {
	text-indent: 0;
	border-left: 3px solid #053a7e;
	padding: 2px 0 2px 7px;
	height: auto;
	color: #1194ab;
	line-height: 1.2;
	font-size: 100%;
	}
#index #content #title05 {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/index_h3-05.png) 0 0 no-repeat;
	}

#index .greeting {
	line-height: 1.3;
	}

#index .bordered {
	border: 1px solid #ccc;
	padding: 4px;
	margin: .5em 10px;
	}
#index .bordered .image_l {
	margin: 0 5px 5px 0;
	}
#index .bordered .rightbox {
	margin: 0 0 0 130px;
	padding: 0;
	font-size: 100%;
	}
#index .bordered .rightbox2 {
	padding: 0;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	}
	
#index .bordered dl { margin: 5px 0 0 }
#index .bordered dt,
#index .bordered dd {
	margin: 0;
	}
#index .bordered dt {
	border: 1px solid #ccc;
	padding-left: 3px;
	background: #eee;
	font-weight: 100;
	}
#index .bordered dd {
	font-size: 85%;
	padding: 3px 0;
	}
*:first-child+html #index .bordered dd { font-size: 9px; } /*  for IE7 only */
* html #index .bordered dd { font-size: 9px; } /*  for IE6 only */

#index .bordered .price {
	clear: both;
	border: 1px solid #ccc;
	margin: 0;
	padding: 4px;
	}
#index .bordered .price p {
	margin: 0;
	}
#index .bordered .price .image_l {
	background: url(../images/icon_en.png) 0 center no-repeat;
	padding-left: 25px;
	line-height: 25px;
	color: #4d9cf9;
	font-weight: 900;
	font-size: 120%;
	}
#index .bordered .price .image_r { width: 120px; }
#index .bordered .price .image_r a {
	display: block;
	background: url(../images/click.png) 0 0 no-repeat;
	height: 25px;
	text-indent: -9999px;
	}
#index .bordered .price .image_r a:hover { background: url(../images/click.png) 0 -25px no-repeat; }
#index .bordered .rightbox li {
	margin: 0;
	padding: 0;
	}
#index .bordered .rightbox li span {
	display: block;
	}

#index .bordered ol li strong {
	display: block;
	font-weight: 100;
	color: #1194ab;
	}

#index .bordered .pack ul {
	margin: 5px 0;
	}
#index .bordered .pack ul li {
	display: inline;
	padding-left: 15px;
	background: url(../images/arrow_h.png) 0 center no-repeat;
	line-height: 1.1;
	margin-right: 5px;
	}
#index #content .bordered .pack h4 {
	border-left: 0;
	border-bottom: 2px solid #ddd;
	margin-top: 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	}
	
#index #content .bordered .pack h4 a,
#index #content .bordered .pack h4 a:hover
{color: #1194ab;}

#index #content .footer_link {
	margin: 0 20px 0 45px;
	}
#index #content .footer_link li {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	padding: 0px;
	text-align: center;
	width:170px;
	}


/*---------- 08  Concept -----------*/



/*---------- 09  Staff -----------*/


.marB10 {margin-bottom: 10px !important;}
.marB5 {margin-bottom: 5px !important;}

.text_10{font-size: 10px;}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}


#more { display:none; }  


.w180{width: 185px;}

.floatL{float:left;}
.floatR{float:right;}

.mar0{margin: 0px !important;}

.marnotR{margin-right: 0px !important;}

.marnotL{margin-left: 0px !important;}


.marT5 {margin-top: 5px;}

.marT15 {margin-top: 15px;}

.padT0 {padding-top: 0px !important;}

.tuae_arrow01 {
	background-image: url(../images/listmark03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



.menu_fuku {
	height: 36px;
	width: 160px;
	display: block;
	text-indent: -9999px;
	background: url(../images/menu.jpg) no-repeat 0 0;
}


.menu_01,
.menu_02,
.menu_03,
.menu_04,
.menu_05,
.menu_06,
.menu_07,
.menu_08 {
	width: 220px;
	display: block;
	border-bottom:1px solid #ccc;
}

.menu_01 a,
.menu_02 a,
.menu_03 a,
.menu_04 a,
.menu_05 a,
.menu_06 a,
.menu_07 a,
.menu_08 a
{
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 220px;
}

.menu_01 a{background: url(../img01/navi01.gif)}
.menu_02 a{background: url(../img01/navi02.gif)}
.menu_03 a{background: url(../img01/navi03.gif)}
.menu_04 a{background: url(../img01/navi04.gif)}
.menu_05 a{background: url(../img01/navi05.gif)}
.menu_06 a{background: url(../images/menu.jpg) no-repeat 0 -231px;}
.menu_07 a{background: url(../images/menu.jpg) no-repeat 0 -270px;}
.menu_08 a{background: url(../images/menu.jpg) no-repeat 0 -309px;}

.menu_01 a:hover{background: url(../img01/navi01_o.gif)}
.menu_02 a:hover{background: url(../img01/navi02_o.gif)}
.menu_03 a:hover{background: url(../img01/navi03_o.gif)}
.menu_04 a:hover{background: url(../img01/navi04_o.gif)}
.menu_05 a:hover{background: url(../img01/navi05_o.gif)}
.menu_06 a:hover{background: url(../images/menu.jpg) no-repeat -160px -231px;}
.menu_07 a:hover{background: url(../images/menu.jpg) no-repeat -160px -270px;}
.menu_08 a:hover{background: url(../images/menu.jpg) no-repeat -160px -309px;}



.w400{width: 400px;}



.tab01,
.tab02,
.tab03,
.tab04{
	width: 60px;
	display: block;
}

.tab05,
.tab06{
	width: 80px;
	display: block;
}

.tab01 a,
.tab02 a,
.tab03 a,
.tab04 a{	
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 60px;
}

.tab05 a,
.tab06 a{	
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 80px;
}

.tab01 a{background: url(../images/tabimg_01.jpg) no-repeat 0 0;}
.tab02 a{background: url(../images/tabimg_02.jpg) no-repeat 0 0;}
.tab03 a{background: url(../images/tabimg_03.jpg) no-repeat 0 0;}
.tab04 a{background: url(../images/tabimg_04.jpg) no-repeat 0 0;}
.tab05 a{background: url(../images/tabimg_05.jpg) no-repeat 0 0;}
.tab06 a{background: url(../images/tabimg_06.jpg) no-repeat 0 0;}

.tab01 a:hover{background: url(../images/tabimg_ov_01.jpg) no-repeat 0 0;}
.tab02 a:hover{background: url(../images/tabimg_ov_02.jpg) no-repeat 0 0;}
.tab03 a:hover{background: url(../images/tabimg_ov_03.jpg) no-repeat 0 0;}
.tab04 a:hover{background: url(../images/tabimg_ov_04.jpg) no-repeat 0 0;}
.tab05 a:hover{background: url(../images/tabimg_ov_05.jpg) no-repeat 0 0;}
.tab06 a:hover{background: url(../images/tabimg_ov_06.jpg) no-repeat 0 0;}



/*090424追加*/
dl.anaList dd{float:left;}

/*
#tktTable table,
#tktTable table td
{border:1px solid #ccc;} 
*/

#tktTable table{
font-size:1.2em; font-weight:bold;}

#tktTable02 table{
font-size:14px; font-weight:bold;}

#tktTable03 table{
font-size:14px; font-weight:bold;}

#tktTable04 table{
font-size:14px; font-weight:bold;}

#tktTable05 table{
font-size:14px; font-weight:bold;}

#tktTable06 table{
font-size:14px; font-weight:bold;}

#tktTable07 table{
font-size:14px; font-weight:bold;}

#tktTable07 tr {border-bottom:1px #666 dashed;}


#tktTable08 table{
font-size:14px; font-weight:bold; border:none;}

#tktTable08 tr {border-bottom:1px #666 dashed;}

#tktTable08 table td
{border:0px solid #ccc;} 

#tktTable09 table{
font-size:14px; font-weight:bold;}

#tktTable10 table{
font-size:14px; font-weight:bold;}

#tktTable10 table td
{border:0px solid #ccc;} 

#tktTable10 tr {border-bottom:1px #666 dashed;}

#tktTable11 table{
font-size:14px; font-weight:bold;}

#tktTable table td{padding:15px 5px;}
#tktTable02 table td{padding:15px 5px;}
#tktTable03 table td{padding:15px 5px;}
#tktTable04 table td{padding:15px 5px;}
#tktTable05 table td{padding:15px 5px;}
#tktTable06 table td{padding:15px 5px;}
#tktTable07 table td{padding:15px 5px;}
#tktTable08 table td{padding:15px 5px;}
#tktTable10 table td{padding:15px 5px;}
#tktTable11 table td{padding:15px 5px;}



#content #tktTable table tr td a{ 
text-decoration: underline;
color: #0b00fb;
}

#content #tktTable02 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
text-align:center;
}

#content #tktTable02 td {
text-align:center;
}

#content #tktTable03 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
text-align:center;
}

#content #tktTable04 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
text-align:center;
}

#content #tktTable05 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
text-align:center;
}

#content #tktTable05 td {
text-align:center;
}

#content #tktTable06 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
text-align:center;
}


#content #tktTable07 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
text-align:left;
}


#content #tktTable08 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
}

#content #tktTable09 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
}

#content #tktTable10 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
}

#content #tktTable11 table tr td a{ 
text-decoration: underline;
color: #0b00fb;
}

#content #tktTable table tr td a:hover {color: #fd681f;}
#content #tktTable02 table tr td a:hover {color: #fd681f;}
#content #tktTable03 table tr td a:hover {color: #fd681f;}
#content #tktTable04 table tr td a:hover {color: #fd681f;}
#content #tktTable05 table tr td a:hover {color: #fd681f;}
#content #tktTable06 table tr td a:hover {color: #fd681f;}
#content #tktTable07 table tr td a:hover {color: #fd681f;}
#content #tktTable08 table tr td a:hover {color: #fd681f;}
#content #tktTable09 table tr td a:hover {color: #fd681f;}
#content #tktTable10 table tr td a:hover {color: #fd681f;}
#content #tktTable11 table tr td a:hover {color: #fd681f;}


#bnrBox{height:600px; padding:10px; background-color:#ffffee; border:1px solid #ffba00;}

.fl_p{width:300px; height:80px; float:left;}
.fr_img { margin-bottom:10px; margin-left:20px; float:left;}

.clear {display:block; clear:both;}
.mt10{margin-top:10px;}

.tktTable01 table
{width:250px!important;}


.tktTable01 table,
.tktTable01 table td
{border:1px solid #ccc;} 

.tktTable01 table{
font-size:1.25em; font-weight:bold;}

.c_table {
text-align:center;
}
  
.red_mes {font-size:11px; color:#FF0000;}
























