@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Guidance                    */
/*                 10  Dentist_staff               */
/*                 11  Children                    */
/*                 12  Adult                       */
/*                 13  Cleaning                    */
/*                 14  Example                     */
/*                 15  Access_carendar             */
/*                 16  Recruit                     */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================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.png) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 573px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #1F1F1F;
	background: #fff;
	margin:10px 20px 0 0;
	}

* html #content {
	margin:10px 10px 0 0;
    }

/*---------- 03  Header -----------*/

#index_header {
	background: url(../images/index_header_bg.png) 0 0 no-repeat;
	height: 454px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 354px;
	width: 800px;
	margin: 0;
	padding: 0;
    }

h1 {
	text-indent: -9999px;
	width: 223px;
	height: 60px;
	line-height: 1.0;
	float: left;
    margin:4px 0 0 15px;
	}

* html h1 {
    margin:4px 0 0 8px;
	}
h1 a {
	display: block;
	width: 223px;
	height: 60px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#index_header .section,
#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}
#index_header p.tel,
#header p.tel {
	margin: 0;
	padding: 0;
	height: 34px;
	margin:10px 0 0 2px;
	}
	
#index_header p.tel img,
#header p.tel img {
    display: block;
    }

#header_nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 85px;
	height: 18px;
	margin:2px 13px 0 0; 
	}
* html #header_nav {
	margin:2px 7px 0 0; 
	}

#header_nav li {
	height: 18px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 18px;
	}

#nav01 { width: 85px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat;
	width: 85px;
	}


/*----------04  Navigation -----------*/

#index_header #gnav {
	padding: 0;
	margin:333px 0 0 20px;
	width: 758px;
	height: 44px;
	list-style: none;
	float:left;
	}
#header #gnav {
	padding: 0;
	margin:233px 0 0 20px;
	width: 758px;
	height: 44px;
	list-style: none;
	float:left;
	}	
* html #index_header #gnav {
    margin:333px 0 0 10px;
    }
* html #header #gnav {
    margin:233px 0 0 10px;
    }

#gnav ul {
	padding: 0;
	margin:0;
	list-style: none;
    }

#gnav .g_internal li {
    width: 188px;
    height: 44px;
	padding:0;
	margin:0 1px 0 0;
	float:left;
	text-indent: -9999px;
	list-style: none;
	}

#gnav .g_internal li a {
	display: block;
	height: 44px;
	}
	
#nav02 {background: url(../images/gnav.png) 0 0 no-repeat;}
#nav03 {background: url(../images/gnav.png) -189px 0 no-repeat;}
#nav04 {background: url(../images/gnav.png) -378px 0 no-repeat;}
#nav05 {background: url(../images/gnav.png) -567px 0 no-repeat;}
#nav02 a {background: url(../images/gnav.png) 0 -44px no-repeat;}
#nav03 a {background: url(../images/gnav.png) -189px -44px no-repeat;}
#nav04 a {background: url(../images/gnav.png) -378px -44px no-repeat;}
#nav05 a {background: url(../images/gnav.png) -567px -44px no-repeat;}
#nav02 a:hover {background: url(../images/gnav.png) 0 -88px no-repeat;}
#nav03 a:hover {background: url(../images/gnav.png) -189px -88px no-repeat;}
#nav04 a:hover {background: url(../images/gnav.png) -378px -88px no-repeat;}
#nav05 a:hover {background: url(../images/gnav.png) -567px -88px no-repeat;}

#nav {
	width: 163px;
	float: left;
	padding: 5px 0 20px 0;
	margin-left:20px;
	}
* html #nav{
	margin-left:10px;
    }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	margin-bottom:5px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav06 { background: url(../images/nav.png) 0 0px no-repeat; }
#nav07 { background: url(../images/nav.png) 0 -45px no-repeat; }
#nav08 { background: url(../images/nav.png) 0 -90px no-repeat; }
#nav09 { background: url(../images/nav.png) 0 -135px no-repeat; }
#nav10 { background: url(../images/nav.png) 0 -180px no-repeat; }
#nav11 { background: url(../images/nav.png) 0 -225px no-repeat; }

#nav06 a { background: url(../images/nav.png) -163px 0 no-repeat; }
#nav07 a { background: url(../images/nav.png) -163px -45px no-repeat; }
#nav08 a { background: url(../images/nav.png) -163px -90px no-repeat; }
#nav09 a { background: url(../images/nav.png) -163px -135px no-repeat; }
#nav10 a { background: url(../images/nav.png) -163px -180px no-repeat; }
#nav11 a { background: url(../images/nav.png) -163px -225px no-repeat; }

#nav06 a:hover { background: url(../images/nav.png) -326px 0 no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -326px -45px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -326px -90px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -326px -135px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -326px -180px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -326px -225px no-repeat; }

#nav p { text-align: center; }


#nav p.mb01{ margin: 10px 0px 0px 0px;}
#nav p.mb02{ margin: 0px 0px 0px 0px;}
/*---------- 05  Footer -----------*/
#footer h2#f_title01 {
    background: url(../images/footer_h2-01.png) 0 0 no-repeat;
    width:143px;
    height:32px;
    margin-left:10px;
    margin-right:20px;
    text-indent:-9999px;
    margin-top:5px;
    }
#footer h3{
    background: url(../images/footer_h3-bg.png) 0 0 no-repeat;
    text-indent:13px;
    color:#1B8A92;
    margin-top:5px;
    }
*:first-child+html #footer h3 { font-size: 13px; } /*  for IE7 only */
* html #footer h3 { font-size: 13px; } /*  for IE7 only */

#footer {
	clear: both;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	color: #A5A5A5;
	height:165px;
	line-height: 1.6;
	}
*:first-child+html #footer { font-size: 10px; } /*  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 ul { 
	text-align: right;
	list-style: none;
	margin: 0 1em 2px 1em;
	}

#footer .l1 { 
	padding: 15px 0 0 0;
	}
#footer .l2 { 
	padding: 0 0 0 0;
	}

	
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { 
	line-height: 1.6;
    float:left;
    margin: 8px 1em;
    }

#footer .comment{
    color:#B2B2B2;
    margin-top:15px;
    }

#footer .alpha,#footer .beta{
    float:left;
    }
#footer .beta{
    margin-top:5px;
    }
#footer .gamma{
    float:right;
    margin-top:5px;
    }

#footer .time_01,.time_02{
    float:left;
    }
#footer .time_03{
    float:right;
    }
#footer .clinic_info{
    margin:22px 5px;
    color:#fff;
    }

#footer .clinic_info dl{
    margin: 5px 30px 0 0;
    }

    
/*---------- 06  Contents -----------*/

.section { padding: .3em 18px; }
.section .section { padding: .3em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 29px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	height: 25px;
	text-indent: -9999px;
	margin:10px 0 0 10px;
	}
#content h4 {
	height: 22px;
	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: 16px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #006B33;
	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 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px 0 0;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .image_l  {
	float: left;
	margin: 0 20px 16px 0;
	}

.case .image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}
p.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: 95px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 25px;
	background: url(../images/totop.png) 0 0 no-repeat;
	}

p.caution {
	background: url(../images/caution.jpg) 0 1px no-repeat;
	color:#39428A;
	}

/* 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 {
    background:#ffffff;
    }
* html #content table {font-size:95%;color:#666;}
    
#content table th{
    text-align:center;
    background:#3C3C3C;
    color:#fff;
    }
#content table span {
    color:#E2775A;
    }
#content table,tr,th,td {
    border-color:#5F5F5F;
    }

#content .alpha,
#content .beta {
	float: left;
	margin: 0 15px 15px 0;
	}
#content .gamma {
	float: left;
	margin: 0 0 15px 0;
	}

#content dt{
    float:left;
    font-weight:normal;
    }
#content .subtitle{
    font-weight:bold;
    color:#1B8A92;
    }
#content .link a {
    font-weight:bold;
    color:#1E428A;
    }

#content .ban_image_l  {
	float: left;
	margin: 0 20px 16px 2px;
	}

#content .ban_image_r {
	float: right;
	margin: 0 2px 16px 0px;
	}
    
/*-------- 07  Index --------*/
#index h2#title01 {background: url(../images/index_h2-01.png) 0 0 no-repeat;}
#index h3#title02 {background: url(../images/index_h3-02.png) 0 0 no-repeat;height:32px;}

#index .greeting{padding:3px 8px 3px 8px;}
#index .pkup01{
    float:left;
    width:274px;
    margin-bottom:25px;
    }
#index .pkup02{
    float:right;
    width:274px;
    margin-bottom:25px;
    }
    
#index .msgwp {
    background: url(../images/pkup_bg.png) bottom no-repeat;
    padding:0;
    margin:0;
    height:275px;
    }
#index .msgwp img{
    margin:0;
    padding:0;
    }

#index .msg{
    width:255px;
    margin:-10px 0 0 10px;
    padding:5px 0 0 3px;
    border-top:3px dotted #fff;
    color:#3F3F3B;
    }
    
#index .image_l02 {
    width:274px;
    float:left;
    }

#index #content h3 {
	margin:0;
	}

/*-------- 08  Concept --------*/
#concept h2#title01 {background: url(../images/concept_h2-01.png) 0 0 no-repeat;}
#concept h3#title02 {background: url(../images/concept_h3-02.png) 0 0 no-repeat;margin-bottom:10px;}
#concept h4#title03 {background: url(../images/concept_h4-03.png) 0 0 no-repeat;}
#concept h4#title04 {background: url(../images/concept_h4-04.png) 0 0 no-repeat;}
#concept h4#title05 {background: url(../images/concept_h4-05.png) 0 0 no-repeat;}
#concept h4#title06 {background: url(../images/concept_h4-06.png) 0 0 no-repeat;}
#concept h4#title07 {background: url(../images/concept_h4-07.png) 0 0 no-repeat;}
#concept h4#title08 {background: url(../images/concept_h4-08.png) 0 0 no-repeat;}
#concept h3#title09 {background: url(../images/concept_h3-09.png) 0 0 no-repeat;}
#concept h2#title10 {background: url(../images/concept_h2-10.png) 0 0 no-repeat;}
#concept h4#title11 {background: url(../images/concept_h4-11.png) 0 0 no-repeat;}

#concept .cost_table{
    width:250px;
    margin:15px 0 15px 100px;
    }
#concept .cost_table table{
    width:250px;
    margin-bottom:0;
    }
#concept .cost_table p{
    text-align:right;
    margin:0;
    padding:0;
    }
#concept .cost_table td{
    text-align:right;
    }


/*-------- 09  Guidance --------*/
#guidance h2#title01 {background: url(../images/guidance_h2-01.png) 0 0 no-repeat;}
#guidance h3#title02 {background: url(../images/guidance_h3-02.png) 0 0 no-repeat;}
#guidance h3#title03 {background: url(../images/guidance_h3-03.png) 0 0 no-repeat;margin-bottom:10px;}
#guidance h4#title04 {background: url(../images/guidance_h4-04.png) 0 0 no-repeat;}
#guidance h4#title05 {background: url(../images/guidance_h4-05.png) 0 0 no-repeat;}
#guidance h4#title06 {background: url(../images/guidance_h4-06.png) 0 0 no-repeat;}
#guidance h4#title07 {background: url(../images/guidance_h4-07.png) 0 0 no-repeat;}
#guidance h4#title08 {background: url(../images/guidance_h4-08.png) 0 0 no-repeat;}
#guidance h4#title09 {background: url(../images/guidance_h4-09.png) 0 0 no-repeat;}
#guidance h4#title10 {background: url(../images/guidance_h4-10.png) 0 0 no-repeat;}
#guidance h4#title11 {background: url(../images/guidance_h4-11.png) 0 0 no-repeat;}


/*-------- 10  Dentist_staff --------*/
#dentist_staff h2#title01 {background: url(../images/dentist_staff_h2-01.png) 0 0 no-repeat;}
#dentist_staff h3#title02 {background: url(../images/dentist_staff_h3-02.png) 0 0 no-repeat;}
#dentist_staff h4#title03 {background: url(../images/dentist_staff_h4-03.png) 0 0 no-repeat;margin-top:5px;width:320px;}
#dentist_staff h4#title04 {background: url(../images/dentist_staff_h4-04.png) 0 0 no-repeat;width:320px;}
#dentist_staff h3#title05 {background: url(../images/dentist_staff_h3-05.png) 0 0 no-repeat;}

#dentist_staff .dentist{
    float:left;
    }
#dentist_staff .dentist_info{
    float:right;
    margin-left:10px;
    }
#dentist_staff .dentist_info dl{
    margin-left:15px;
    }
#dentist_staff .dentist_info dt{
    width:100px;
    }
#dentist_staff .dentist_info dd{
    margin-left:100px;
    }
#dentist_staff .dentist .caption{
	font-weifht:bold;
	font-size:105%;
	color:#3A428B;
	text-align:center;
	}

/*-------- 11  Children --------*/
#children h2#title01 {background: url(../images/children_h2-01.png) 0 0 no-repeat;}
#children h3#title02 {background: url(../images/children_h3-02.png) 0 0 no-repeat;margin-bottom:5px;}
#children h4#title03 {background: url(../images/children_h4-03.png) 0 0 no-repeat;}
#children h4#title04 {background: url(../images/children_h4-04.png) 0 0 no-repeat;}
#children h4#title05 {background: url(../images/children_h4-05.png) 0 0 no-repeat;}
#children h4#title06 {background: url(../images/children_h4-06.png) 0 0 no-repeat;margin-bottom:5px;}
#children h4#title07 {background: url(../images/children_h4-07.png) 0 0 no-repeat;}

#children  h5{
    border-bottom:1px solid #ccc ;
    margin-left:-3px;
    }
#children .flow h5,
#children .flow2 h5
    {
    color:#ffffff;
    line-height:20px;
    text-indent:5px;
    border:1px solid #ccc ;
    }
#children .flow{
    background:url(../images/children_flow.gif) bottom no-repeat;
    padding-bottom:20px;
    color:#2D3DA3;
    }    
#children .flow2{color:#2D3DA3;}

#children .step01 h5{background:#9966ff;}
#children .step02 h5{background:#9966ff;}
#children .step03 h5{background:#9999ff;}
#children .step04 h5{background:#9999ff;}
#children .step05 h5{background:#ccc0d9;}
#children .step06 h5{background:#ccc0d9;}
#children .step07 h5{background:#9999ff;}
#children .step08 h5{background:#6699ff;}
#children .step09 h5{background:#0066ff;}

#children .check_table table{
    width:510px;
    }

    
#children .check_table table th{
    width:190px;
    }
#children .treatment_table table{
    width:510px;
    }
#children .treatment_table table th{
    width:190px;
    }
/*-------- 12  Adult --------*/
#adult h2#title01 {background: url(../images/adult_h2-01.png) 0 0 no-repeat;}
#adult h3#title02 {background: url(../images/adult_h3-02.png) 0 0 no-repeat;}
#adult h4#title03 {background: url(../images/adult_h4-03.png) 0 0 no-repeat;}
#adult h4#title04 {background: url(../images/adult_h4-04.png) 0 0 no-repeat;}

#adult .check{
	margin: 10px 20px;
	background:#F4F5F4 url(../images/adult_check.gif) center center no-repeat;
    border:1px solid #ccc; 
    }
#adult .check .alpha{
    width:230px;
    margin:0;
    padding:0;
    }
#adult .check .alpha ul{
    margin-left:10px;
    border: 1px dotted #ccc;
    padding:3px 5px 3px 5px;
    background:#fff;
    }
#adult .check .beta{
    width:200px;
    float:right;
    }

#adult .check01 ul{margin-top:60px;}
#adult .check02 ul{margin-top:60px;}
#adult .check03 ul{margin-top:30px;}
#adult .check04 ul{margin-top:60px;}
#adult .check05 ul{margin-top:60px;}
#adult .check06 ul{margin-top:60px;}
    
#adult  h5{
    margin-left:-3px;
    }
    
#adult .flow h5{
    color:#254703;
    line-height:20px;
    text-indent:5px;
    border:1px solid #666 ;
    }
#adult .flow h5,
#adult .flow2 h5
    {
    color:#ffffff;
    line-height:20px;
    text-indent:5px;
    border:1px solid #ccc ;
    }
#adult .flow{
    background:url(../images/adult_flow.gif) bottom no-repeat;
    padding-bottom:20px;
    color:#3B573D;
    }    
#adult .flow2{
    color:#3B573D;
    }
#adult .flow2 h5{
    color:#779F7A;
    }

#adult .step01 h5{background:#336600;}
#adult .step02 h5{background:#008000;}
#adult .step03 h5{background:#669900;}
#adult .step04 h5{background:#99cc00;}
#adult .step05 h5{background:#cccc00;}
#adult .step06 h5{background:#ffff00;}




/*-------- 13  Cleaning --------*/
#cleaning h2#title01 {background: url(../images/cleaning_h2-01.png) 0 0 no-repeat;}
#cleaning h3#title02 {background: url(../images/cleaning_h3-02.png) 0 0 no-repeat;}
#cleaning h4#title03 {background: url(../images/cleaning_h4-03.png) 0 0 no-repeat;}
#cleaning h3#title04 {background: url(../images/cleaning_h3-04.png) 0 0 no-repeat;}


/*-------- 14  Example --------*/
#example h2#title01 {background: url(../images/example_h2-01.png) 0 0 no-repeat;}
#example h3#title02 {background: url(../images/example_h3-02.png) 0 0 no-repeat;}
#example h3#title03 {background: url(../images/example_h3-03.png) 0 0 no-repeat;}
#example h4#title04 {background: url(../images/example_h4-04.png) 0 0 no-repeat;}
#example .subtitle {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#1F1F1F;
    border-bottom:1px solid #ccc ;
	}
#example  h5{
    border-bottom:1px solid #ccc ;
    margin-left:-3px;
    }

/*-------- 15  Access_carendar --------*/
#access_carendar h2#title01 {background: url(../images/access_carendar_h2-01.png) 0 0 no-repeat;}
#access_carendar h3#title02 {background: url(../images/access_carendar_h3-02.png) 0 0 no-repeat;}
#access_carendar h3#title03 {background: url(../images/access_carendar_h3-03.png) 0 0 no-repeat;}
#access_carendar .access_table{
    width:450px;
    margin-left:50px;
    }
#access_carendar .access_table dl{
    margin:0;
    padding:0;
    }    
#access_carendar .access_table dt{
    float:left;
    width:80px;
    }
#access_carendar .access_table dd{
    margin-left:80px;
    }
#access_carendar .access_table ul{
    margin:0;
    padding:0;
    }
#access_carendar .calender{
    margin:10px 0 0 40px;
    }

/*-------- 16  Recruit --------*/
#recruit h2#title01 {background: url(../images/recruit_h2-01.png) 0 0 no-repeat;}


/*-------- 17  Sitemap --------*/
#sitemap h2#title01 {background: url(../images/sitemap_h2-01.png) 0 0 no-repeat;}
#sitemap #content  dl{
    margin:15px 0 20px 5px;
    }
#sitemap #content dt{
    float:none;
    font-weight:bold;
    text-indent:18px;
	background: url(../images/li_bg.png) 0 4px no-repeat;
    }
#sitemap #content  dt a{
    color:#1B8A92;
    }
#sitemap #content  dt a:hover{
    color:#B2B2B2;
    }
#sitemap #content  dd{
    margin-bottom:10px;
    }

