@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color -      #      */
/*        Main Color -      #      */
/*        Main Color -      #      */
/*                                                 */
/*        Sub Color  -      #      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #D8C5A7 url(../images/body-bg.jpg) top repeat-x; }

#wrapper {
	width: 800px ;
	margin:0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y ;
	}

#content {
	width:605px ;
	float: right;
	font-size: 100%;
	line-height: 1.5;
	color: #666;
	background: #fff;
	padding:0 0 0 15px;
	}
*html body #content {
  width: 620px; }



/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 10px no-repeat ;
	height: 90px;
	width: 800px;
	margin: 10px 0 0 0;
	padding: 0;
	}
* html body #header { height: px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 360px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 360px;
	height: 80px;
	background: url(../images/h1.png) 0 10px no-repeat ;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 57px;
	}
#header p.tel img { display: block; }

#header_nav {
	width: 200px;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header_nav li {
	height: 23px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}

#header_nav li a {
	height: 23px;
	display: block;
	}

#nav01 { width: 80px; }
#nav02 { width: 120px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat ;
	width: 80px;
	}

#nav02 a {
	background: url(../images/header_nav.png) -80px 0 no-repeat ;
	width: 120px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 10px 0 0 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav .internal #nav05 li,
#nav .internal #nav07 li {
	height: 45px;
	text-indent: -9999px;
	}

#nav .internal #nav05 li a,
#nav .internal #nav07 li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat ; }
#nav04 a { background: url(../images/nav.png) 0 -40px no-repeat ; }
#nav05 a { background: url(../images/nav.png) 0 -80px no-repeat ; }
#nav06 a { background: url(../images/nav.png) 0 -125px no-repeat ; }
#nav07 a { background: url(../images/nav.png) 0 -165px no-repeat ; }
#nav08 a { background: url(../images/nav.png) 0 -210px no-repeat ; }
#nav09 a { background: url(../images/nav.png) 0 -250px no-repeat ; }
#nav10 a { background: url(../images/nav.png) 0 -290px no-repeat ; }
#nav11 a { background: url(../images/nav.png) 0 -330px no-repeat ; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat ; }
#nav04 a:hover { background: url(../images/nav.png) -180px -40px no-repeat ; }
#nav05 a:hover { background: url(../images/nav.png) -180px -80px no-repeat ; }
#nav06 a:hover { background: url(../images/nav.png) -180px -125px no-repeat ; }
#nav07 a:hover { background: url(../images/nav.png) -180px -165px no-repeat ; }
#nav08 a:hover { background: url(../images/nav.png) -180px -210px no-repeat ; }
#nav09 a:hover { background: url(../images/nav.png) -180px -250px no-repeat ; }
#nav10 a:hover { background: url(../images/nav.png) -180px -290px no-repeat ; }
#nav11 a:hover { background: url(../images/nav.png) -180px -330px no-repeat ; }

#nav p { 
  text-align: center;
	margin: 5px 0 0 0;
	padding: 0;	
	}

#nav p#detail {
  margin: 0 3px 0 100px;
	padding: 0;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: ;
	margin: 0;
	background: ;
	font-size: 85%;
	text-align: center;
	color: #5A3D1C ;
	background: url(../images/main_bg.png) repeat-y;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer image_l {
  margin: 0;
	padding: 0;
	}
#footer image_r {
  margin: 0;
	padding: 0;
	}

#footer a {
	text-decoration: none;
	color: #5A3D1C ;
	}
#footer a:hover {
  color: #BF0000;  
	text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 5px 0 ;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { padding: 0 0 15px 0; }


/*---------- 06  Contents -----------*/

#content .section {
  width: 560px;  
  padding: 0 0 .8em 15px;
	clear: both; }
#content .section .section {
  width: 540px;
  padding: .5em 10px; }
*html #content .section { width: 575px; }


p.center { text-align: center; }

#content h2 {
	height: 30px;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin: 0 0 5px 15px;
	}
#content h4 {
  border-bottom: dotted 1px #8B5C29;
	color: #8B5C29;
	font-weight: bold;
	font-size: 108%;
	text-indent: .5em;
	padding-top: 3px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
  background: url(../images/list.gif) 0 4px no-repeat;
	text-indent: 1.2em;  
	}
#content ul.olist li {
	background-image: none;
	padding-left: ;
	}

#content ul.totop {
	clear: both;
	list-style: none;
	}
#content ul.totop li {
  background-image: none;
	width: ;
	height: ;
	text-indent: -9999px;
	float: right;
	}
#content ul.totop li a {
	display: block;
	width: ;
	height: ;
	background: url(../images/to_top.gif) 0 0 no-repeat;
	}

#content dl {
  margin: 5px 0 0 0;
	padding: 0;
	}

#content dt {
  background: url(../images/list.gif) 0 4px no-repeat;
	text-indent: 1.2em;  
	font-weight: bold;
	margin: 0;
	padding: 0; }

#content dd {
  padding-bottom: 7px;
	}
	
#content a { text-decoration: underline; }
a {
	color: #5A3D1C ;
	outline: none;
	}
a:hover {
  color: #BF0000;  
 }

#content blockquote {
	margin: ;
	background: ;
	padding: ;
	}

.image_l  {
	float: left;
	margin: 10px 10px 0 0;
	}

.image_r {
	float: right;
	margin: 10px 0 10px 0;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.gif) center center no-repeat;
	}

.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: ;
	}


p.caution {

	padding-left: 20px;

	background: url(../images/caution.gif) 0 1px no-repeat;

	}


/*---------- 07  Index -----------*/
#index #info {
  width: 560px;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
	background: #DBF0F0 url(../images/index_info_bottom.gif) bottom no-repeat; 
	}

#index h2#title01 {
  height: 40px;  
  background: url(../images/index_h2-01.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	}

#index #info p {
  margin: 0;
	padding: 4px 0 0 15px;
	}

#index #pickup {
  margin: 15px 0 0 15px;
	padding: 0;
	}

#index h3 {
  height: 30px;
	margin: 0;
	padding: 0;
	}

#index h3#title02 {	background: url(../images/index_h3-02.gif) 0 0 no-repeat;	}
#index h3#title03 { background: url(../images/index_h3-03.gif) 0 0 no-repeat; }

#index #pickup .alpha {
  background: #EDE5C3 url(../images/index_pic_bottom.gif) bottom no-repeat;
	width: 275px;
	height: 140px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left
	}
#index #pickup .alpha p {
  margin: 0;
	padding: 5px 3px }

#index #clinic_info {
  margin: 0;
	padding: 15px 0 0 15px;
	clear:both;
	}

#index h4#title04 {
  height: 32px;  
  background: url(../images/index_h4-04.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border: none;
	}

#index #clinic_info .alpha {
  width: 180px;
	float: left;
	margin: 0;
	padding: 0;
	}

#index #clinic_info .beta {
  width: 400px;
	float: right;
	margin: 0;
	padding: 0;
	}
  
#index #clinic_info dt {
  width: 100px;
	float: left;
	}

#index #clinic_info dd { padding-left: 100px; }

#index #greeting {
  margin: 0;
	padding: 15px 25px 15px 15px;
	clear:both;
	}

#index h2#title05 {
  height: 32px;  
  background: url(../images/index_h2-05.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border: none;
	}



/*---------- 08  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.gif) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.gif) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.gif) 0 0 no-repeat; }

#clinic #content #access .alpha {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
	}


#clinic #content #access .alpha #map{
	width:270px;
	height: 270px;
}



#clinic #content #access .beta {
  float: left;
	width: 260px;
	margin: 0;
	padding: 0;
	}

#clinic #content #access dl {
  margin-top: 10px;
	}

#clinic #content .tour .alpha {
  float: left;
	width: 260px;
	margin: 0 15px 0 0;
	padding: 0;
	}


/*---------- 09  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.gif) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.gif) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.gif) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3-04.gif) 0 0 no-repeat; }

#concept #content .alpha {
  float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	}
	
#concept #content .beta {
  float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	}

/*---------- 10  Lose -----------*/
#lose h2#title01 { background: url(../images/lose_h2-01.gif) 0 0 no-repeat; }
#lose h3#title02 { background: url(../images/lose_h3-02.gif) 0 0 no-repeat; }
#lose h3#title03 { background: url(../images/lose_h3-03.gif) 0 0 no-repeat; }
#lose h3#title04 { background: url(../images/lose_h3-04.gif) 0 0 no-repeat; }

#lose #content .alpha {
  width: 300px;
	float: left;
	}

#lose #content .beta {
  width: 250px;
	float: right;
	}

#lose #content #compare {
  width: 550px;
	}

#lose #content #compare {
  border: 1px solid #666;
	}
*html body#lose #content #compare {
  font-size: 11px; }
 
#lose #content #compare th {
  border: 1px solid #666;
  width: 10px;
	background: #DBF0F0;
	margin: 0;
	padding: 3px;
	}

#lose #content #compare td {
  border: 1px solid #666;
  text-align: center;
	margin: 0;
	padding: 0;
	}
	
#lose #content #compare td.name {
  background: #FFF6C9;
	}

#lose #content #compare td.illust {
  height: 135px;
	}

/*---------- 11  Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.gif) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.gif) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.gif) 0 0 no-repeat; }

/*---------- 12  Denture -----------*/
#denture h2#title01 { background: url(../images/denture_h2-01.gif) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.gif) 0 0 no-repeat; }

/*---------- 13  Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.gif) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.gif) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.gif) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.gif) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-05.gif) 0 0 no-repeat; }

#prevent #pmtc {
  margin: 0;
	padding: 10px 0 0 80px;
	}  

#prevent #pmtc .image_l{
  margin: 0;
	padding: 0 10px 10px 0;
	}

/*---------- 13  Perio -----------*/
#perio h2#title01 { background: url(../images/perio_h2-01.gif) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.gif) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.gif) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.gif) 0 0 no-repeat; }

#perio #content .alpha {
  float: left;
	width: 340px;
	}
	
#perio #content .beta {
  float: right;
	width: 200px;
	}

/*---------- 14  Esthe -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2-01.gif) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.gif) 0 0 no-repeat; }

#esthe .3column {
  margin: 0 0 0 10px;
	padding: 0;
	}

/*---------- 15  Recruit -----------*/
#recruit h2#title01 {	background: url(../images/recruit_h2-01.gif) 0 0 no-repeat;	}
#recruit h3#title02 {	background: url(../images/recruit_h3-02.gif) 0 0 no-repeat;	}
#recruit h3#title03 {	background: url(../images/recruit_h3-03.gif) 0 0 no-repeat;	}

#recruit #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #aaaaaa;
	color: #666;
    width:420px;
    }

* html #recruit #content table {
    font-size:85%;
	color: #666;
    }

#recruit #content table tr,td {
	border: 1px solid #aaaaaa;
    }
    
#recruit #content table td {
    }
    
#recruit #content .td_subtitle {
    width:100px;
    font-weight:bold;
    text-align:center;
    background:#84CAE1;
    color:#ffffff;
    }

#recruit #content .recruit_info{
    margin:10px 0 10px 50px;
    }

/*---------- 16  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.gif) 0 0 no-repeat; }

#sitemap #content dd {
  border-bottom: dotted 1px #8B5C29;
	margin-bottom: 15px;
	padding: 0;
  }

#sitemap #content dt.lose {
  border-left: 4px solid #8B5C29;
	background-image: none;
	margin: 0 0 0 10px;
	padding: 0;
	height: 20px;
	text-indent: 5px;
	}
	
.fr {
  float: right;
	margin-left: 10px;
}