@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=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #e6f3ff; }

#wrapper {
	background: url(../images/bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #3F3F3F;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 100px;
	width: 820px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 215px;
	height: 45px;
	line-height: 1.0;
	float: left; 
	margin: 30px auto auto 20px; 
	}
h1 a {
	display: block;
	width: 215px;
	height: 45px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}
.bold{ font-weight: bold; font-size: 18px; white-space: normal; }

#header .section {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 25px 30px 0 auto;
	padding: 0;
	height: 45px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
	}

#header_nav li { 
	width: 82px;
	height: 24px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0 7px;
	padding: 0;
	}
#header_nav li a {
	display: block;
	width: 82px;
	height: 24px;
	}

#nav01 a { background: url(../images/header_nav01.jpg) 0 0 no-repeat;}
#nav02 a { background: url(../images/header_nav02.jpg) 0 0 no-repeat;}



/*----------04  Navigation -----------*/

#nav {
	width: 192px;
	float: left;
	padding: 5px 0 0 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	margin-left: 20px;
	padding-bottom: 10px;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 37px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -37px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -74px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -111px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -148px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -185px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -222px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -259px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -296px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -172px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -172px -37px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -172px -74px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -172px -111px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -172px -148px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -172px -185px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -172px -222px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -172px -259px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -172px -296px no-repeat; }

#nav p { text-align: right; }

#nav p.reservation {
	width: 192px;
	height: 52px; 
	} 
	
#nav p.reservation a {
	display: block;
	height: 52px;
	margin-left: 20px;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/reservation.jpg) -172px 0 no-repeat;
	}
	
#nav p.reservation a:hover { background: url(../images/reservation.jpg) 0 0 no-repeat; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer.jpg) 0 bottom no-repeat;
	font-size: 85%;
	text-align: center;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	}
#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 40px .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h4 {
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/h5.jpg) 0 center no-repeat;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.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: #3f9ae3; }
a:hover { color: #4bafff; }

#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.jpg) 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: 90px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}
#content ul.totop li a:hover {
	background: url(../images/pagetop.jpg) 0 -18px no-repeat;
	}

.caution {
	color: #ff4002;
	font-size: 85%;
	}

/* 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 {
	width: 480px;
	border: 1px solid #ccc;
	}
	
#content table th,
#content table td {
	padding: 3px;
	border: 1px solid #ccc;
	} 
	
	
* html body #content table {
	font-size: 100%;
	}
#content .image_l table {
	width: 280px;
}



/*---------- 07  Index -----------*/

#index #content #title01 { background: url(../images/index_h2.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index #content #title04 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index #content dl {
	margin: 0;
	}
	
#index #content dl dt {
	float: left;
	width: 80px;
	text-indent: 20px;
	font-size: 85%;
	font-weight: 100;
	background: url(../images/h5.jpg) 0 0 no-repeat; 
	}
	
#index #content dl dd {
	margin-left: 80px;
	font-size: 85%;
	}
	
#index #content .detail {
	float: right;
	width: 98px;
	height: 18px;
	margin: 0;
	}
	
#index #content .detail a {
	display: block;
	height: 18px;
	background: url(../images/detail.jpg) 0 0 no-repeat; 
	text-indent: -9999px;
	}

/*---------- 08  Doctor -----------*/

#doctor #content #title01 { background: url(../images/doctor_h2.jpg) 0 0 no-repeat; }
#doctor #content #title02 { background: url(../images/doctor_h3-01.jpg) 0 0 no-repeat; }
#doctor #content #title03 { background: url(../images/doctor_h4-01.jpg) 0 0 no-repeat; }
#doctor #content #title04 { background: url(../images/doctor_h4-02.jpg) 0 0 no-repeat; }
#doctor #content #title05 { background: url(../images/doctor_h3-02.jpg) 0 0 no-repeat; }

#doctor #content #doctor_profile .alpha {
	float: left;
	}
	
#doctor #content #doctor_profile .beta {
	margin-left: 200px;
	}
	

/*---------- 09  Clinic -----------*/ 

#clinic #content #title01 { background: url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; } 
	

/*---------- 10  General -----------*/ 

#general #content #title01 { background: url(../images/general_h2.jpg) 0 0 no-repeat; }
#general #content #title02 { background: url(../images/general_h3-01.jpg) 0 0 no-repeat; }
#general #content #title03 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general #content #title04 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }


/*---------- 11  Prevent -----------*/ 

#prevent #content #title01 { background: url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }


/*---------- 12  Perio -----------*/ 

#perio #content #title01 { background: url(../images/perio_h2.jpg) 0 0 no-repeat; }
#perio #content #title02 { background: url(../images/perio_h3-01.jpg) 0 0 no-repeat; }
#perio #content #title03 { background: url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio #content #title04 { background: url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio #content #title05 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }


/*---------- 13  Esthe -----------*/ 

#esthe #content #title01 { background: url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-01.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }

#esthe #content table th { width: 180px; }


/*---------- 14  Implant -----------*/ 

#implant #content #title01 { background: url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }


/*---------- 15  Access -----------*/ 

#access #content #title01 { background: url(../images/access_h2.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h4-01.jpg) 0 0 no-repeat; }
#access #content #title04 { background: url(../images/access_h4-02.jpg) 0 0 no-repeat; }
#access #content #title05 { background: url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access #content #title06 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access #content #title07 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }

#access #content #access_map .alpha {
	float: left;
	}
	
#access #content #access_map .beta {
	margin-left: 300px;
	}


/*---------- 16  Recruit -----------*/ 

#recruit #content #title01 { background: url(../images/recruit_h2.jpg) 0 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-01.jpg) 0 0 no-repeat; }
#recruit #content #title03 { background: url(../images/recruit_h4-02.jpg) 0 0 no-repeat; }
#recruit #content #title04 { background: url(../images/recruit_h4-03.jpg) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/ 

#sitemap #content #title01 { background: url(../images/sitemap_h2.jpg) 0 0 no-repeat; }
