@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Treatment                   */
/*                 09  Clinic                      */
/*                 10  Aesthe                      */
/*                 11  Whitening                   */
/*                 12  Laser                       */
/*                 13  Ortho                       */
/*                 14  Implant                     */
/*                 15  Price                       */
/*                 16  English/                    */
/*                 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: #fff; }

#wrapper {
	background: url(../images/wrapper.png) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	}

#main {
	margin: 0;
	width: 800px;
	background: url(../images/main_bg.png) 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: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 475px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 475px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 280px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 50px;
	clear: both;
	}
#header p.tel img { display: block; }

#header-nav {
	margin: 0;
	padding: 0 20px 30px 130px;
	width: 130px;
	height: 20px;
	}
* html body #header-nav {
	width: 280px;
	height: 50px;
	}

#header-nav li {
	height: 20px;
	width: 65px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}
#header-nav li a {
	display: block;
	height: 20px;
	}

#nav01 a { background: url(../images/header-nav.gif) 0 0 no-repeat; }
#nav02 a { background: url(../images/header-nav.gif) -65px 0 no-repeat; }


/*----------04  Navigation -----------*/

#global-nav {
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	}
#global-nav dt{
	margin: 0;
	padding: 0;
	width: 0;
	height: 30px;
	float: left;
	text-indent: -9999px;
	}



#global-nav dd {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 30px;
	float: left;
	text-indent: -9999px;
	}
#global-nav dd a {
	display: block;
	height: 30px;
	}
	
#global-nav dt { background: url(../images/global-nav.jpg) 0 0 no-repeat; }

#nav03 a { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.jpg) -160px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -320px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.jpg) -480px 0 no-repeat; }
#nav07 a { background: url(../images/global-nav.jpg) -640px 0 no-repeat; }

#nav03 a:hover { background: url(../images/global-nav.jpg) 0 -30px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -160px -30px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -320px -30px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -480px -30px no-repeat; }
#nav07 a:hover { background: url(../images/global-nav.jpg) -640px -30px no-repeat; }


#nav {
	width: 170px;
	float: left;
	padding: 0;
	}

#nav h2 {
	margin: 0;
	padding: 0;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/nav_h2.png) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal { width: 170px; }
#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav08 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -30px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -60px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -90px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -150px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -180px no-repeat; }

#nav08 a:hover { background: url(../images/nav.png) -170px 0 no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -170px -30px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -170px -60px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -170px -90px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -170px -120px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -170px -150px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -170px -180px no-repeat; }



#nav p { text-align: center; }
#nav .left{ 
 text-align: left; 
	padding-left:5px;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0 14px 0;
	margin: 0;
	width: 800px;
	border-top: 1px solid #cc3366;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: right;
	color: #8c8c8c;
	}
*: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: #7f690d;
	}
#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 20px 1em 20px; }
.section .section { padding: .5em 0 1em 10px; }

.center { text-align: center; }

#main-img {
	margin: 0;
	padding: 0;
	width: 800px;
	clear: both;
	}
#main-img img { display: block; }

h2 {
	height: 150px;
	text-indent: -9999px;
	margin: 0px;
	width: 800px;
	clear: both;
	}
#content h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	}
#content h4 {
	height: 28px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 .5em .5em 0;
	padding: 4px 8px;
	background: #dcc783;
	border-bottom: 1px solid #b2a46d;
	}
#content h6 {
	font-size: 93%;
	color: #5e510d;
	}

#content ul { margin-left: 1em; }

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 3px no-repeat;
	padding-left: 16px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt {
	font-weight: bold;
	color: #5e510d;
	}

#content a { text-decoration: underline; }

a {
	color: #7f690d;
	outline: none;
	}
a:hover { color: #d59758; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 10px 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center 40% no-repeat;
	}

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 78px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 28px;
	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 */



#content table {
	border-collapse: collapse;
	border: 2px solid #b2a46d;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #dcc783;
	}

#content table th {
	background: #f4dda8;
	color: #7f690d;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#map {  
	width: 500px;  
	height: 360px;  
	border: 2px solid #ccc;  
	margin: 18px;  
	}  

.colored { 
padding-right: 19px; padding-left: 19px; background: #eee; padding-bottom: 9px; padding-top: 9px 
} 

/*---------- 07  Index -----------*/

#index h2#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	margin: 0;
	}
#index h2#title02 {
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}

#index #section01 { padding: .5em 20px 1em 20px; }

#index .alpha {
	width: 260px;
	height:200px;
	float: left;
	background: url(../images/index_bg01.jpg) 0 0 no-repeat;
	}
#index .beta {
	width: 260px;
	float: right;
	padding-right:15px;
	}

#index .alpha02 {
	width: 260px;
	float: left;
	}

#index .beta02 {
	width: 262px;
	float: right;
	padding-right:15px;
  background: url(../images/betabox.jpg) 0 0 no-repeat;	}

#index .beta02 p {
	padding:0;
	margin:0;
	}

#index .betabox {
	padding:0;
	margin:0;
	background: url(../images/index_box_bg.jpg) 0 0 repeat-y;
	}

#index .beta02 .box {
	 margin-right:5px;
	 margin-left:5px;
	 }

#index .box02{
	padding:0;
	margin:0;
}

#index .kawara {
	float: left;
	}

#index .alpha02 dt{
	width:50px;
	float:left;
}

#index .alpha02 dd{
	margin-left:50px;
}

#index strong{
  color:#ff0066;
}

#index #clinic-info .alpha {
	width: 202px;
	float: left;
	}
#index #clinic-info .beta {
	width: 338px;
	padding-top: 8px;
	float: right;
	}
#index #clinic-info .beta dl {
	margin: 0;
	padding: 0;
	}
#index #clinic-info .beta dt {
	width: 5em;
	float: left;
	color: #5e510d;
	}
#index #clinic-info .beta dd { margin-left: 5em; }


/*---------- 08  Access -----------*/

#access h2{ background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title01 { background: url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }

#map {   
    width: 500px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  


/*---------- 09  Concept-----------*/

#concept h2{ background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title01 { background: url(../images/concept_h3-01.jpg) 0 0 no-repeat; }
#concept h4#title02 { background: url(../images/concept_h4-01.jpg) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }

/*---------- 10  Clinic -----------*/

#clinic h2{ background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title01 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h4#title02 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }

#clinic .box_fR{
	float: right;
	width: 300px;
}

/*---------- 11  Treatment -----------*/

#treatment h2 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment h3#title01 { background: url(../images/treatment_h3-01.jpg) 0 0 no-repeat; }
#treatment h4#title02 { background: url(../images/treatment_h4-01.jpg) 0 0 no-repeat; }
#treatment h4#title03 { background: url(../images/treatment_h4-02.jpg) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }

/*---------- 12  Caries -----------*/

#caries h2 { background: url(../images/caries_h2-01.jpg) 0 0 no-repeat; }
#caries h3#title01 { background: url(../images/caries_h3-01.jpg) 0 0 no-repeat; }
#caries h4#title02 { background: url(../images/caries_h4-01.jpg) 0 0 no-repeat; }
#caries h4#title03 { background: url(../images/caries_h4-02.jpg) 0 0 no-repeat; }


/*---------- 13  Perio -----------*/

#perio h2 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio h3#title01 { background: url(../images/perio_h3-01.jpg) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h4#title03 { background: url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio h3#title05 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h3#title08 { background: url(../images/perio_h3-04.jpg) 0 0 no-repeat; }



/*---------- 14  Prevent -----------*/

#prevent h2 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title01 { background: url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h4#title02 { background: url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-02.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }
#prevent h3#title10 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title11 { background: url(../images/prevent_h4-08.jpg) 0 0 no-repeat; }
#prevent h4#title12 { background: url(../images/prevent_h4-09.jpg) 0 0 no-repeat; }


/*---------- 15  Esthe -----------*/

#esthe h2 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe h3#title01 { background: url(../images/esthe_h3-01.jpg) 0 0 no-repeat; }
#esthe h4#title02 { background: url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe h4#title03 { background: url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }
#esthe h4#title07 { background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat; }
#esthe h3#title08 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe h4#title09 { background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat; }
#esthe h4#title10 { background: url(../images/esthe_h4-08.jpg) 0 0 no-repeat; }


/*---------- 16  White -----------*/

#white h2 { background: url(../images/white_h2-01.jpg) 0 0 no-repeat; }
#white h3#title01 { background: url(../images/white_h3-01.jpg) 0 0 no-repeat; }
#white h4#title02 { background: url(../images/white_h4-01.jpg) 0 0 no-repeat; }
#white h4#title03 { background: url(../images/white_h4-02.jpg) 0 0 no-repeat; }
#white h4#title04 { background: url(../images/white_h4-03.jpg) 0 0 no-repeat; }


/*---------- 17  Recruit -----------*/
#recruit h2 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title01 { background: url(../images/rec_h3-01.jpg) 0 0 no-repeat; }




/*---------- 18  Sitemap -----------*/

#sitemap h2 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }




