@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  General                     */
/*                 12  Implant                     */
/*                 13  Prevent Perio               */
/*                 14  Aesthe                      */
/*                 15  Ortho                       */
/*                 16  Child                       */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Deep Blue      #007aa8      */
/*        Main Color - Sky Blue       #00a0c6      */
/*        Main Color - Marine Blue    #1784dd      */
/*                                                 */
/*        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: #00a0c6 url(../images/body_bg.jpg) top repeat-x;
	padding-bottom: 10px;
	}

#wrapper {
	width: 800px;
	background: url(../images/wrapper_bg.jpg) bottom no-repeat;
	margin: 0 auto;
	padding: 0 0 22px 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: #fff url(../images/main_bg.jpg) top no-repeat;
	}

#index #main { background: #fff url(../images/index_main_bg.jpg) top no-repeat; }

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 60px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 230px;
	height: 60px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 230px;
	height: 60px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	width: 175px;
	float: right;
	}
#header p.tel img { display: block; }



/*----------04  Navigation -----------*/

#menu1,
#menu2 {
	clear: both;
	margin: 0;
	padding: 0;
	}

#menu1 li,
#menu2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
	}
#menu1 li a,
#menu2 li a { display: block; }
	
#menu1 {
	padding: 0 11px 0 9px;
	height: 40px;
	}
	
#menu1 li {
	height: 39px;
	width: 156px;
	}
#menu1 li a {
	height: 39px;
	width: 156px;
	}

#nav01 a { background: url(../images/menu1.jpg) -9px 0 no-repeat; }
#nav02 a { background: url(../images/menu1.jpg) -165px 0 no-repeat; }
#nav03 a { background: url(../images/menu1.jpg) -321px 0 no-repeat; }
#nav04 a { background: url(../images/menu1.jpg) -477px 0 no-repeat; }
#nav05 a { background: url(../images/menu1.jpg) -633px 0 no-repeat; }

#nav01 a:hover { background: url(../images/menu1.jpg) -9px -40px no-repeat; }
#nav02 a:hover { background: url(../images/menu1.jpg) -165px -40px no-repeat; }
#nav03 a:hover { background: url(../images/menu1.jpg) -321px -40px no-repeat; }
#nav04 a:hover { background: url(../images/menu1.jpg) -477px -40px no-repeat; }
#nav05 a:hover { background: url(../images/menu1.jpg) -633px -40px no-repeat; }


#menu2 {
	padding: 0 10px;
	height: 35px;
	}
	
#menu2 li {
	height: 35px;
	width: 130px;
	}
#menu2 li a {
	height: 35px;
	width: 130px;
	}

#nav06 a { background: url(../images/menu2.jpg) -10px 0 no-repeat; }
#nav07 a { background: url(../images/menu2.jpg) -140px 0 no-repeat; }
#nav08 a { background: url(../images/menu2.jpg) -270px 0 no-repeat; }
#nav09 a { background: url(../images/menu2.jpg) -400px 0 no-repeat; }
#nav10 a { background: url(../images/menu2.jpg) -530px 0 no-repeat; }
#nav11 a { background: url(../images/menu2.jpg) -660px 0 no-repeat; }

#nav06 a:hover { background: url(../images/menu2.jpg) -10px -35px no-repeat; }
#nav07 a:hover { background: url(../images/menu2.jpg) -140px -35px no-repeat; }
#nav08 a:hover { background: url(../images/menu2.jpg) -270px -35px no-repeat; }
#nav09 a:hover { background: url(../images/menu2.jpg) -400px -35px no-repeat; }
#nav10 a:hover { background: url(../images/menu2.jpg) -530px -35px no-repeat; }
#nav11 a:hover { background: url(../images/menu2.jpg) -660px -35px no-repeat; }


#index #menu2 {
	padding: 0 10px;
	height: 40px;
	}
	
#index #menu2 li {
	height: 40px;
	width: 130px;
	}
#index #menu2 li a {
	height: 40px;
	width: 130px;
	}

#index #nav06 a { background: url(../images/index_menu2.jpg) -10px 0 no-repeat; }
#index #nav07 a { background: url(../images/index_menu2.jpg) -140px 0 no-repeat; }
#index #nav08 a { background: url(../images/index_menu2.jpg) -270px 0 no-repeat; }
#index #nav09 a { background: url(../images/index_menu2.jpg) -400px 0 no-repeat; }
#index #nav10 a { background: url(../images/index_menu2.jpg) -530px 0 no-repeat; }
#index #nav11 a { background: url(../images/index_menu2.jpg) -660px 0 no-repeat; }

#index #nav06 a:hover { background: url(../images/index_menu2.jpg) -10px -40px no-repeat; }
#index #nav07 a:hover { background: url(../images/index_menu2.jpg) -140px -40px no-repeat; }
#index #nav08 a:hover { background: url(../images/index_menu2.jpg) -270px -40px no-repeat; }
#index #nav09 a:hover { background: url(../images/index_menu2.jpg) -400px -40px no-repeat; }
#index #nav10 a:hover { background: url(../images/index_menu2.jpg) -530px -40px no-repeat; }
#index #nav11 a:hover { background: url(../images/index_menu2.jpg) -660px -40px no-repeat; }

#clinic-info {
	color: #777;
	font-size: 85%;
	width: 150px;
	float: left;
	margin: 28px 0 16px 16px;
	padding: 0 12px 12px 0;
	border-right: 1px solid #00a0c6;
	border-bottom: 1px solid #00a0c6;
	line-height: 1.6;
	}
*:first-child+html #clinic-info { font-size: 9px; } /*  for IE7 only */
* html body #clinic-info { font-size: 9px; } /*  for IE6 only */

#index #clinic-info { line-height: 1.2; }

#clinic-info h2 {
	height: 24px;
	text-indent: -9999px;
	}
#clinic-info h2#info1 { background: url(../images/info01.png) 0 0 no-repeat; }
#clinic-info h2#info2 { background: url(../images/info02.png) 0 0 no-repeat; }


#clinic-info dl { margin-left: 0; }

#index #clinic-info dl { margin: 0 0 6px 0; } 

#clinic-info dt {
	width: 3em;
	float: left;
	}
#clinic-info dd { margin-left: 3em; }

#clinic-info p.detail {
	float: right;
	text-indent: -9999px;
	}
#clinic-info p.detail a {
	display: block;
	width: 92px;
	height: 20px;
	background: url(../images/clinic-info_detail.png) 0 0 no-repeat;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 6px 0 0 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) top right no-repeat;
	font-size: 85%;
	color: #1784dd;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; padding-top: 12px; } /*  for IE6 only */

#footer p {
	width: 172px;
	padding-left: 16px;
	float: left;
	}


#footer a {
	text-decoration: none;
	color: #007aa8;
	}
#footer a:hover {
	text-decoration: underline;
	color: #00a0c6;
	}

#footer ul { 
	list-style: none;
	margin: 4px 16px 0 200px;
	padding: 0;
	text-align: right;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 10px 16px 0 200px;
	text-align: right;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

.section p { margin-bottom: 1em; }

p.center { text-align: center; }

#content h2 {
	height: 42px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 32px;
	text-indent: -9999px;
	margin-left: -6px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}
#content ul { margin: 1em 0 1em 6px; }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 6px 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: #007aa8;
	outline: none;
	}
a:hover { color: #00a0c6; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 6px 16px 16px 6px;
	}

.image_r {
	float: right;
	margin: 6px 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) 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: 74px;
	height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 24px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

#content p.detail {
	text-align: right;
	margin-right: 2em;
	}

p.caution {
	padding-left: 20px;
	background: url(../images/caution_bg.png) 0 3px no-repeat;
	}

.raquo {
	color: #17784dd;
	font-size: 124%;
	font-weight: bold;
	}


/*---------- 07  Index -----------*/


#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }
#index h2#title02 { background: url(../images/index_h2-02.png) 0 0 no-repeat; }

#index #top-img {
	margin: 0;
	padding: 0;
	}
#index #top-img img { display: block; }

#index #content .alpha {
	width: 370px;
	float: left;
	}
#index #content .beta {
	width: 220px;
	float: right;
	padding-top: 18px;
	}


/*---------- 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; }



/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.png) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-07.png) 0 0 no-repeat; }

#staff #content .alpha {
	width: 240px;
	float: left;
	}
#staff #content .beta {
	width: 280px;
	float: right;
	}

#staff #content .alpha .photo { margin: 16px 0 0 16px; }


/*---------- 10  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }

#clinic #content table {
	margin: 16px 0 16px 10px;
	width: 500px;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #eee;
	font-size: 100%;
	color: #666;
	}
#clinic #content table th,
#clinic #content table td {
	border: 1px solid #ddd;
	padding: 4px 12px;
	}
#clinic #content table th {
	background: #f7f7f7;
	color: #007aa8;
	}

.sat { color: blue; }
.close { color: red; }

#clinic #content .vcard .section .image_l { margin-right: 0; }
#clinic #content .vcard .section .image_r { margin-left: 0; }



/*---------- 11  General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.png) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.png) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.png) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.png) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.png) 0 0 no-repeat; }



/*---------- 12  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.png) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/implant_h4-11.png) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-12.png) 0 0 no-repeat; }

#implant #content .alpha {
	width: 250px;
	float: left;
	}
#implant #content .beta {
	width: 250px;
	float: right;
	}


/*---------- 13  Prevent Perio -----------*/

#prevent-perio h2#title01 { background: url(../images/prevent-perio_h2-01.png) 0 0 no-repeat; }
#prevent-perio h3#title02 { background: url(../images/prevent-perio_h3-02.png) 0 0 no-repeat; }
#prevent-perio h3#title03 { background: url(../images/prevent-perio_h3-03.png) 0 0 no-repeat; }
#prevent-perio h3#title04 { background: url(../images/prevent-perio_h3-04.png) 0 0 no-repeat; }
#prevent-perio h3#title05 { background: url(../images/prevent-perio_h3-05.png) 0 0 no-repeat; }
#prevent-perio h4#title06 { background: url(../images/prevent-perio_h4-06.png) 0 0 no-repeat; }
#prevent-perio h4#title07 { background: url(../images/prevent-perio_h4-07.png) 0 0 no-repeat; }
#prevent-perio h4#title08 { background: url(../images/prevent-perio_h4-08.png) 0 0 no-repeat; }



/*---------- 14  Aeshte -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.png) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.png) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.png) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.png) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-07.png) 0 0 no-repeat; }



/*---------- 15  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.png) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.png) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-11.png) 0 0 no-repeat; }

#ortho #content .case {
	margin: 10px 10px;
	background: url(../images/arrow_3.png) 163px 63px no-repeat;
	}

#ortho .alpha,
#ortho .beta,
#ortho .gamma {
	float: left;
	margin: 16px;
	}
* html body#ortho .alpha { margin-left: 8px; }
* html body#ortho .beta,
* html body#ortho .gamma { margin-left: 15px; }

#ortho #ortho-flow .section {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../images/arrow_down.png) center bottom no-repeat;
	}
#ortho #ortho-flow .section.nil {
	padding-bottom: 0;
	background-image: none;
	}


/*---------- 16  Child -----------*/

#child h2#title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.png) 0 0 no-repeat; }



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }


