@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Implant                     */
/*                 12  Ortho                       */
/*                 13  Child                       */
/*                 14  Whitening                   */
/*                 15  Prevent Perio               */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                 17  Recruit                     */
/*                                                 */
/*=======================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: #fff url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#container {
	background: url(../images/container_bg.jpg) 0 0 no-repeat;
	width: 800px;
	padding: 20px 20px 0 20px; 
	}
* html body #container { width: 840px; }

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 66px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 300px;
	height: 66px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 300px;
	height: 66px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 38px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	width: 185px;
	height: 15px;
	float: right;
	}

#header_nav li {
	height: 15px;
	line-height: 15px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
	}
#header_nav li a {
	display: block;
	height: 15px;
	background: #ffd2dc url(../images/header_nav_li.jpg) 0 0 no-repeat;
	padding-left: 15px;
	margin-right: 5px;
	text-decoration: none;
	}

#header_img { height: 56px; }
#header_img p {
	margin: 0;
	padding: 0;
	}
#header_img img { display: block; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 10px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -200px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -200px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 16px 20px 14px 20px;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
	font-size: 85%;
	text-align: center;
	color: #999;
	width: 800px;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; width: 840px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #b74646;
	}
#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;
	color: #5683cc;
	}
#footer address a { color: #5683cc; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0 5px;
	}
#content h3 {
	clear: both;
	height: 32px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 0 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: #f94956; }
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 16px 0;
	}

.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;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 10px 5px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 5px 0;   
    }  


.caption { text-align: center; }

.arrow { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 90px;
	height: 17px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 17px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

#content ul.detail li { background-image: none; }

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}



/*---------- 07  Index -----------*/

#index h2#title01 {
	text-indent: -9999px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 250px;
	}
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 {
	height: 45px;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	margin-left: -2px;
	}
#index h3#title04 {
	height: 45px;
	background: url(../images/index_h3-04.jpg) 0 0 no-repeat;
	margin: 0;
	}
#index h3#title05 {
	height: 26px;
	background: url(../images/index_h3-05.jpg) 0 0 no-repeat;
	}
#index h3#title06 {
	height: 26px;
	background: url(../images/index_h3-06.jpg) 0 0 no-repeat;
	}

#index h3#title07 { background: url(../images/index_h3-07.jpg) 0 0 no-repeat; }

#index h3#title08 { background: url(../images/index_h3-08.jpg) 0 0 no-repeat; }



#index #content ul li {
	font-weight: bold;
	color: #666;
}

#index #content .section { padding: .5em 15px; }

#index #information { margin: 1em 1em 2em 1em; }


#index .pckp-body {
	background: url(../images/pckp-body_bg.jpg) left bottom no-repeat;
	width: 292px;
	float: left;
	}
#index .pckp-body .image_l {
	float: left;
	margin: 0 10px 16px 16px;
	}
#index .pckp-body .description { margin: 0 10px 12px 0; }

#index .pckp-body .detail {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	float: right;
	width: 100px;
	}
#index .pckp-body .detail a {
	height: 14px;
	display: block;
	background: url(../images/index_detail.jpg) 0 0 no-repeat;
	}

#index #content #clinic-info .alpha {
	width: 350px;
	float: left;
	}
#index #content #clinic-info .beta {
	width: 210px;
	float: right;
	}

#index #content table {
	border: 1px solid #a7cfea;
	font-size: 100%;
	line-height: 1.0;
	color: #666;
	}
#index #content table th,
#index #content table td {
	padding: 5px;
	border: 1px solid #a7cfea;
	}
#index #content table th {
	color: #5683cc;
	background: #edf7ff;
	}
#index #content table th#t1,
#index #content table th#t2 { background: #fff url(../images/index_table_th.jpg) left repeat-y; }

#index #content table td abbr {
	line-height: 16px;
	border-bottom: 0;
	}
#index #content table td abbr.open {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/open.jpg) center center no-repeat;
	}
#index #content table td abbr.close {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/close.jpg) center center no-repeat;
	}


/*---------- 08  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h3#title04 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }

#staff #content .alpha {
	width: 150px;
	float: left;
	}
#staff #content .beta {
	width: 360px;
	float: right;
	padding-top: 10px;
	}


/*---------- 09  Clinic -----------*/
#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 h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 200px;
	float: left;
	}
#clinic #content .beta {
	width: 340px;
        padding:0 0 0 10px;
	float: left;
	}


/*---------- 10  Treatment -----------*/
#treatment h2#title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment h4#title03 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }

#treatment #content a {
  float:right;
}


/*---------- 11  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 h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.jpg) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.jpg) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/implant_h4-11.jpg) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-12.jpg) 0 0 no-repeat; }


/*---------- 12  Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }
#ortho h4#title12 { background: url(../images/ortho_h4-12.jpg) 0 0 no-repeat; }


/*---------- 13  Child -----------*/
#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.jpg) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-05.jpg) 0 0 no-repeat; }

#child #content .alpha {
	width: 300px;
	float: left;
	}
#child #content .beta {
	width: 200px;
        padding:0 10px 0 0px;
	float: right;
	}



/*---------- 14  Whitening -----------*/
#white h2#title01 { background: url(../images/white_h2-01.jpg) 0 0 no-repeat; }
#white h3#title02 { background: url(../images/white_h3-02.jpg) 0 0 no-repeat; }
#white h4#title03 { background: url(../images/white_h4-03.jpg) 0 0 no-repeat; }
#white h3#title04 { background: url(../images/white_h3-04.jpg) 0 0 no-repeat; }
#white h4#title05 { background: url(../images/white_h4-05.jpg) 0 0 no-repeat; }
#white h3#title06 { background: url(../images/white_h3-06.jpg) 0 0 no-repeat; }
#white h4#title07 { background: url(../images/white_h4-07.jpg) 0 0 no-repeat; }

#white #content ul li{
        list-style-type:decimal;
	margin: 5;
	background-image: none;  }




/*---------- 15  Prevent Perio -----------*/
#prevent-perio h2#title01 { background: url(../images/prevent-perio_h2-01.jpg) 0 0 no-repeat; }
#prevent-perio h3#title02 { background: url(../images/prevent-perio_h3-02.jpg) 0 0 no-repeat; }
#prevent-perio h4#title03 { background: url(../images/prevent-perio_h4-03.jpg) 0 0 no-repeat; }
#prevent-perio h3#title04 { background: url(../images/prevent-perio_h3-04.jpg) 0 0 no-repeat; }
#prevent-perio h3#title05 { background: url(../images/prevent-perio_h3-05.jpg) 0 0 no-repeat; }
#prevent-perio h4#title06 { background: url(../images/prevent-perio_h4-06.jpg) 0 0 no-repeat; }
#prevent-perio h4#title07 { background: url(../images/prevent-perio_h4-07.jpg) 0 0 no-repeat; }
#prevent-perio h4#title08 { background: url(../images/prevent-perio_h4-08.jpg) 0 0 no-repeat; }
#prevent-perio h4#title09 { background: url(../images/prevent-perio_h4-09.jpg) 0 0 no-repeat; }

#prevent-perio #content dt{
    color :#ff3366;
    
    }





/*---------- 16  Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h4#title03 { background: url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access h4#title04 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access h4#title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access h4#title06 { background: url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access h4#title07 { background: url(../images/access_h4-07.jpg) 0 0 no-repeat; }


#access #content .alpha {
	width: 300px;
	float: left;
	}
#access #content .beta {
	width: 240px;
        padding:0 10px 0 0px;
	float: right;
	}

#access #content #clinic-info .alpha {
	width: 340px;
	float: left;
	}
#access #content #clinic-info .beta {
	width: 200px;
	float: right;
	}

#access #content table {
	border: 1px solid #a7cfea;
	font-size: 100%;
	line-height: 1.0;
	color: #666;
	}
#access #content table th,
#access #content table td {
	padding: 5px;
	border: 1px solid #a7cfea;
	}
#access #content table th {
	color: #5683cc;
	background: #edf7ff;
	}
#access #content table th#t1,
#access #content table th#t2 { background: #fff url(../images/index_table_th.jpg) left repeat-y; }

#access #content table td abbr {
	line-height: 16px;
	border-bottom: 0;
	}
#access #content table td abbr.open {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/open.jpg) center center no-repeat;
	}
#access #content table td abbr.close {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/close.jpg) center center no-repeat;
	}

/*---------- 17  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }



/*---------- 18  Recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #content table {
	border: 1px solid #a7cfea;
	font-size: 100%;
	line-height: 1.0;
	color: #666;
	}
#recruit #content table th,
#recruit #content table td {
	padding: 8px 12px;
	border: 1px solid #a7cfea;
	}
#recruit #content table th {
	color: #5683cc;
	background: #edf7ff;
	}




/*------------------090210---------------*/

#index #wrapper #shiniku_bnr {
	text-indent: -9999px;
}

	#index #wrapper #shiniku_bnr a {
		display: block;
		width: 557px;
		height: 100px;
		outline: 0;
		background: url(../images/shiniku_bnr.jpg) 0 0 no-repeat;
	}
	
		#index #wrapper #shiniku_bnr a:hover {
			background-position: bottom;
		}


.res24_bnr {
	text-indent: -9999px;
}

	.res24_bnr a {
		display: block;
		width: 557px;
		height: 100px;
		outline: 0;
		background: url(../images/res24_bnr.jpg) 0 0 no-repeat;
	}
	
		.res24_bnr a:hover {
			background-position: bottom;
		}