@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: 840px;
	margin: 0px auto;
	padding: 0 20px;
	}

*:first-child+html #wrapper{
	padding: 0;
	text-align:center;
	}
	
#main {
	margin: 0;
	width: 800px;
	text-align:left;
	}

#content {
	width: 610px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 10px 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 148px;
	width: 840px;
	margin: 0;
	padding: 0;
	}

*:first-child+html #header{
	margin: 0 20px 0 20px;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 430px;
	height: 100px;
	margin:30px 0 0 20px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}







/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 5px 0 20px 0px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 25px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 25px;
	}

#nav01 a { background: url(../images/nav01.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav01.jpg) 0 -25px no-repeat; }
#nav03 a { background: url(../images/nav01.jpg) 0 -50px no-repeat; }
#nav04 a { background: url(../images/nav01.jpg) 0 -75px no-repeat; }
#nav05 a { background: url(../images/nav01.jpg) 0 -100px no-repeat; }

#nav06 a { background: url(../images/nav02.jpg) 0 0px no-repeat; }
#nav07 a { background: url(../images/nav02.jpg) 0 -25px no-repeat; }
#nav08 a { background: url(../images/nav02.jpg) 0 -50px no-repeat; }
#nav09 a { background: url(../images/nav02.jpg) 0 -75px no-repeat; }



#nav01 a:hover { background: url(../images/nav01.jpg) -180px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav01.jpg) -180px -25px no-repeat; }
#nav03 a:hover { background: url(../images/nav01.jpg) -180px -50px no-repeat; }
#nav04 a:hover { background: url(../images/nav01.jpg) -180px -75px no-repeat; }
#nav05 a:hover { background: url(../images/nav01.jpg) -180px -100px no-repeat; }

#nav06 a:hover { background: url(../images/nav02.jpg) -180px 0px no-repeat; }
#nav07 a:hover { background: url(../images/nav02.jpg) -180px -25px no-repeat; }
#nav08 a:hover { background: url(../images/nav02.jpg) -180px -50px no-repeat; }
#nav09 a:hover { background: url(../images/nav02.jpg) -180px -75px no-repeat; }



#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:100px;
	width:800px;
	padding: 20px 0 0 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
	font-size: 85%;
	text-align: center;
	color: #003366;
	}
*:first-child+html #footer { 
font-size: 9px; 
	margin: 0 20px 0 20px;
} /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #003366;
	}
#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 { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 5px 1em 5px; }
.section .section { padding: .5em 5px 1em 5px; }

.center { text-align: center; }

#content h2 {
	height: 115px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	}
#content h3 {
	clear: both;
	height: 28px;
	text-indent: -9999px;
	margin:0 0 10px 0;
	}
#content h4 {
	height: 21px;
	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: #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 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: 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.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: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}






/*---------- 07  Index -----------*/

#index #title01 {
    background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
    height:260px;
}
#index #title02 {
    background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
}

#index #title03 {background: url(../images/index_h4-03.jpg) 0 0 no-repeat;}
#index #title04 {background: url(../images/index_h4-04.jpg) 0 0 no-repeat;}


#index dt{
	width:60px;
	float:left;
}

#index dd{
	margin-left:60px;
}

#index #title05 {background: url(../images/access_h3-02.jpg) 0 0 no-repeat;}

#index.btline{
	border-bottom-color:#86d5f3;
	border-bottom-width:3px;
	diplay:bolck;
}

#index #wrapper #main #content .section #time24 {
	margin: 0;
	padding: 0;
}

#index #wrapper #main #content .section #time24 p {
	margin: 0;
	padding: 0;
	line-height: 19px;
}

.font_or, .font_or a {
	color: #f60;
}

.font_dg, .font_dg a {
	color: #00669c;
}

/*---------- 08  Access -----------*/

#access #title01 {background: url(../images/access_h2-01.jpg) 0 0 no-repeat;}
#access #title02 {background: url(../images/access_h3-02.jpg) 0 0 no-repeat;}

#map {
    width: 560px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }


/*---------- 09  Staff -----------*/

#staff #title01 {background: url(../images/staff_h2-01.jpg) 0 0 no-repeat;}
#staff #title02 {background: url(../images/staff_h3-02.jpg) 0 0 no-repeat;}
#staff #title03 {background: url(../images/staff_h3-03.jpg) 0 0 no-repeat;}


/*---------- 09  Concept -----------*/

#concept #title01 {background: url(../images/concept_h2-01.jpg) 0 0 no-repeat;}
#concept #title02 {background: url(../images/concept_h3-02.jpg) 0 0 no-repeat;}
#concept #title03 {background: url(../images/concept_h3-03.jpg) 0 0 no-repeat;}

/*---------- 09  Clinic -----------*/

#clinic #title01 {background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat;}
#clinic #title02 {background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat;}
#clinic #title03 {background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat;}
#clinic #title04 {background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat;}
#clinic #title05 {background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat;}
#clinic #title06 {background: url(../images/clinic_h3-06.jpg) 0 0 no-repeat;}
#clinic #title07 {background: url(../images/clinic_h3-07.jpg) 0 0 no-repeat;}
#clinic #title08 {background: url(../images/clinic_h3-08.jpg) 0 0 no-repeat;}
#clinic #title09 {background: url(../images/clinic_h3-09.jpg) 0 0 no-repeat;}
#clinic #title10 {background: url(../images/clinic_h3-10.jpg) 0 0 no-repeat;}

#clinic h3{
clear:none;
}



/*---------- 09  General -----------*/

#general #title01 {background: url(../images/general_h2-01.jpg) 0 0 no-repeat;}
#general #title02 {background: url(../images/general_h3-02.jpg) 0 0 no-repeat;}
#general #title03 {background: url(../images/general_h4-03.jpg) 0 0 no-repeat;}
#general #title04 {background: url(../images/general_h4-04.jpg) 0 0 no-repeat;}


/*---------- 09  Esthe -----------*/

#esthe #title01 {background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat;}
#esthe #title02 {background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat;}
#esthe #title03 {background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat;}
#esthe #title04 {background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat;}
#esthe #title05 {background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat;}


/*---------- 09  Esthe -----------*/

#ortho #title01 {background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat;}
#ortho #title02 {background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat;}

/*---------- 09  Implant -----------*/

#implant #title01 {background: url(../images/implant_h2-01.jpg) 0 0 no-repeat;}
#implant #title02 {background: url(../images/implant_h3-02.jpg) 0 0 no-repeat;}
#implant #title03 {background: url(../images/implant_h4-03.jpg) 0 0 no-repeat;}
#implant #title04 {background: url(../images/implant_h3-04.jpg) 0 0 no-repeat;}
#implant #title05 {background: url(../images/implant_h4-05.jpg) 0 0 no-repeat;}
#implant #title06 {background: url(../images/implant_h4-06.jpg) 0 0 no-repeat;}
#implant #title07 {background: url(../images/implant_h4-07.jpg) 0 0 no-repeat;}


#implant dt{
color:#0099ff;
}


/*---------- 09  Sitemap -----------*/

#sitemap #title01 {background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}


