@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;
	font-size: 93%; 
	}

table {
	font-size: 93%;
	}

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	}
* html body #wrapper { width: 802px; }


#main {
	margin: 0;
	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: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) bottom repeat-x;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 350px;
	height: 68px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 350px;
	height: 68px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 162px;
	float: right;
	margin: 0;
	padding: 4px 0 0 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 49px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	width: 152px;
	height: 24px;
	}

#header_nav li {
	height: 24px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 76px;
	}
#header_nav li a {
	display: block;
	height: 24px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -76px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -24px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -76px -24px no-repeat; }



/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav .internal {
	padding: 1px 0 3px 0;
	margin: 0 15px 18px 15px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 -1px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -31px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -61px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -91px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -121px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -151px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -181px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -211px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -241px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -170px -1px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -170px -31px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -170px -61px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -170px -91px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -170px -121px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -170px -151px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -170px -181px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -170px -211px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -170px -241px no-repeat; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 4px 0;
	margin: 0;
	background: #515151 url(../images/footer_bg.jpg) top repeat-x;
	text-align: center;
	color: #ccc;
	}

#footer a {
	text-decoration: none;
	color: #fff;
	}
#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; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

p#lead {
	margin: 1px 0 10px 0;
	padding: 0;
	}

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 32px;
	text-indent: -9999px;
	}
#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 4px 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: #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 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 5px 5px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  



#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 125px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 22px;
	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 */


p.attention {
	font-weight:bold;
	color:#e11;
	padding-left:1em;
	text-indent:-1em;
}

/*---------- 07  Index -----------*/

#index #content .section { padding: .5em 20px; }

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 40px;
	}
#index h2#title02 {
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	margin-left: 0; 
	}
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index h3#title04 {
	background: url(../images/index_h3-04.jpg) 0 0 no-repeat;
	clear: none;
	}

#index #information {
	background: url(../images/index_information_bg.jpg) 0 0 no-repeat;
	padding: 0;
	margin: 0 10px 15px 10px;
	height: 185px;
	overflow: auto;
	}

#index #clinic-info dl { margin: .5em 0 1em 1em; }
#index #clinic-info dt {
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	padding-left: 1em;
	width: 7em;
	float: left;
	}
#index #clinic-info dd { margin-left: 8em; }

#index #clinic-info .office-hour {
	width: 320px;
	float: right;
	}

#index #clinic-info .office-hour table,
#index #clinic-info .office-hour th,
#index #clinic-info .office-hour td {
	border: 1px solid #666;
	line-height: 1.0;
	font-size: 100%;
	color: #666;
	}
#index #clinic-info .office-hour th { background: #f0f0f0; }



/*---------- 08  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 h3#title04 {background: url(../images/clinic_h3-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-14.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-15.jpg) 0 0 no-repeat;}
#clinic h4#title10 {background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat;}
#clinic h4#title11 {background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat;}
#clinic h4#title12 {background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat;}
#clinic h4#title13 {background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat;}
#map {   
    width: 500px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    } 
#clinic th { background: #f0f0f0; }

#clinic .tdw { width:116px; }

#clinic table { 
		width: 500px;
		margin: 18px;
		}

#clinic .center01 {
		text-align: center;
		}

#clinic .mleft {
		margin-left: 260px;
		}

#clinic p.attention {
	float:right;
	padding-right:50px;
	margin:0;
}


/*---------- 09  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;}
#implant h3#title05 {background: url(../images/implant_h3-06.jpg) 0 0 no-repeat;}



/*---------- 09  denture -----------*/
#denture h2#title01 {background: url(../images/denture_h2-01.jpg) 0 0 no-repeat;}
#denture h3#title02 {background: url(../images/denture_h3-02.jpg) 0 0 no-repeat;}
#denture h4#title03 {background: url(../images/denture_h4-03.jpg) 0 0 no-repeat;}
#denture h4#title04 {background: url(../images/denture_h4-04.jpg) 0 0 no-repeat;}
#denture h4#title05 {background: url(../images/denture_h4-05.jpg) 0 0 no-repeat;}



/*---------- 10  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 h4#title03 {background: url(../images/aesthe_h4-03.jpg) 0 0 no-repeat;}
#aesthe h4#title04 {background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat;}
#aesthe h3#title05 {background: url(../images/aesthe_h3-05.jpg) 0 0 no-repeat;}
#aesthe h4#title06 {background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat;}
#aesthe h3#title07 {background: url(../images/aesthe_h3-07.jpg) 0 0 no-repeat;}
#aesthe h4#title08 {background: url(../images/aesthe_h4-08.jpg) 0 0 no-repeat;}
#aesthe h4#title09 {background: url(../images/aesthe_h4-09.jpg) 0 0 no-repeat;}
#aesthe h4#title10 {background: url(../images/aesthe_h4-10.jpg) 0 0 no-repeat;}
#aesthe h4#title11 {background: url(../images/aesthe_h4-11.jpg) 0 0 no-repeat;}

#aesthe .mright {
		margin-right: 230px;
		}

/*---------- 11  Prevent -----------*/
#prevent h2#title01 {background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat;}
#prevent h3#title02 {background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat;}
#prevent h4#title03 {background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat;}
#prevent h4#title04 {background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat;}
#prevent h3#title05 {background: url(../images/prevent_h3-05.jpg) 0 0 no-repeat;}
#prevent h4#title06 {background: url(../images/prevent_h4-06.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 h3#title03 {background: url(../images/ortho_h3-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;}


/*---------- 13  decayed -----------*/
#decayed h2#title01 {background: url(../images/decayed_h2-01.jpg) 0 0 no-repeat;}
#decayed h3#title02 {background: url(../images/decayed_h3-02.jpg) 0 0 no-repeat;}
#decayed h4#title03 {background: url(../images/decayed_h4-03.jpg) 0 0 no-repeat;}
#decayed h4#title04 {background: url(../images/decayed_h4-04.jpg) 0 0 no-repeat;}
#decayed h4#title05 {background: url(../images/decayed_h4-05.jpg) 0 0 no-repeat;}


/*---------- 14  bite -----------*/
#bite h2#title01 {background: url(../images/bite_h2-01.jpg) 0 0 no-repeat;}
#bite h3#title02 {background: url(../images/bite_h3-02.jpg) 0 0 no-repeat;}
#bite h3#title03 {background: url(../images/bite_h3-03.jpg) 0 0 no-repeat;}


/*---------- 15  Recruit -----------*/
#recruit h2#title01 {background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat;}

/*---------- 15  Recruit -----------*/
#sitemap h2#title01 {background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}

