@charset "UTF-8";
@import "base.css";
@import "digi.css";
@import "sori.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  About                       */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Access                      */
/*                 12  Implant                     */
/*                 13  Denture                     */
/*                 14  Aesthe                      */
/*                 15  Perio                       */
/*                 16  Prevent                     */
/*                 17  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: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	}

#main {
	margin: 0;
	width: 800px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 170px 0 1em 0;
	background: #fff url(../images/main-img.jpg) center 14px no-repeat;
	}

#index #content {
	padding: 300px 0 1em 0;
	background: #fff url(../images/index_main-img.jpg) center 14px no-repeat;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 75px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 390px;
	height: 75px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 390px;
	height: 75px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 159px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 6px 0 0 0;
	height: 49px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 159px;
	height: 20px;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 65px; }
#nav02 { width: 94px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -65px 0 no-repeat;
	width: 94px;
	}


/*----------04  Navigation -----------*/

#top-nav,
#top-nav li {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
	}
#top-nav { width: 800px; }
#top-nav li {
	text-indent: -9999px;
	width: 200px;
	height: 40px;
	float: left;
	}
#top-nav li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/top-nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/top-nav.jpg) -200px 0 no-repeat; }
#nav05 a { background: url(../images/top-nav.jpg) -400px 0 no-repeat; }
#nav06 a { background: url(../images/top-nav.jpg) -600px 0 no-repeat; }

#nav03 a:hover { background: url(../images/top-nav.jpg) 0 -40px no-repeat; }
#nav04 a:hover { background: url(../images/top-nav.jpg) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/top-nav.jpg) -400px -40px no-repeat; }
#nav06 a:hover { background: url(../images/top-nav.jpg) -600px -40px no-repeat; }

#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav h2 {
	height: 49px;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	text-indent: -9999px;
	background: url(../images/nav_h2.jpg) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal { margin-bottom: 10px; }

#nav .internal li {
	width: 182px;
	margin-left: 9px;
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav07 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }

#nav07 a:hover { background: url(../images/nav.jpg) -182px 0 no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -182px -40px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -182px -80px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -182px -120px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -182px -160px no-repeat; }

#nav p { text-align: center; }

#clinic-info h2 {
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	text-indent: -9999px;
	background: url(../images/clinic-info_h2.jpg) 0 0 no-repeat;
	}

#clinic-info p {
	text-align: left;
	margin-left: 1em;
	}

#clinic-info dl { margin-left: 1em; }

#clinic-info dt.close {
	width: 4em;
	float: left;
	}
#clinic-info dd.close { margin-left: 4em; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	width: 800px;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	border-top: 1px solid #286dd1;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*: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 -----------*/

.section00 {
  margin: 0;
	padding: 0;
}

.section { padding: .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: 42px;
	text-indent: -9999px;
	margin-left: -10px;
	}
	
#content h3#margin {
  margin: 0;
	padding: 0;
	height: 0;
}
	
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content h6 {
	font-size: 100%;
	font-weight: bold;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 2px 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: #4499af;
	outline: none;
	}
a:hover { color: #286dd1; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_ll  {
	float: left;
	margin: 0 16px 0 0;
	}


.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_rr {
	float: right;
	margin: 0 0 0 16px;
	}


.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 90px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.png) 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 */

.close { color: red; }

#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 10px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}
	
#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}
	
#content table span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.detail {
	text-align: right;
	margin-right: 1em;
	}



/*---------- 07  Index -----------*/

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }
#index h3#title03 {
	width: 272px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	}
#index h3#title04 {
	width: 272px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/index_h3-04.jpg) 0 0 no-repeat;
	}
#index h3#title05 {
	width: 272px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/index_h3-05.jpg) 0 0 no-repeat;
	}
#index h3#title06 {
	width: 272px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/index_h3-06.jpg) 0 0 no-repeat;
	}

#index .alpha {
	width: 220px;
	float: left;
	}

#index dl.beta {
	width: 310px;
	float: right;
	margin: 10px 0 20px 0;
	}

#index dl.beta dt {
	width: 5em;
	float: left;
	background: url(../images/li_bg.png) 0 2px no-repeat;
	padding-left: 20px;
	}
* html body#index dl.beta dt { width: 7em; }
#index dl.beta dd { margin-left: 7em; }


#index .pckp-body{
	width: 272px;
	margin: 0;
	padding: 0;
	margin-left:20px;
	background: url(../images/pckp-body_bg.jpg) left bottom no-repeat;
	}
#index .calender {
	width: 272px;
	margin: 0;
	padding: 0;
	margin-left:20px;
}

#index .pckp-body.alpha,
#index .calender.alpha {
	float: left;
	margin: 10px 0 10px 20px;
	}
* html body#index .pckp-body.alpha,
* html body#index .calender.alpha { margin-left: 0; }

#index .pckp-body.beta,
#index .calender.beta {
	float: right;
	margin: 10px 20px 10px 0;
	}

#index .pckp-body p{
	margin: 5px;
	line-height: 1.4;
	}
#index .calender p {
	margin:0;
	line-height: 1.4;
	}

	
* html body#index .pckp-body p{ margin: 5px 3px; }
* html body#index .calender p{margin:0;} 

#index .pckp-body p.detail{
	height: 18px;
	width: 98px;
	margin: 0;
	float: right;
	line-height: 1.0;
	text-indent: -9999px;
	text-align: left;
	}
	
#index .pckp-body p.detail a {
	height: 18px;
	display: block;
	background: url(../images/pckp-detail.jpg) 0 0 no-repeat;
	}


/*---------- 08  About -----------*/

#about h2#title01 { background: url(../images/about_h2-01.png) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-02.png) 0 0 no-repeat; }
#about h3#title03 { background: url(../images/about_h3-03.png) 0 0 no-repeat; }
#about h4#title04 { background: url(../images/about_h4-04.png) 0 0 no-repeat; }

#about #content .alpha {
	width: 200px;
	float: left;
	}

#about #content .beta {
	width: 320px;
	float: right;
	}

#about #content .beta dt {
	width: 4em;
	float: left;
	}
#about #content .beta dd { margin-left: 4em; }


/*---------- 09  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 h3#title04 { background: url(../images/clinic_h3-04.png) 0 0 no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-05.png) 0 0 no-repeat; }
#clinic h3#title06 { background: url(../images/clinic_h3-06.png) 0 0 no-repeat; }
#clinic h3#title07 { background: url(../images/clinic_h3-07.png) 0 0 no-repeat; }
#clinic h3#title08 { background: url(../images/clinic_h3-08.png) 0 0 no-repeat; }

/*---------- 10  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.png) 0 0 no-repeat; }
#treatment h3#title04 { background: url(../images/treatment_h3-04.png) 0 0 no-repeat; }
#treatment h3#title05 { background: url(../images/treatment_h3-05.png) 0 0 no-repeat; }
#treatment h3#title06 { background: url(../images/treatment_h3-06.png) 0 0 no-repeat; }


/*---------- 11  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }

#access #content .alpha {
	width: 280px;
	float: left;
	}
#access #content .beta {
	width: 250px;
	float: right;
	}

#access #content table {
	width: auto;
	margin-left: 0;
	}
	
#access #content table th,
#access #content table td { padding: 4px; }

#access #content table th { width: auto; }


/*---------- 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 h4#title04 { background: url(../images/implant_h4-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; }


/*---------- 13  Denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2-01.png) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.png) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.png) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.png) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.png) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.png) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.png) 0 0 no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-08.png) 0 0 no-repeat; }
#denture h3#title09 { background: url(../images/denture_h3-05.png) 0 0 no-repeat; }


/*---------- 14  Aesthe -----------*/

#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  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.png) 0 0 no-repeat; }
#perio h3#title05 { background: url(../images/perio_h3-05.png) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-06.png) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-07.png) 0 0 no-repeat; }
#perio h4#title08 { background: url(../images/perio_h4-08.png) 0 0 no-repeat; }
#perio h4#title09 { background: url(../images/perio_h4-09.png) 0 0 no-repeat; }
#perio h4#title10 { background: url(../images/perio_h4-10.png) 0 0 no-repeat; }
#perio h4#title11 { background: url(../images/perio_h4-11.png) 0 0 no-repeat; }
#perio h4#title12 { background: url(../images/h4.png) 0 0 no-repeat; }


#perio #content .case { width: 400px; }


/*---------- 16  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.png) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.png) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4-09.png) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
