@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                     */
/*                                                 */
/*=======================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: #ECEFE8}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#container {
	width: 800px;
	padding: 0px 10px 0 10px; 
	}
* html body #container { width: 820px; }

#main {
	margin: 0;
	}

#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: 88px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#index #header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 85px;
	width: 800px;
	margin: 0;
	padding: 0;
	}


h1 {
	text-indent: -9999px;
	width: 269px;
	height: 73px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 269px;
	height: 73px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 190px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0px;
	padding: 20px 10px 0px 0px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px;
	height: 15px;
	float: right;
	font-size: 61%;
	line-height: 1.6;
	color: #fff;
	}

#header_nav li {
	height: 15px;
	line-height: 15px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
	line-height: 1.6;
	color: #fff;
		}
#header_nav li a {
	display: block;
	height: 15px;
	padding-left: 15px;
	margin-right: 5px;
	text-decoration: none;
	line-height: 1.6;
	color: #fff;	
	}

/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 0px 0 20px 0;
	}

#nav ul {
	width: 190px;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	background: url(../images/nav.png) 0 0 no-repeat;
	}


#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}

#nav ul li a  {
	display: block;
	height: 31px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -31px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -62px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -93px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -124px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -155px no-repeat; }
#nav ul li#nav07 a { 
		background: url(../images/nav.jpg) 0 -186px no-repeat; 
		height: 47px;
		}
#nav08 a { background: url(../images/nav.jpg) 0 -232px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -264px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -296px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -209px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -209px -31px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -209px -62px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -209px -93px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -209px -124px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -209px -155px no-repeat; }
#nav ul li#nav07 a:hover { 
		background: url(../images/nav.jpg) -209px -186px no-repeat;
		height: 47px;
		}
#nav08 a:hover { background: url(../images/nav.jpg) -209px -232px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -209px -264px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -209px -296px no-repeat; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 16px 0px 14px 0px;
	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: 800px; } /*  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: 20px;
	text-indent: -9999px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	margin-bottom: 5px;
	}
#content h4 {
        clear: both;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
#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: #425460; }
a:hover { color: #5F7889; }

#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;
	}

.caption { 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: 306px;
	}
	
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h4#title03 { background: url(../images/index_h4-03.jpg) 0 0 no-repeat; }
#index h4#title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index h4#title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }

#index #content .alpha {
	width: 205px;
	float: left;
	}
#index #content .beta {
	width: 310px;
	float: right;
	}
	
#index #content .image_l  {
	float: left;
	margin: 0 10px 10px 0;
	}

/*---------- 08  concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }

/*---------- 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-05.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-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; }


/*---------- 10  faq -----------*/
#faq h2#title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }
#faq h3#title03 { background: url(../images/faq_h3-03.jpg) 0 0 no-repeat; }
#faq h3#title04 { background: url(../images/faq_h3-04.jpg) 0 0 no-repeat; }
#faq h3#title05 { background: url(../images/faq_h3-05.jpg) 0 0 no-repeat; }
#faq h3#title06 { background: url(../images/faq_h3-06.jpg) 0 0 no-repeat; }
#faq h3#title07 { background: url(../images/faq_h3-07.jpg) 0 0 no-repeat; }
#faq h3#title08 { background: url(../images/faq_h3-08.jpg) 0 0 no-repeat; }
#faq h3#title09 { background: url(../images/faq_h3-09.jpg) 0 0 no-repeat; }
#faq h3#title10 { background: url(../images/faq_h3-10.jpg) 0 0 no-repeat; }

/*---------- 11  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; }


/*---------- 12  jaw -----------*/
#jaw h2#title01 { background: url(../images/jaw_h2-01.jpg) 0 0 no-repeat; }
#jaw h3#title02 { background: url(../images/jaw_h3-02.jpg) 0 0 no-repeat; }
#jaw h3#title03 { background: url(../images/jaw_h3-03.jpg) 0 0 no-repeat; }
#jaw h4#title04 { background: url(../images/jaw_h4-04.jpg) 0 0 no-repeat; }
#jaw h4#title05 { background: url(../images/jaw_h4-05.jpg) 0 0 no-repeat; }
#jaw h4#title06 { background: url(../images/jaw_h4-06.jpg) 0 0 no-repeat; }
#jaw h4#title07 { background: url(../images/jaw_h4-07.jpg) 0 0 no-repeat; }
#jaw h4#title08 { background: url(../images/jaw_h4-08.jpg) 0 0 no-repeat; }
#jaw h4#title09 { background: url(../images/jaw_h4-09.jpg) 0 0 no-repeat; }


/*---------- 13  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 h4#title03 { background: url(../images/bite_h4-03.jpg) 0 0 no-repeat; }
#bite h3#title04 { background: url(../images/bite_h3-04.jpg) 0 0 no-repeat; }
#bite h3#title05 { background: url(../images/bite_h3-05.jpg) 0 0 no-repeat; }

#bite #content .alpha {
	width: 335px;
	float: left;
	}
#bite #content .beta {
	width: 205px;
	float: right;
	padding-top: 10px;
	}

/*---------- 14  total -----------*/
#total h2#title01 { background: url(../images/total_h2-01.jpg) 0 0 no-repeat; }
#total h3#title02 { background: url(../images/total_h3-02.jpg) 0 0 no-repeat; }
#total h4#title03 { background: url(../images/total_h4-03.jpg) 0 0 no-repeat; }
#total h4#title04 { background: url(../images/total_h4-04.jpg) 0 0 no-repeat; }
#total h4#title05 { background: url(../images/total_h4-05.jpg) 0 0 no-repeat; }
#total h3#title06 { background: url(../images/total_h3-06.jpg) 0 0 no-repeat; }
#total h4#title07 { background: url(../images/total_h4-07.jpg) 0 0 no-repeat; }
#total h4#title08 { background: url(../images/total_h4-08.jpg) 0 0 no-repeat; }
#total h4#title09 { background: url(../images/total_h4-09.jpg) 0 0 no-repeat; }

/*---------- 15  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 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-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h3#title08 { background: url(../images/clinic_h3-08.jpg) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 260x;
	float: left;
	}
#clinic  #content .beta {
	width: 280px;
	float: right;
	padding-top: 10px;
	}
	
#clinic #content #intro .alpha {
	width: 205x;
	float: left;
	}
#clinic #content #intro .beta {
	width: 300px;
	float: right;
	padding-top: 10px;
	}

/*---------- 16s  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }


/*---------- 100830  tiny -----------*/

#tiny {
 border: 1px solid #d9d9d9;
	width: 550px;
	height: 80px;
	padding: 3px 0;
	margin: 10px 0;
	overflow: auto;
	text-align: left;
	line-height: .2em;
	font-size: 12px;
 }
#tiny table { border: none; text-align: left; padding: 0; margin: 5px 0;}
#tiny table tr td.tn_image {
	width: 5px;
	padding: 3px;
	margin: 0;
	border: none;
	text-align: left;
	line-height: 1em;}
#tiny table tr td.tn_date {
	width: 100px;
	padding: 3px;
	margin: 0;
	border: none;
	text-align: left;
	line-height: 1em;
	vertical-align: top;}
#tiny table tr td.tn_title {
	width: 400px;
	padding: 3px;
	margin: 0;
	border: none;
	text-align: left;
	line-height: 1em;
	vertical-align: top;}
	
	
	
	

