﻿@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  Concept                     */
/*                 11  General                     */
/*                 12  Child                       */
/*                 13  Esthe                       */
/*                 14  Ortho                       */
/*                 15  Implan                      */
/*                 16  Recruit                     */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - light Orange   #fff6d2      */
/*        Main Color - Orange         #ffbf00      */
/*        Main Color - Fresh Pink     #fedfef      */
/*                                                 */
/*        Sub Color  - Light Black    #3e3e3e      */
/*                                                 */
/*==================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 #fff0a6; }

#wrapper {
	background:#fff;
	width: 800px;
	margin:0px auto;
	padding: 0;
	text-align: left;
}

#main {
	margin:0;
	background:url(../images/main_bg.jpg) repeat-y #fff 20px 0;
}

#content {
	width:530px;
	float: right;
	font-size: 100%;
	line-height: 1.5;
	color: #666;
	margin: 5px 25px 0px 25px;
	display:inline;
	clear:both;
	padding-bottom:12px;
}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 70px no-repeat;
	width: 800px;
	height:368px;
	margin: 0;
	padding: 0;
	}

h1 {
	width: 250px;
	height: 70px;
	float:left;
}
h1 a {
	margin-left:10px;
	text-indent:-9999px;
	display: block;
	width:240px;
	height:70px;
	background: url(../images/header_logo.jpg) 0 0 no-repeat;
}

#header .header_nav {
	width:186px;
	float:right;
	margin: 0;
	padding:0;
	padding-right:25px;
}

#header .contact {
	width:150px;
	height: 60px;
	background: url(../images/bnr_header.jpg) 0 0 no-repeat;
	float:left;
	margin:5px 5px 5px 180px;
}


#header p.tel {
	margin: 0;
	padding: 0;
	height:57px;
	}
#header p.tel img { display: block; }
#header p.contents {
	clear:both;
	margin:0;
	padding:219px 0px 0px 20px;
	height:75px;
}
* html #header p.contents {
	clear:both;
	margin:0;
	padding:218px 0px 0px 20px;
	height:75px;
}
#header p.contents img { display: block; }

#header ul{
	width:177px;
	margin: 0;
	margin-left:9px;
	padding: 0;
	list-style: none;
	height:17px;
	}

#header li {
	height: 17px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header li a {
	text-indent: -9999px;
	display: block;
	height: 17px;
}

#header #nav01 { width: 59px; }
#header #nav02 { width: 94px; margin-left:24px; }

#header #nav01 a {
	background: url(../images/header_home.jpg) 0 0 no-repeat;
	width: 59px;
}
#header #nav02 a {
	background: url(../images/header_sitemap.jpg) 0 0 no-repeat;
	width: 94px;
}


/*----------04  Navigation -----------*/

#nav {
	width: 170px;
	float: left;
	padding: 17px 15px 20px 35px;
	}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:22px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav .internal li {
	width:170px;
	height:46px;
	text-indent:-9999px;
	}

#nav .internal li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -46px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -92px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -138px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -184px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -230px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -276px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -322px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -171px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -171px -46px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -171px -92px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -171px -138px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -171px -184px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -171px -230px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -171px -276px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -171px -322px no-repeat; }
#nav p {
	clear:both;
	padding:0;
	}
#nav p img { display: block; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0;
	margin:0;
	background:url(../images/footer.jpg) repeat-x #fff;
	height:80px;
	font-size: 100%;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover { text-decoration: underline; }
#footer01 {
	float:left;
	padding:10px 0px 0px 10px;
	margin:0px;
}
#footer01 ul { 
	list-style: none;
	margin:0px;
	padding: 0;
	width:553px;
	text-align:left;
	}

#footer01 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	
	}
#footer02 {
	float:right;
	padding:0px;
	margin:0px;
}

#footer address { margin: 13px 0px 0px 0px; }


/*---------- 06  Contents -----------*/
.section { padding:0px; margin:0 10px 2em 10px; }
.section .section { margin:0 15px; }

.center { text-align: center; }


#content h2 {
	height: 30px;
	text-indent: -9999px;
	margin: 12px 0 24px 0px;
}
#index #content h2 {
	padding:0;
	height: 34px;
	text-indent: -9999px;
	margin: 0px 0 5px 0px;
}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-bottom:20px;
	}
#content h4 {
	height: 25px;
	text-indent: -9999px;
	margin-bottom:15px;
	}

#content h5 {
	font-size: 100%;
	line-height:150%;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:4px 0px 2px 28px;
	background:url(../images/esthe_h5.jpg) no-repeat 0 0;
}

#content ul li {
	list-style: none;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #028eaf;
	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: 0 10px 0 0;
	}

.image_r {
	float: right;
	margin: 0 0 0 10px;
	}
.image_r_b {
	float: right;
	margin: 0 0 0 10px;
	border:1px solid #ffbf00;
	padding:1px;
}
.image_l_b {
	float:left;
	margin: 0 10px 0 0;
	border:1px solid #ffbf00;
	padding:1px;
}

.narrow_down {
	margin:15px 220px 20px 220px;
}
.case {
	margin: 0px;
	background: url(../images/arrow_h.jpg) 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 .alpha{   
    float: left;   
    margin: 0 10px 0 0;   
} 
#content .beta {   
    float: left;   
    margin: 0;   
} 

#content ul.bullet {
	margin:0; padding:0;
	list-style:none;
}
#content ul.bullet li{
	margin:0; padding:0;
	background:url(../images/bullet-01.jpg) no-repeat 0 1px;
	padding:2px 0px 2px 17px;
}
#content ul.bullet_check {
	margin:0; padding:0;
	list-style:none;
}
#content ul.bullet_check li{
	margin:0; padding:0;
	background:url(../images/bullet_check.jpg) no-repeat 0 1px;
	padding:3px 0px 1px 22px;
}
#content dl.bullet_dl {
	margin:0; padding:0;
}
#content dl.bullet_dl dt{
	margin:0; padding:0;
	background:url(../images/bullet-01.jpg) no-repeat 0 1px;
	padding:2px 0px 2px 17px;
}
#content dl.bullet_dl dd{
	margin:0; padding:0;
	padding:2px 0px 2px 17px;
}

#content ul.totop {
	clear: both;
	padding:0;
	margin-right:0px;
	margin-left:410px;
	margin-bottom:20px;
	width:120px;
}
#content ul.totop li {
	list-style: none;
	width:120px;
	height:37px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#content ul.totop li a {
	display:block;
	height:37px;
	background: url(../images/to_top.jpg) 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 {
	margin:0;
	border-collapse:collapse;
/*	border-collapse: separate;*/
	border-spacing: 1px;
	border: 1px solid #ffdf9d;
	font-size: 100%;
	line-height:150%;
	width:100%;
	}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #ffdf9d;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.margin_b5 {
	margin-bottom:5px;
}
.margin_b11 {
	margin-bottom:11px;
}
.margin_b9 {
	margin-bottom:9px;
}
.margin_b20 {
	margin-bottom:20px;
}
.margin_l100 { margin-left:100px;}
.margin_2em {
	margin-bottom:2em;
}
.padding_t {
	padding-top:12px;
}
.padding_b05 {
	padding-bottom:5px;
}
.padding_b20 {
	padding-bottom:20px;
}
.bg01 {
	background:#dff4fe;
	color:#008bd5;
	font-weight:bold;
	font-size:117%;
}
.bg02 {
	background:#fff6d2;
	color:#ff8d1d;
	font-weight:bold;
	font-size:117%;
}

/*---------- 07  Index -----------*/
#index h2 {
	height: 34px;
	text-indent: -9999px;
	margin: 0px 0px 5px 0px;
}
#index h2#title01 {
	background:url(../images/index_h2.jpg) no-repeat 0 0;
}
#index .section { margin:0px; margin-bottom:20px; padding:0px; }
#index .section .section { background:url(../images/index_bg01.jpg) bottom right no-repeat; border:1px solid #ffbf00; padding:12px 0px 7px 8px; margin:0px; }
#index .yellow_bg {
	background:#fff6d2;
	padding:10px;
}

/*---------- 08  Staff -----------*/
#staff h2#title01 {
	background:url(../images/staff_h2.jpg) no-repeat 0 0;
}
#staff h3#title02 {
	background:url(../images/staff_h3-01.jpg) no-repeat 0 0;
}
#staff h3#title03 {
	background:url(../images/staff_h3-02.jpg) no-repeat 0 0;
}
#staff dl {
	margin:0; padding:0; display: inline-block; clear: left;
}
#staff dl dt{
	margin:0; padding:0; float:left; width:50px; font-weight:normal; display:inline; line-height:1.5em; clear: left;
}
#staff dl dd{
	margin:0; padding:0; float:left; width:auto;
}
#staff dl dt.dt01{
	margin:0; padding:0; float:left; width:100px;  font-weight:normal;
}
#staff dl dd.dd01{
	margin:0; padding:0; float:left; width:50px;  font-weight:normal; display:inline;
}
#staff dl dd.dd02{
	margin:0 0 0 50px; padding:0; float:left; width:50px; font-weight:normal; display:inline;
}


/*---------- 09  Clinic -----------*/
#clinic h2#title01 {
	background:url(../images/clinic_h2.jpg) no-repeat 0 0;
}
#clinic h3#title02 {
	background:url(../images/clinic_h3-01.jpg) no-repeat 0 0;
}
#clinic h3#title03 {
	background:url(../images/clinic_h3-02.jpg) no-repeat 0 0;
}
#clinic h3#title04 {
	background:url(../images/clinic_h3-03.jpg) no-repeat 0 0;
}
#clinic h4#title05 {
	background:url(../images/clinic_h4-01.jpg) no-repeat 0 0;
}
#clinic h4#title06 {
	background:url(../images/clinic_h4-02.jpg) no-repeat 0 0;
}
#clinic h4#title07 {
	background:url(../images/clinic_h4-03.jpg) no-repeat 0 0;
}
#clinic h4#title08 {
	background:url(../images/clinic_h4-04.jpg) no-repeat 0 0;
}
#clinic h4#title09 {
	background:url(../images/clinic_h4-05.jpg) no-repeat 0 0;
}
#clinic h4#title10 {
	background:url(../images/clinic_h4-06.jpg) no-repeat 0 0;
}
#clinic h4#title11 {
	background:url(../images/clinic_h4-07.jpg) no-repeat 0 0;
}
#clinic h4#title12 {
	background:url(../images/clinic_h4-08.jpg) no-repeat 0 0;
}
/*---------- 10  Concept -----------*/
#concept h2#title01 {
	background:url(../images/concept_h2.jpg) no-repeat 0 0;
}
#concept h3#title02 {
	background:url(../images/concept_h3-01.jpg) no-repeat 0 0;
}
#concept h3#title03 {
	background:url(../images/concept_h3-02.jpg) no-repeat 0 0;
}
#concept h4#title04 {
	background:url(../images/concept_h4-01.jpg) no-repeat 0 0;
}
#concept h4#title05 {
	background:url(../images/concept_h4-02.jpg) no-repeat 0 0;
}
#concept h4#title06 {
	background:url(../images/concept_h4-03.jpg) no-repeat 0 0;
}
#concept h4#title07 {
	background:url(../images/concept_h4-04.jpg) no-repeat 0 0;
}
#concept h4#title08 {
	background:url(../images/concept_h4-05.jpg) no-repeat 0 0;
}
/*---------- 11  General -----------*/
#general h2#title01 {
	background:url(../images/general_h2.jpg) no-repeat 0 0;
}
#general h3#title02 {
	background:url(../images/general_h3-01.jpg) no-repeat 0 0;
}
#general h4#title03 {
	background:url(../images/general_h4-01.jpg) no-repeat 0 0;
}
#general h3#title04 {
	background:url(../images/general_h3-02.jpg) no-repeat 0 0;
}
#general h4#title05 {
	background:url(../images/general_h4-02.jpg) no-repeat 0 0;
}
#general h3#title06 {
	background:url(../images/general_h3-03.jpg) no-repeat 0 0;
}
#general h4#title07 {
	background:url(../images/general_h4-03.jpg) no-repeat 0 0;
}
#general .table_small {
	width:225px;
	float:left;
}
/*---------- 12  Child -----------*/
#child h2#title01 {
	background:url(../images/child_h2.jpg) no-repeat 0 0;
}
#child h3#title02 {
	background:url(../images/child_h3-01.jpg) no-repeat 0 0;
}
#child h4#title03 {
	background:url(../images/child_h4-01.jpg) no-repeat 0 0;
}
#child h4#title04 {
	background:url(../images/child_h4-02.jpg) no-repeat 0 0;
}
#child h3#title05 {
	background:url(../images/child_h3-02.jpg) no-repeat 0 0;
}
/*---------- 13  Esthe -----------*/
#esthe h2#title01 {
	background:url(../images/esthe_h2.jpg) no-repeat 0 0;
}
#esthe h3#title02 {
	background:url(../images/esthe_h3-01.jpg) no-repeat 0 0;
}
#esthe h4#title03 {
	background:url(../images/esthe_h4-01.jpg) no-repeat 0 0;
}
#esthe h4#title04 {
	background:url(../images/esthe_h4-02.jpg) no-repeat 0 0;
}
#esthe h4#title05 {
	background:url(../images/esthe_h4-03.jpg) no-repeat 0 0;
}
/*---------- 14  Ortho ----------- */
#ortho h2#title01 {
	background:url(../images/ortho_h2.jpg) no-repeat 0 0;
}
#ortho h3#title02 {
	background:url(../images/ortho_h3-01.jpg) no-repeat 0 0;
}
#ortho h4#title03 {
	background:url(../images/ortho_h4-01.jpg) no-repeat 0 0;
}
#ortho h3#title04 {
	background:url(../images/ortho_h3-02.jpg) no-repeat 0 0;
}
#ortho h3#title05 {
	background:url(../images/ortho_h3-03.jpg) no-repeat 0 0;
}
#ortho h4#title06 {
	background:url(../images/ortho_h4-02.jpg) no-repeat 0 0;
	margin-top: 15px;
}

/*---------- 15  Implan -----------*/
#implant h2#title01 {
	background:url(../images/implant_h2.jpg) no-repeat 0 0;
}
#implant h3#title02 {
	background:url(../images/implant_h3-01.jpg) no-repeat 0 0;
}
#implant h4#title03 {
	background:url(../images/implant_h4-01.jpg) no-repeat 0 0;
}
#implant h4#title04 {
	background:url(../images/implant_h4-02.jpg) no-repeat 0 0;
}
#implant h4#title05 {
	background:url(../images/implant_h4-03.jpg) no-repeat 0 0;
}
#implant h4#title06 {
	background:url(../images/implant_h4-04.jpg) no-repeat 0 0;
}
#implant h4#title07 {
	background:url(../images/implant_h4-05.jpg) no-repeat 0 0;
}
#implant h4#title08 {
	background:url(../images/implant_h4-06.jpg) no-repeat 0 0;
}

#implant h4#title09 {
	background:url(../images/implant_h4-07.jpg) no-repeat 0 0;
}

/*---------- 16  Recruit -----------*/
#recruit h2#title01 {
	background:url(../images/recruit_h2.jpg) no-repeat 0 0;
}
#recruit h3#title02 {
	background:url(../images/recruit_h3-01.jpg) no-repeat 0 0;
}
/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 {
	background:url(../images/sitemap_h2.jpg) no-repeat 0 0;
}

.mb15 { margin-bottom: 15px; }
