@charset "UTF-8";
@import "base.css";
@import "digi.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 -----------*/



#wrapper {
	background: url(../images/index_bg.png) repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	}
* html body #wrapper { width: 880px; }

#main {
	margin: 0;
	padding: 0 50px 0 0;
		padding: 0 20px 0 0!important;
	}


#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.5;
	color: #666;
	margin:0 ;
	padding: 0;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat ;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 320px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 320px;
	height: 80px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.text {
  margin: 0;
		padding: 3px;
		float:right;
		height: 14px;
		}


#header p.tel {
	margin: 0;
	padding: 0;
	float:right;
	}
#header p.tel img { display: block; }

#header_nav {
 float: right;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header_nav li {
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}

#header_nav li a {
	height: 20px;
	display: block;
	}

#nav01 { width: 110px; }
#nav02 { width:  90px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat;
	width: 90px;
	}

#nav02 a {
	background: url(../images/header_nav.png) -110px 0 no-repeat;
	width:  80px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#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 -120px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -320px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -200px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -200px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -200px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -200px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -200px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -200px -320px no-repeat; }

#nav p { text-align: left; }

#nav ul#clinic_info {
  margin: 0;
		padding: 5px;
  		list-style: none;
		font-size: 93%;
		color: #5A3D1C;
		}

#nav ul#clinic_info li {
  border-bottom: 1px dotted #fff;
		width:	190px;
		padding: 3px 0;
		}

#nav ul#clinic_info dl {
  margin: 0;
		padding: 5px;
		}

#nav ul#clinic_info dt {
  float: left;
		width: 50px;
		margin: 0;
		padding: 0;
		}
	
#nav ul#clinic_info dd {
  padding-left: 50px;
		margin: 0;
		}
		
.banner {
padding-left:9px;
color: #5A3D1C;}


		


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 5px 40px 10px 0;
	margin: 0;
	background: ;
	font-size: 85%;
	text-align: center;
	color: #666;
	height: ;
	}
*: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: #666;
	}
#footer a:hover {
  color: #3A5AA7;
		text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 0; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 30px .5em 15px; }
#content .sr_section { padding: 15px 30px .5em 15px; }
#content .section .section { padding: .5em 10px; }

.center { text-align: center; }

#content h2 {
	height: 42px;
	text-indent: -9999px;
	margin-left:15px;
	}
#content h3 {
	clear: both;
	height:36px ;
	text-indent: -9999px;
	}
#content h4 {
	height:28px ;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul {
  margin: 0;
	padding: 0;
	}

#content ul li {
	list-style: none;
  background: url(../images/list.gif) 0 5px no-repeat ;
	padding-left: 12px;
	}
#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: 0;
	padding: 0;
	}

#content dt { 
  background: url(../images/list.gif) 0 5px no-repeat ;
		padding-left: 12px; }

#content a { 
  text-decoration: underline;
	color: #0865b8;
	outline: none;
	}
#content a:hover { color: ; }

#content blockquote {
	margin: ;
	background: ;
	padding: ;
	}

.image_l  {
	float: left;
	margin: 10px 10px 0 0;
	}

.image_r {
	float: right;
	margin: 10px 0 0 10px;
	}

.box_imgset{
	width: 530px;
	padding: 0 0 10px 10px;
}



.case {
	margin: ;
	background: url() center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: ;
	}


#content table {
	border-collapse: collapse;
	border: 2px solid #9ac0e2;
	clear: both;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}

#content table th,
#content table td {
	padding: 4px 16px;
	border: 1px solid #9ac0e2;
	}
	
#content table th {
	background: #d4e4f3;
	color: #636570;
	padding: 4px 8px;
	width: 120px;
	}

span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content table tr.even td { background: #eee; }
	

.bnr {
  margin: 5px 19px;
}


/*---------- 07  Index -----------*/

#index h2#title01 { 
  background: url(../images/top.jpg) 0 0 no-repeat;
  height: 250px;
  margin-left:-15px
		}
#index h3#title02 {
  background: url(../images/index_greeting.gif) 0 0 no-repeat;
		height: 35px;
		} 

#index_info {
  margin: 10px 0 10px 15px;
		}

#index h4#title03 { 
  background:url(../images/index_information.gif) 0 0 no-repeat;
  height: 35px;
		}
#index_info ul{
  background: url(../images/index_info_bottom.gif) bottom no-repeat;
		width: 532px;
		margin: 0;
		padding: 5px 15px;
		list-style: none;
		}

* html body #index_info ul{ width: 562px; }

#index_info ul li{
  list-style: none;
		background: none;
		}

	#index #wrapper #main #content #index_info .li_t {
		margin-bottom: 1em;
		line-height: 15px;
	}
	
	#index #wrapper #main #content #index_info .li_t .t_r {
		color: #f00;
	}

#index .pickup .image_r,
#index .pickup .image_l {
  margin: 0;
		padding: 0;
		}

#index h5#title04 {
  background: url(../images/clinic_info.jpg) 0 0 no-repeat;
		height: 26px;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		}
	
#index #content .clinic_info .alpha {
  float: left;
		width: 210px;
		}

#index #content .clinic_info .beta {
  float: right;
		width: 350px;
		}
	
#index #content .clinic_info .beta dt{
  float: left;
		width: 65px;
		}

#index #content .clinic_info .beta dd{
  padding-left: 65px;
		}

strong.red { color: #FF0000;	}


/*---------- 08  Contents common -----------*/

#content .clinic_info .alpha {
  float: left;
		width: 210px;
		}

#content .clinic_info .beta {
  float: right;
		width: 350px;
		}
	
#content .clinic_info .beta dt{
  float: left;
		width: 65px;
		}

#content .clinic_info .beta dd{
  padding-left: 65px;
		}


/*---------- 09  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 h4#title04 {background: url(../images/clinic_h4-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 h4#title08 {background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat;}
#clinic h4#title09 {background: url(../images/clinic_h4-09.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;}



/*---------- 10  Staff -----------*/

#staff h2#title01 {background: url(../images/staff_h2-01.jpg) 0 0 no-repeat;}
#staff h3#title02 {background: url(../images/staff_h3-02.jpg) 0 0 no-repeat;}
#staff h3#title03 {background: url(../images/staff_h3-03.jpg) 0 0 no-repeat;}
#staff h4#title04 {background: url(../images/staff_h4-04.jpg) 0 0 no-repeat;}
#staff h4#title05 {background: url(../images/staff_h4-05.jpg) 0 0 no-repeat;}
#staff h4#title06 {background: url(../images/staff_h4-06.jpg) 0 0 no-repeat;}
#staff h4#title07 {background: url(../images/staff_h4-07.jpg) 0 0 no-repeat;}
#staff h4#title08 {background: url(../images/staff_h4-08.jpg) 0 0 no-repeat;}
#staff h4#title09 {background: url(../images/staff_h4-09.jpg) 0 0 no-repeat;}
#staff h4#title10 {background: url(../images/staff_h4-10.jpg) 0 0 no-repeat;}
#staff h3#title11 {background: url(../images/staff_h3-11.jpg) 0 0 no-repeat;}
#staff h4#title12 {background: url(../images/staff_h4-12.jpg) 0 0 no-repeat;}
#staff h4#title13 {background: url(../images/staff_h4-13.jpg) 0 0 no-repeat;}



/*---------- 11  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 h4#title03 {background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat;}
#treatment h4#title04 {background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat;}
#treatment h4#title05 {background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat;}
#treatment h4#title06 {background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat;}
#treatment h4#title07 {background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat;}
#treatment h4#title08 {background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat;}
#treatment h4#title09 {background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat;}
#treatment h4#title10 {background: url(../images/treatment_h4-10.jpg) 0 0 no-repeat;}
#treatment h4#title11 {background: url(../images/treatment_h4-11.jpg) 0 0 no-repeat;}


/*---------- 12  Treatment -----------*/

#flow h2#title01 {background: url(../images/flow_h2-01.jpg) 0 0 no-repeat;}
#flow h3#title02 {background: url(../images/flow_h3-02.jpg) 0 0 no-repeat;}


/*---------- 13  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 h4#title04 {background: url(../images/implant_h4-04.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;}
#implant h4#title11 {background: url(../images/implant_h4-11.jpg) 0 0 no-repeat;}



/*---------- 14  Esthe -----------*/
#esthe h2#title01 {background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat;}
#esthe h3#title02 {background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat;}
#esthe h3#title03 {background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat;}
#esthe h3#title04 {background: url(../images/esthe_h3-04.jpg) 0 0 no-repeat;}
#esthe h3#title05 {background: url(../images/esthe_h3-05.jpg) 0 0 no-repeat;}
#esthe h4#title06 {background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat;}
#esthe h4#title07 {background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat;}




/*---------- 15  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 h4#title04 {background: url(../images/ortho_h4-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;}
#ortho h4#title07 {background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat;}
#ortho h4#title08 {background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat;}
#ortho h4#title09 {background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat;}
#ortho h4#title10 {background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat;}



/*---------- 16  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 h4#title05 {background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat;}
#prevent h4#title06 {background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat;}



/*---------- 17  Recruit -----------*/

#recruit h2#title01 {background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat;}
#recruit h3#title02 {background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat;}
#recruit h3#title03 {background: url(../images/recruit_h3-03.jpg) 0 0 no-repeat;}
#recruit h3#title04 {background: url(../images/recruit_h3-04.jpg) 0 0 no-repeat;}
#recruit h3#title05 {background: url(../images/recruit_h3-05.jpg) 0 0 no-repeat;}

#recruit h4#title06 {background: url(../images/recruit_h4-01.jpg) 0 0 no-repeat;}
#recruit h4#title07 {background: url(../images/recruit_h4-02.jpg) 0 0 no-repeat;}

/*---------- 18  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;}

#sitemap #content ul { padding-bottom: 20px; }
#sitemap #content ul li {
	background: #eee;
	padding: 3px 16px;
	margin: 3px 200px 0 40px;
	border: 1px solid #ddd;
	}

.sr_banner a{
margin-left:5px;
background:url(../images/banner01.jpg) 0 0 no-repeat;
display:block;
outline:none;
text-indent:-9999px;
width:172px;
height:244px;
}

.sr_banner a:hover{
background:url(../images/banner01_o.jpg) 0 0 no-repeat;
}

.sr_banner02 a{
background:url(../images/banner02.jpg) 0 0 no-repeat;
display:block;
outline:none;
text-indent:-9999px;
width:561px;
height:130px;
}

.sr_banner02 a:hover{
background:url(../images/banner02_o.jpg) 0 0 no-repeat;
}


