@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Implant                     */
/*                 09  About Implant               */
/*                 10  Implant Perio               */
/*                 11  Whitening                   */
/*                 12  Aesthe                      */
/*                 13  Molar                       */
/*                 14  Clinic                      */
/*                 15  Recruit                     */
/*                 16  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Black          #000000      */
/*        Main Color - Yellow Ochre   #ba9331      */
/*        Main Color - Ochre Light    #cfb031      */
/*                                                 */
/*        Sub Color  - Pink           #ff8ac4      */
/*                                                 */
/*==================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: #fff;
	width: 800px;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #666;
	text-align: left;
	}
* html body #wrapper { width: 802px; }

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

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


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

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

h1 {
	text-indent: -9999px;
	width: 800px;
	height: 108px;
	line-height: 1.0;
	clear: both;
	}
h1 a {
	display: block;
	width: 800px;
	height: 108px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .lead { padding-top: 38px; }

#header p.copy {
	width: 146px;
	height: 64px;
	float: left;
	}

#header p.tel {
	width: 250px;
	height: 64px;
	float: right;
	}

#header p {
	margin: 0;
	padding: 0;
	}

#header p img { display: block; }


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

#nav {
	width: 180px;
	float: left;
	padding: 0 0 10px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	width: 180px;
	height: 30px;
	}

#nav01 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.png) 0 -30px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -60px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }

#nav01 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.png) -180px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -180px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }

#content p.skip-sitemap {
	margin: 0;
	padding: 0;
	width: 240px;
	height: 22px;
	float: right;
	text-indent: -9999px;
	}
#content p.skip-sitemap a {
	display: block;
	height: 22px;
	background: url(../images/skip-sitemap.jpg) 0 0 no-repeat;
	}
#content p.skip-sitemap a:hover { background: url(../images/skip-sitemap.jpg) 0 -22px no-repeat; }



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

#footer {
	clear: both;
	padding: 12px 0 0 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	border-top: 1px solid #666;
	font-size: 85%;
	text-align: center;
	color: #666;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #000;
	}
#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-top: 12px;
	padding: 4px 1em;
	background: #000;
	color: #fff;
	}
#footer address a { color: #fff; }


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

.section { padding: .5em 20px; }
.section .section { padding: .5em 50px; }
#index .section .section { padding: .5em 10px; }

.center { text-align: center; }

#content h2 {
	clear: both;
	height: 60px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding-left: 18px;
	background: url(../images/h5.png) center left no-repeat;
	}

#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: #ba9331;
	outline: none;
	}
a:hover { color: #cfb031; }

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

.section p { margin: 6px 12px 12px 12px; }

.section .image_l  {
	float: left;
	margin: 0 18px 16px 0;
	}

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

.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 .image_l,
#content .image_r {
	text-align: center;
	}

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	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/to_top.png) 0 0 no-repeat;
	}

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

#content table {
	text-align: center;
	border: 5px solid #ddd;
	margin: 0 auto;
	font-size: 100%;
	}
#content table tr th,
#content table tr td {
	text-align: left;
	border: 1px solid #999; 
	padding: .5em 2em;
	}

#content span.br { display: block; }


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

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

#index #header .lead {
	width: 400px;
	float: right;
	padding: 0;
	}

#index #header p.copy {
	width: 400px;
	height: 132px;
	}

#index #header p.tel {
	width: 400px;
	height: 110px;
	}


#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }

#index #pckp {
	background: #eee;
	margin: 10px 20px;
	padding: 20px;
	}
#index #pckp ul,
#index #pckp li {
	margin: 0;
	padding: 0;
	background-image: none;
	}
#index #pckp01 {
	width: 285px;
	float: left;
	}
#index #pckp02 { float: left; }


/*---------- 08  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }


/*---------- 09  About Implant -----------*/ 

#about-implant h2#title01 { background: url(../images/about-implant_h2-01.jpg) 0 0 no-repeat; }
#about-implant h3#title02 { background: url(../images/about-implant_h3-02.jpg) 0 0 no-repeat; }
#about-implant h4#title03 { background: url(../images/about-implant_h4-03.jpg) 0 0 no-repeat; }
#about-implant h4#title04 { background: url(../images/about-implant_h4-04.jpg) 0 0 no-repeat; }
#about-implant h4#title05 { background: url(../images/about-implant_h4-05.jpg) 0 0 no-repeat; }

/*---------- 10  Implant Perio -----------*/

#implant-perio h2#title01 { background: url(../images/implant-perio_h2-01.jpg) 0 0 no-repeat; }
#implant-perio h3#title02 { background: url(../images/implant-perio_h3-02.jpg) 0 0 no-repeat; }
#implant-perio h3#title03 { background: url(../images/implant-perio_h3-03.jpg) 0 0 no-repeat; }

/*---------- 11  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }
#whitening h4#title06 { background: url(../images/whitening_h4-06.jpg) 0 0 no-repeat; }
#whitening h3#title07 { background: url(../images/whitening_h3-07.jpg) 0 0 no-repeat; }


/*---------- 12  Aesthe -----------*/

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

/*---------- 13  Molar -----------*/

#molar h2#title01 { background: url(../images/molar_h2-01.jpg) 0 0 no-repeat; }
#molar h3#title02 { background: url(../images/molar_h3-02.jpg) 0 0 no-repeat; }
#molar h4#title03 { background: url(../images/molar_h4-03.jpg) 0 0 no-repeat; }
#molar h4#title04 { background: url(../images/molar_h4-04.jpg) 0 0 no-repeat; }


/*---------- 14  Clinic -----------*/
  

#clinic #content h4 {
	margin-left: 170px;
	}

#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h3#title07 { background: url(../images/clinic_h3-07.jpg) 0 0 no-repeat; }
#clinic h3#title08 { background: url(../images/clinic_h3-08.jpg) 0 0 no-repeat; }
#clinic h3#title09 { background: url(../images/clinic_h3-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title15 { background: url(../images/clinic_h4-15.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title16 { background: url(../images/clinic_h4-16.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title17 { background: url(../images/clinic_h4-17.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title18 { background: url(../images/clinic_h4-18.jpg) 0 0 no-repeat; margin-left: 210px; }
#clinic h4#title19 { background: url(../images/clinic_h4-19.jpg) 0 0 no-repeat; margin-left: 210px; }

#clinic #content table tr th,
#clinic #content table tr td {
	padding: .5em;
	}

#clinic #content ul {
	margin-left: 180px;
	}

/*---------- 15  Recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }

/*---------- 16  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content dl {
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 30px solid #ddd;
	}
#sitemap #content dl dt {
	margin: 0;
	border: 1px solid #ccc;
	padding: .5em;
	}
#sitemap #content dl dt.gray {
	background: #ddd;
	}
#sitemap #content dl dd {
	margin: .5em 0;
	}
#sitemap #content dl dd dl {
	padding: 0;
	border-left: 0;
	}

