@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  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  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: 10px auto;
	padding: 5px 10px 5px 10px;
	text-align: left;
	}
	
* html #wrapper {
	width: 820px;
	}

#main {
	margin: 5px 0 0 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 108%;
	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: 250px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
#header #logo{
	width: 525px;
	height: 42px;
	line-height: 1.0;
	float: left;
	display: block;
	margin:0;
}

h1 {
	width: 525px;
	line-height: 1.0;
	font-size:90%;
	margin:0 0 0 10px;
	}

#header .section {
	width: 800px;
	height: 225px;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 75px;
	float: right;
	}
#header p.tel img { display: block; }

#header .section01 {
	width: 425px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: right;
	}

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
	}

#header_nav li {
	height: 25px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 25px;
	}

#index #header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
	}

#index #header_nav li {
	height: 25px;
	float: left;
	text-indent: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#index #header_nav li a {
	display: block;
	height: 25px;
	}

#nav01 { width: 112px; }
#nav02 { width: 104px; }
#nav03 { width: 104px; }
#nav04 { width: 105px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -112px 0 no-repeat;
	}
#nav03 a {
	background: url(../images/header_nav.jpg) -216px 0 no-repeat;
	}
#nav04 a {
	background: url(../images/header_nav.jpg) -320px 0 no-repeat;
	}
	
#nav01 a:hover {
	background: url(../images/header_nav.jpg) 0 -25px no-repeat;
	}
#nav02 a:hover {
	background: url(../images/header_nav.jpg) -112px -25px no-repeat;
	}
#nav03 a:hover {
	background: url(../images/header_nav.jpg) -216px -25px no-repeat;
	}
#nav04 a:hover {
	background: url(../images/header_nav.jpg) -320px -25px no-repeat;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 5px 0 20px 5px;
	}
	
#nav h2 { 
	height: 70px;
	text-indent: -9999px;
	margin: 0;
	display: block;
	}	
	
#nav h2#nav_title01 { background: url(../images/nav.jpg) 0 0 no-repeat; }	
#nav h2#nav_title02 { background: url(../images/nav.jpg) 0 -263px no-repeat; }	

#nav p { 
	padding: 0 5px;
	}
	
#nav #nav_bg { background: url(../images/nav.jpg) 0 0 no-repeat; }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 45px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}
	
#nav #nav08,
#nav #nav12 {
	height: 58px;
	text-indent: -9999px;
	}
	
#nav #nav08 a,
#nav #nav12 a {
	height: 40px;
	text-indent: -9999px;
	}
	
	
#nav05 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -115px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -205px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -333px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -378px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -423px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -468px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -190px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -115px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -205px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -333px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -378px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -423px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -468px no-repeat; }

#nav p { text-align: center; }

.reserv {
	height: 80px;
	width: 180px;
	text-indent: -9999px;
	padding:20px 0 0 0;
	margin: 0;
	}
	
.reserv a {
	display: block;
	height: 80px;
	}

.reserv a { background: url(../images/bn_reserv.jpg) 0 0 no-repeat; }

.reserv a:hover { background: url(../images/bn_reserv.jpg) 0 -80px no-repeat; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height: 90px;
	width: 800px;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) bottom no-repeat;
	font-size: 85%;
	text-align: right;
	color: #FFFFFF;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}
	
#footer #footer_alpha {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
	}
	
#footer #footer_beta {
	float: right;
	width: 615px;
	margin: 0;
	padding: 65px 0 0 0;
	}
	
	
*: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: #FFFFFF;
	}
#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 {
	clear: both;
	margin: 8px 1em;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section02 { padding: .5em 20px 0 20px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 50px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	margin-bottom: 10px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	padding-bottom: 10px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color: #FF9900;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 30px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
	font-weight: bold;
	color: #8AB516;
	}

#content a { text-decoration: underline; }

a {
	color: #028eaf;
	outline: none;
	}
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 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.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;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 185px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 35px;
	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: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}


#map {   
    width: 500px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 10px;   
    }
		
		
#top_map {   
    width: 246px;   
    height: 196px;   
    border: 2px solid #ccc;   
    margin: 10px;
    } 
 

.bordered {
	border: 1px solid #FFE631;
	padding: 0;
	}
	

/*---------- 07  Index -----------*/
#index #content { 
	padding: 0 0 1em 0;
	margin: 0;
	background: url(../images/content_bg.jpg) 0 bottom no-repeat; 
	}
#index .section { padding: 0; }

#index #content h2 {
	clear: both;
	height: 38px;
	margin-left: 0;
	}

#index #content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: 0;
	}

#index h2#title01 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; margin-top:15px; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }

#index #content .alpha  {
	width: 300px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	}

#index #content .beta {
	width: 300px;
	float: right;
	margin: 0;
	}
	
#index #content .beta img {
	margin: 0;
	padding: 0;
	}	

#index #content .bordered {
	border: 2px solid #FFE631;
	padding: 0;
	}
	
#index #content ul {
	margin: 5px;
	}

/*---------- 08  Dr -----------*/
#dr h2#title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr h3#title03 { background: url(../images/dr_h3-03.jpg) 0 0 no-repeat; }
#dr h4#title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }
#dr h4#title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; }

#dr .alpha,   
#dr .beta {   
    float: left;   
    margin: 0 15px 10px 0;   
    }   
#dr .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }

/*---------- 09  Exactly -----------*/
#exactly h2#title01 { background: url(../images/exactly_h2-01.jpg) 0 0 no-repeat; }
#exactly h3#title02 { background: url(../images/exactly_h3-02.jpg) 0 0 no-repeat; }
#exactly h4#title03 { background: url(../images/exactly_h4-03.jpg) 0 0 no-repeat; }
#exactly h4#title04 { background: url(../images/exactly_h4-04.jpg) 0 0 no-repeat; }
#exactly h4#title05 { background: url(../images/exactly_h4-05.jpg) 0 0 no-repeat; }
#exactly h4#title06 { background: url(../images/exactly_h4-06.jpg) 0 0 no-repeat; }

#exactly h4 { 
	height: 70px;
	text-indent: -9999px;
	margin: 0;
	display: block;
	}	

#exactly .alpha,   
#exactly .beta {   
    float: left;   
    margin: 0 15px 10px 0;   
    }   
#exactly .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }

/*---------- 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 h3#title03 { background: url(../images/treatment_h3-03.jpg) 0 0 no-repeat; }


#treatment table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #3A1501;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#treatment table th,
#treatment table td {
	padding: 4px 12px;
	border: 1px solid #3A1501;
	text-align: center;
	}

#treatment .subject {
	background: #FFB36E;
	color: #FFFFFF;
	width: 130px;
	}
	
#treatment .conte {
	background: #95C97D;
	color: #FFFFFF;
	width: 130px;
	}

#treatment .other {
	background: #E19CEF;
	color: #FFFFFF;
	width: 130px;
	}
	
#treatment table td {
	width: 125px;
	}
	
#treatment .alpha,   
#treatment .beta {   
    float: left;   
    margin: 0 15px 10px 0;   
    }   
#treatment .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }
	
/*---------- 11  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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }

#clinic .alpha,   
#clinic .beta {   
    float: left;   
    margin: 0 15px 10px 0;   
    }   
#clinic .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }

/*---------- 12  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 h4#title03 { background: url(../images/child_h4-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: 170px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	}

#child #content .beta {
	width: 170px;
	float: left;
	margin: 0 50px 0 0;
	padding:  0;
	}
#child #content .alpha02  {
	width: 170px;
	float: right;
	margin: 0;
	padding: 0;
	}

#child #content .beta02 {
	width: 170px;
	float: right;
	margin: 0;
	padding: 0;
	}

/*---------- 13  Adult -----------*/
#adult h2#title01 { background: url(../images/adult_h2-01.jpg) 0 0 no-repeat; }
#adult h3#title02 { background: url(../images/adult_h3-02.jpg) 0 0 no-repeat; }
#adult h4#title03 { background: url(../images/adult_h4-03.jpg) 0 0 no-repeat; }
#adult h4#title04 { background: url(../images/adult_h4-04.jpg) 0 0 no-repeat; }
#adult h4#title05 { background: url(../images/adult_h4-05.jpg) 0 0 no-repeat; }

#adult #content .alpha  {
	width: 170px;
	float: left;
	margin: 0 0 0 50px;
	padding: 0;
	}

#adult #content .beta {
	width: 170px;
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	}
#adult #content .alpha02  {
	width: 170px;
	float: right;
	margin: 0;
	padding: 0;
	}

#adult #content .beta02 {
	width: 170px;
	float: right;
	margin: 0;
	padding: 0;
	}

/*---------- 14  Health -----------*/
#health h2#title01 { background: url(../images/health_h2-01.jpg) 0 0 no-repeat; }
#health h3#title02 { background: url(../images/health_h3-02.jpg) 0 0 no-repeat; }
#health h4#title03 { background: url(../images/health_h4-03.jpg) 0 0 no-repeat; }
#health h4#title04 { background: url(../images/health_h4-04.jpg) 0 0 no-repeat; }

#health .case {
	background: url(../images/arrow_h.png) 28% center no-repeat;
	}

#health #content .case_alpha  {
	width: 100px;
	float: left;
	margin: 0 0 10px 10px;
	padding-top: 10px;
	}
	
#health #content .case_beta {
	width: 350px;
	float: right;
	margin: 0 10px 10px 0;
	}

#health .alpha,   
#health .beta {   
    float: left;   
    margin: 0 15px 10px 0;   
    }   
#health .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }
	


/*---------- 15  Beautiful -----------*/
#beautiful h2#title01 { background: url(../images/beautiful_h2-01.jpg) 0 0 no-repeat; }
#beautiful h3#title02 { background: url(../images/beautiful_h3-02.jpg) 0 0 no-repeat; }
#beautiful h4#title03 { background: url(../images/beautiful_h4-03.jpg) 0 0 no-repeat; }
#beautiful h4#title04 { background: url(../images/beautiful_h4-04.jpg) 0 0 no-repeat; }

#beautiful .alpha,   
#beautiful .beta {   
    float: left;   
    margin: 0 15px 10px 0;   
    }   
#beautiful .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }

/*---------- 16  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
