@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) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	width: 900px;
	margin: 10px 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#index #content {
	width: 670px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 5px 0 1em 0;
	}
#content {
	width: 670px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 20px 0 1em 0;
	}
	
	
#catch{
	width: 900px;
	margin: 0;
	padding: 0;
	height:180px;
	}
#catch p{
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	}
	
/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 130px;
	width: 900px;
	margin: 0;
	padding: 0;
	position: relative;
	}
#header .description {
    position: absolute;
    top: 40px;
    left: 130px;
    margin: 0;
	font-size:93%;
	color:#666;
    }
	
h1 {
	text-indent: -9999px;
	width: 400px;
	height: 40px;
	line-height: 1.0;
	float: left;
    margin: 70px 85px;
	}
*html h1 {margin: 70px 42px;}
h1 a {
	display: block;
	width: 400px;
	height: 40px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 270px;
	float: right;
	margin: 0 5px;
	padding: 0;
	}
#header .section p{
	margin: 0;
	padding: 0;
	}

#header_nav a {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 125px;
	text-indent:-9999px;
	background:url(../images/header_nav.jpg) 0 0 no-repeat;
	display:block;
	}
#header_nav a:hover{background:url(../images/header_nav.jpg) 0 -125px no-repeat;}
	
	
/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0;
	font-size:100%;
	color:#B8294F;
	margin:0;
	}

#nav ul{
	margin: 0 0 10px 0;
	padding: 10px 0;
	list-style: none;
	background:url(../images/nav.jpg) 0 0 no-repeat;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 -10px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -50px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -130px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -170px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -250px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -290px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -370px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -410px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -450px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -220px -10px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -220px -50px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -220px -90px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -220px -130px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -170px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -250px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -290px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -220px -330px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -220px -370px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -220px -410px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -220px -450px no-repeat; }

#nav p { text-align: center; }

#nav .text_link{
	background:url(../images/nav_li.png) 0 0 no-repeat;
	padding-left:15px;
	margin:0 auto;
	font-size:85%;
	width:200px;
	}

#nav #nav_form a{
	background:url(../images/nav_form.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	height:150px;
	width:220px;
	display:block;
	padding:0;
	margin: 0 0 10px 0;
	}
#nav #nav_form a:hover{background:url(../images/nav_form.jpg) 0 -150px no-repeat;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color:#B8294F;
	border-top:solid 3px #999;
	}
*: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: #f94956;
	}
#footer a:hover { text-decoration: underline; }

#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 { float:right; margin: 15px 0; }


#footer .section {
	width:900px;
	margin: 0 auto;
	padding: 0;
	}
	
#footer_form a {
	background:url(../images/footer_banner.png) 0 0 no-repeat;
	width:560px;
	height:50px;
	text-indent:-9999px;
	display:block;
	float:left;
	}
#footer_form a:hover {background:url(../images/footer_banner.png) 0 -50px; no-repeat;}
	
	
/*---------- 06  Contents -----------*/

.section { padding: .5em 10px 1em 10px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 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: #B8294F;
	outline: none;
	}
a:hover { color: #CC3366; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) 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;
	}

#content ul.totop li {
	list-style: none;
	width: 110px;
	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.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 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:collapse;
	border: 1px solid #A998C2;
	font-size: 100%;
	color: #666;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #A998C2;
	}
#content table th {
	background: #FFF3FB;
	color: #B8294F;
	}
#content table th.title{background: #F0E6FF;}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}




/*---------- 07  Index -----------*/
#index #catch{
	 background:url(../images/index_catch.jpg) 0 0 no-repeat;
	 height:280px;
	 }
	 
#index h2#title01{background:url(../images/index_h2-01.jpg) 0 0 no-repeat; height:40px; margin:0;}
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat;}
#index h3#title03{background:url(../images/index_h3-03.jpg) 0 0 no-repeat;}


#index #header {background: url(../images/header_bg_i.jpg) 0 0 no-repeat;}

#index #header_nav a {background:url(../images/header_nav_i.jpg) 0 0 no-repeat;}
#index #header_nav a:hover{background:url(../images/header_nav_i.jpg) 0 -125px no-repeat;}

#index #pickup {
	width:670px;
	height:150px;
	margin:0;
	padding:0;
	color:#333;
	}
	
#index #pickup01 {
	background:url(../images/index_pickup.jpg) 0 0 no-repeat;
	margin: 0 20px 0 0;
	width:210px;
	height:130px;
	float:left;
	}
#index #pickup02 {
	background:url(../images/index_pickup.jpg) -210px 0 no-repeat;
	margin: 0 20px 0 0;
	width:210px;
	height:130px;
	float:left;
	}
#index #pickup03 {
	background:url(../images/index_pickup.jpg) -420px 0 no-repeat;
	margin: 0 0 0 0;
	width:210px;
	height:130px;
	float:left;
	}

#index #pickup dl{
	margin:0;
	width:210px;
	height:130px;
	}
#index #pickup dt{
	height:30px;
	text-indent:-9999px;
	}
#index #pickup dd.text01{
	margin: 5px 7px 5px 100px;
	}
#index #pickup dd.text02{
	margin: 5px 100px 5px 7px;
	}
#index #pickup dd.link01{margin:20px 0 5px 120px;}
#index #pickup dd.link02{margin:20px 0 5px 7px;}

#index #pickup dd a{
	margin: 10px 0 0 0;
	background:url(../images/click01.png) 0 0 no-repeat;
	display:block;
	width:82px;
	height:22px;
	text-indent:-9999px;
	font-size:1px;
	}
#index #pickup dd a:hover{background:url(../images/click01.png) -82px 0 no-repeat;}

#index #tiny {
	height:80px;
	overflow:scroll;
	border-bottom: 1px #CCC dotted;
	padding:15px;
	}
	
#index .click_flow a{
	background:url(../images/index_click01.jpg) 0 0 no-repeat;
	width:650px;
	height:41px;
	text-indent:-9999px;
	display:block;
	}
#index .click_flow a:hover{background:url(../images/index_click01.jpg) 0 -41px no-repeat;}
	
#index .box{
	background:url(../images/index_bg.jpg) bottom no-repeat;
	margin:0 auto;
	padding:0 0 20px 0;
	width:632px;
	}
#index .box dl{
	margin:20px 20px 0 20px ;
	}
#index .box dt{
	width:8em;
	float:left;
	color:#BF0045;
	font-weight:normal;
	width:120px;
	}
#index .box dd{padding-left:8.5em;}
#index #map{
	float:right;
	margin:-30px 20px 0 0;
	height:200px;
	position:relative;
	}
	
/*---------- 08  message -----------*/
#message #catch{background:url(../images/message_catch.jpg) 0 0 no-repeat;}
	 
#message h2#title01{background:url(../images/message_h2-01.jpg) 0 0 no-repeat;}
#message h3#title02{background:url(../images/message_h3-02.jpg) 0 0 no-repeat;}
#message h4#title03{background:url(../images/message_h4-03.jpg) 0 0 no-repeat;}
#message h3#title04{background:url(../images/message_h3-04.jpg) 0 0 no-repeat;}
#message h4#title05{background:url(../images/message_h4-05.jpg) 0 0 no-repeat;}
#message h4#title06{background:url(../images/message_h4-06.jpg) 0 0 no-repeat;}
#message h3#title07{background:url(../images/message_h3-07.jpg) 0 0 no-repeat;}
#message h3#title08{background:url(../images/message_h3-08.jpg) 0 0 no-repeat;}
#message h4#title09{background:url(../images/message_h4-09.jpg) 0 0 no-repeat;}

#message .box{border: 2px solid #EEE;}
#message .box dt{
	width:4em;
	float:left;
	font-weight:normal;
	}
#message .box dd{
	padding-left:4.5em;
	}
	
#message .box02{
	background:#FFF3FB;
	padding:10px 20px;
	margin:10px;
	color:#B8294F;
	}


/*---------- 09  clinic -----------*/
#clinic #catch{background:url(../images/clinic_catch.jpg) 0 0 no-repeat;}
	 
#clinic h2#title01{background:url(../images/clinic_h2-01.jpg) 0 0 no-repeat;}
#clinic h3#title02{background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat;}
#clinic h3#title03{background:url(../images/clinic_h3-03.jpg) 0 0 no-repeat;}
#clinic h3#title04{background:url(../images/clinic_h3-04.jpg) 0 0 no-repeat;}

#clinic th{ width:150px; text-align:left;}
#clinic td{ width:400px;}

#clinic p#original {
	padding: 0;
	width: 450px;
	height: 343px;
	border: 1px solid #ccc;
	background: #fff;
	margin:0 0 0 40px;
	}

#clinic img#largeImg {
	border: 10px solid #fff;
	display: block;
	}

#clinic p.thumbs img {
	float: left;
	display: block;
	width: 100px;
	margin: 0 10px 10px 0;
	border: 2px solid #bbb;
	}

/*---------- 10  work -----------*/
#work #catch{background:url(../images/work_catch.jpg) 0 0 no-repeat;}
	 
#work h2#title01{background:url(../images/work_h2-01.jpg) 0 0 no-repeat;}
#work h3#title02{background:url(../images/work_h3-02.jpg) 0 0 no-repeat;}
#work h3#title03{background:url(../images/work_h3-03.jpg) 0 0 no-repeat;}
#work h3#title04{background:url(../images/work_h3-04.jpg) 0 0 no-repeat;}


/*---------- 11  staff -----------*/
#staff #catch{background:url(../images/staff_catch.jpg) 0 0 no-repeat;}
	 
#staff h2#title01{background:url(../images/staff_h2-01.jpg) 0 0 no-repeat;}
#staff h3#title02{background:url(../images/staff_h3-02.jpg) 0 0 no-repeat;}
#staff h3#title03{background:url(../images/staff_h3-03.jpg) 0 0 no-repeat;}

/*---------- 12  flow -----------*/
#flow #catch{background:url(../images/flow_catch.jpg) 0 0 no-repeat;}
	 
#flow h2#title01{background:url(../images/flow_h2-01.jpg) 0 0 no-repeat;}
#flow h3#title02{background:url(../images/flow_h3-02.jpg) 0 0 no-repeat;}

#flow #dt01{background:url(../images/flow_dt01.jpg) 0 0 no-repeat;}
#flow #dt02{background:url(../images/flow_dt02.jpg) 0 0 no-repeat;}
#flow #dt03{background:url(../images/flow_dt03.jpg) 0 0 no-repeat;}
#flow #dt04{background:url(../images/flow_dt04.jpg) 0 0 no-repeat;}
#flow #dt05{background:url(../images/flow_dt05.jpg) 0 0 no-repeat;}
#flow #dt06{background:url(../images/flow_dt06.jpg) 0 0 no-repeat;}

#flow dl.flow02 {
	width:600px;
	margin: 0 0 0 20px;
	}
#flow .flow02 dt{
	text-indent:-9999px;
	height:55px;
	margin:0;
	padding:0;
	}
#flow .flow02 dd{
	margin:0;
	padding:5px 10px 30px 10px;
	background:url(../images/flow_bg.jpg) bottom;
	}
#flow .flow02 dd.last{
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	margin:0;
	padding:5px 15px;
	background:none;
	}


/*---------- 13  dr -----------*/
#dr #catch{background:url(../images/dr_catch.jpg) 0 0 no-repeat;}
	 
#dr h2#title01{background:url(../images/dr_h2-01.jpg) 0 0 no-repeat;}
#dr h3#title02{background:url(../images/dr_h3-02.jpg) 0 0 no-repeat;}

#dr th{width:200px; text-align:left;}
#dr td{width:400px;}

/*---------- 14  hygienist -----------*/
#hygienist #catch{background:url(../images/hygienist_catch.jpg) 0 0 no-repeat;}
	 
#hygienist h2#title01{background:url(../images/hygienist_h2-01.jpg) 0 0 no-repeat;}
#hygienist h3#title02{background:url(../images/hygienist_h3-02.jpg) 0 0 no-repeat;}

#hygienist th{width:200px; text-align:left;}
#hygienist td{width:400px;}

#hygienist td dl{ margin:10px ; }
#hygienist td dt{
	width:4em;
	float:left;
	font-weight:normal;
	}
#hygienist td dd{
	padding-left:4.5em;
	}
	

/*---------- 15  assistant -----------*/
#assistant #catch{background:url(../images/assistant_catch.jpg) 0 0 no-repeat;}
	 
#assistant h2#title01{background:url(../images/assistant_h2-01.jpg) 0 0 no-repeat;}
#assistant h3#title02{background:url(../images/assistant_h3-02.jpg) 0 0 no-repeat;}

#assistant th{width:200px; text-align:left;}
#assistant td{width:400px;}

/*---------- 16  contact -----------*/
#contact #catch{background:url(../images/contact_catch.jpg) 0 0 no-repeat;}
	 
#contact h2#title01{background:url(../images/contact_h2-01.jpg) 0 0 no-repeat;}
#contact h3#title02{background:url(../images/contact_h3-02.jpg) 0 0 no-repeat;}

#contact #title03{ height:100px; }

#contact table{width:620px;}
#contact th{width:200px; text-align:left;}
#contact td{width:400px;}

/*----*/
#str{text-align:right; margin: 0 20px;}
#str strong{font-weight:normal;}