@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* Tag
------------------------------------------------------------------------*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,caption,ul,ol,dl {
	font-size: 160%;
	line-height: 1.8;
}
	
h1 {} /* Header内で設定 */
h2 { margin:0 5px 0 0;}
h3 {
	height: 35px;
	text-indent: -9999em;
	margin: 10px 0;
	clear: both;
}
h4 {
	height: 30px;
	text-indent: -9999em;
	margin: 0 0 10px 0;
}

h5 {
	font-weight: bold;
	font-size: 140%;
	color: #01165B;
	margin: 0 0 10px 0;
	clear: both;
	padding-left: 1px;
	border-bottom: 1px solid #415BA5;
	}

a { color: #DD9A07; text-decoration: underline; }
a:hover,
a:active { color: #F4CE82; }
a:visited {
}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}

/* Innner-Contents
------------------------------------------------------------------------*/

#main p { margin: 0 0 1em; }

.section { padding: .5em 0 1em; clear:both; }
.section .section { padding: .5em .5em 1em; }

#index .section { padding: 0 1em 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 65px 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; }

#content ul li {	
	background: url(../images/li_bg.png) 0 5px no-repeat;
	padding-left: 20px;
	line-height: 2.0;
	list-style: none;
	font-size: 100%;
	}

#content ul.totop { clear: both; }
#content ul.totop li { list-style: none; background-image: none; }
#content ul.totop li a {
	display: block;
	width: 140px;
	height: 15px;
	float: right;
	line-height: 1.0;
	background: url(../images/to_top.png) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
#content ul.totop li a:hover { background-position: bottom; }

.alpha { float: left; }
.beta { float: right; }

.center { text-align: center; }
.right { text-align: right; }



#content table {
  color: #666;
  width:100%;
  margin: 0;
  border: 1px solid #C8C8C8;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #C8C8C8;
	line-height: 1.8;
  }

#content table th {
  color: #FFFFFF;
  width: 150px;
  background: url(../images/th_bg.jpg) top repeat-x #7d3c5e;
  }

#content table td { background: url(../images/td_bg.jpg) top repeat-x #FFFFFF; }
	
#content .faq_q {
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: url(../images/faq_q.jpg) 5px 20px no-repeat;
  padding: 20px 0 25px 70px;
	color: #738E00;
  }
  
#content .faq_a {
  border: 1px solid #CCCCCC;
  border-top: 1px dotted #CCCCCC;
  background: url(../images/faq_a.jpg) 5px 10px no-repeat;
  padding: 10px 10px 10px 70px;
  margin: 0 0 20px 0;
	margin-left: 0;
  }

#content dt {
	font-weight: bold;
	color: #604700;
	}
	


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
  background: url(../images/body_bg.jpg) top center #FAEED8 no-repeat;
	color: #666666;
	text-align: center;
}
#wrapper {
	width: 904px;
	margin: 0 auto;
  background: url(../images/index_wrapper_bg.jpg) 0 0 repeat-y;
}

#index #wrapper {
	width: 904px;
	margin: 0 auto;
  background: url(../images/index_wrapper_bg.jpg) 0 0 repeat-y;
}

#main_box {
 width: 904px;
 height: 230px;
 margin: 0;
 padding: 0;
 clear: both;
 background: none;
 }
 
#main_box_content {
	width: 200px;
	height: 360px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#main_box_content .clinic_info {
	width: 170px;
	height: 150px;
	margin: 120px auto 0;
	padding: 0;
	}
	
#main_box_content .clinic_title {
	width: 330px;
	height:25px;
	margin: 0 0 4px 0;
	padding: 0;
	}

#main_box_content p { text-align: left; line-height: 1.4; }
	
#main_box_content .image_l { float: left; margin: 0 5px 0 0; }

#main {
	width: 904px;
	margin: 0 auto;
	text-align: left;
  background: none;
}

*html #main { padding-right: 20px; }

#index #main {
	width: 904px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
  background:none;
}

#gnav p{
	float:left;
	margin:0;
	padding:0;
}
#gnav{
	width:893px;
	_width:100%;
	height:51px;
	background:url(../images/gnav_bg.jpg) ;
	padding:0 5px 0 6px;
}
#content {
	width: 630px;
	margin: 15px 20px 10px 20px;
	padding: 0;
	text-align: left;
	float: right;
}

*html #content { margin: 15px 0 10px 0; }

#index #content {
	width: 670px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	float: right;
}

#content_main {
	width: 904px;
	height: 230px;
	padding: 0;
	margin: 0;
	clear: both;
	}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 904px;
	height: 110px;
	height: auto;
	margin: 0 auto;
	text-align: left;
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
}
#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	color: #fff;
	margin: 0;
	font-size: 90%;
}
#header h1 { float: left; }
#header h1 a {
  display: block;
	width: 450px;
	height: 90px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
#header #header02 {
	float: right;
	width: 370px;
	padding: 0;
	margin: 0;
}

#header #header02 #header_tel {
	width: 370px;
	height: 83px;
	margin: 0;
	padding: 0;
	}
	
#header #header_contact {
	width: 320px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#header #header02 a {
	display: block;
	width: 320px;
	height: 25px;
	margin: 0;
	padding: 0;
  background: url(../images/header_contact.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
#header #header02 a:hover { background: url(../images/header_contact.jpg) 0 -25px no-repeat; }

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	height: 30px;
	text-align: center;
  background: url(../images/footer_bg.jpg) 0 repeat-x;
}

#index #footer { background: url(../images/index_footer_bg.jpg) 0 repeat-x; }

#footer address {
	width: 270px;
	height: 15px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#nav {
	float: left;
	width: 230px;
	text-align: center;
}


#nav ul {
	width: 220px;
	margin: 10px 0 0 8px;
	text-align: left;
	background: none;
	padding-bottom: 10px;
}
#nav dl{
	width: 220px;
	margin: 0px 0 0 8px;
	text-align: left;
	background: none;
	padding:0 0 10px 0;
	/*background: url(../images/nav.jpg) no-repeat bottom left;*/
}

#nav dl dt,
#nav dl dd { list-style: none; margin: 0 0 5px 0; }

#nav dl dt.nav_title01 {
	height: 45px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}
	
#nav dl dt.nav_title02 {
	height: 56px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/nav.jpg) 0 -194px no-repeat;
	}
	
#nav dl dt.nav_title03 {
	height: 55px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../images/nav.jpg) 0 -430px no-repeat;
	}

#nav dl dt { }

#nav dl dd a {
	display: block;
	width: 220px;
  background: url(../images/nav.jpg) 0 -30px no-repeat;
}


#nav dl dd.nav01 a { background-position: 0 -45px; }
#nav dl dd.nav02 a { background-position: 0 -75px; }
#nav dl dd.nav03 a { background-position: 0 -105px; }
#nav dl dd.nav04 a { background-position: 0 -135px; }
#nav dl dd.nav05 a { background-position: 0 -165px; }
#nav dl dd.nav06 a { background-position: 0 -250px; }
#nav dl dd.nav07 a { background-position: 0 -280px; }
#nav dl dd.nav08 a { background-position: 0 -310px; }
#nav dl dd.nav09 a { background-position: 0 -340px; }
#nav dl dd.nav10 a { background-position: 0 -370px; height:35px; }
#nav dl dd.nav11 a { background-position: 0 -400px; }
#nav dl dd.nav12 a { background-position: 0 -485px; }
#nav dl dd.nav13 a { background-position: 0 -515px; }

#nav dl dd.nav01 a:hover { background-position: -220px -45px; }
#nav dl dd.nav02 a:hover { background-position: -220px -75px; }
#nav dl dd.nav03 a:hover { background-position: -220px -105px; }
#nav dl dd.nav04 a:hover { background-position: -220px -135px; }
#nav dl dd.nav05 a:hover { background-position: -220px -165px; }
#nav dl dd.nav06 a:hover { background-position: -220px -250px; }
#nav dl dd.nav07 a:hover { background-position: -220px -280px; }
#nav dl dd.nav08 a:hover { background-position: -220px -310px; }
#nav dl dd.nav09 a:hover { background-position: -220px -340px; }
#nav dl dd.nav10 a:hover { background-position: -220px -370px; }
#nav dl dd.nav11 a:hover { background-position: -220px -400px; }
#nav dl dd.nav12 a:hover { background-position: -220px -485px; }
#nav dl dd.nav13 a:hover { background-position: -220px -515px; }

#credo #nav dl dd.nav01 a { background-position: -220px -45px; }
#clinic #nav dl dd.nav02 a { background-position: -220px -75px; }
#kuzuha #nav dl dd.nav03 a { background-position: -220px -105px; }
#staff #nav dl dd.nav04 a { background-position: -220px -135px; }
#cost #nav dl dd.nav05 a { background-position: -220px -165px; }
#perio #nav dl dd.nav06 a { background-position: -220px -250px; }
#general #nav dl dd.nav07 a { background-position: -220px -280px; }
#child #nav dl dd.nav08 a { background-position: -220px -310px; }
#aesthetic #nav dl dd.nav09 a { background-position: -220px -340px; }
#orthodontic #nav dl dd.nav10 a { background-position: -220px -370px; }
#implant #nav dl dd.nav11 a { background-position: -220px -400px; }
#case01 #nav dl dd.nav12 a { background-position: -220px -485px; }
#case02 #nav dl dd.nav13 a { background-position: -220px -515px; }

#nav .bn { margin: 0 0 10px 6px; }
#nav .bn02 { margin: 10px 0 5px 6px; }



/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

.bg_gray {
	border: 1px solid #9B9B9B;
	background: #EFEFEF;
	padding: 10px;
	}
	
.bg_yellow{
	background:#fff3d9;
	border:#e2a729 1px solid;
	padding: 10px;
}
.bg_blue {
	border: 1px solid #1E62B7;
	background: #E3EFFC;
	padding: 10px;
	}
	
.p_gold {
	color: #DD9A07;
	font-weight: bold;
	}
	
#content .flow { margin: 0 30px; }

#content .flow_dt {
  background: url(../images/flow_dt.jpg) 0 0 no-repeat;
  padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	color: #604700;
	width: 551px;
	height: 30px;
  }
  
#content .flow_dd {
	width: 531px;
  padding: 10px 10px 40px 10px;
	margin: 0 0 20px 0;
	margin-left: 0;
	background: url(../images/flow_dd.jpg) 0 bottom no-repeat;
  }
	
#content .flow_dd_end {
	width: 531px;
  padding: 10px;
	margin: 0 0 20px 0;
	margin-left: 0;
	background: url(../images/flow_dd_end.jpg) 0 bottom no-repeat;
  }
	
*html #content .flow_dd,
*html #content .flow_dd_end { width: 551px; }

/* index
------------------------------------------------------------------------*/

#index h3#h3-01 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; }

#index h4#h4-01 { background: url(../images/index_h4-01.jpg) 0 0 no-repeat; }
#index h4#h4-02 { background: url(../images/index_h4-02.jpg) 0 0 no-repeat; }
.clinic_title01 { background: url(../images/index_h4-03.jpg) 0 0 no-repeat;height: 25px;  }
.clinic_title02 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat;height: 25px;  }

#index h2 {
	width: 554px;
	float:left;
	}

#index h3 {
	height: 60px;
	margin: 0;
	padding: 0;
	}
	
#index h4 {
	height: 20px;
	text-indent: -9999em;
	margin: 0;
}
	
.clinic_title01,
.clinic_title02 {
	height: 25px;
	text-indent: -9999em;
	margin: 0;
}

#index #pickup {
	width: 654px;
	margin: 10px 7px;
	padding: 0;
	}
	
#index #pickup_alpha {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#index #pickup_beta {
	float: right;
	margin: 0;
	padding: 0;
	}
	
#index #pickup_alpha li,
#index #pickup_beta li {
	list-style: none;
	width: 324px;
	height: 104px;
	margin: 0 0 6px 0;
	padding: 0;
	}
	
#index #pickup_alpha li a,
#index #pickup_beta li a {
	list-style: none;
	width: 324px;
	height: 104px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	}
	
#index #pickup01 a { background: url(../images/pickup.jpg) 0 0 no-repeat; }
#index #pickup02 a { background: url(../images/pickup.jpg) 0 -110px no-repeat; }
#index #pickup03 a { background: url(../images/pickup.jpg) 0 -220px no-repeat; }
#index #pickup04 a { background: url(../images/pickup.jpg) -329px 0 no-repeat; }
#index #pickup05 a { background: url(../images/pickup.jpg) -329px -110px no-repeat; }
#index #pickup06 a { background: url(../images/pickup.jpg) -329px -220px no-repeat; }


#index #pickup01 a:hover { background: url(../images/pickup.jpg) -654px 0 no-repeat; }
#index #pickup02 a:hover { background: url(../images/pickup.jpg) -654px -110px no-repeat; }
#index #pickup03 a:hover { background: url(../images/pickup.jpg) -654px -220px no-repeat; }
#index #pickup04 a:hover { background: url(../images/pickup.jpg) -983px 0 no-repeat; }
#index #pickup05 a:hover { background: url(../images/pickup.jpg) -983px -110px no-repeat; }
#index #pickup06 a:hover { background: url(../images/pickup.jpg) -983px -220px no-repeat; }

.index_box {
	width: 654px;
	margin: 0 7px 10px;
	background: url(../images/index_box.jpg) bottom no-repeat;
	}
	
.index_box p { padding: 0 15px; }

#index_clinic { margin:0; padding: 10px 25px; }
#index_clinic_bottom { background: url(../images/clinic_bg.jpg) top no-repeat; width:500px; margin:10px 0 0 75px; height:200px; }


#index_clinic p { padding: 0; }

#index_clinic .alpha02 {
	width: 305px;
	padding: 15px 0 0 0;
	float: left;
	}
	
#index_clinic .beta02 {
	width: 305px;
	padding: 15px 0 0 0;
	float: right;
	}
#index_clinic .alpha03 {
	width: 610px;
	padding: 15px 0 0 0;
	float: left;
	}

#index .clinic_box {
	float: left;
	width: 185px;
	}
.clinic_box02 {
	float: left;
	width: 280px;
	margin:0 0 0 15px;
	}

.clinic_box p { line-height: 1.4; }
	
.alpha .image_r { margin: 0 0 0 5px; width: 120px; }
.beta .image_r { margin: 0 0 0 5px; width: 120px; }

#bn_clinic01,
#bn_clinic02 {
	width: 280px;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.0;
	clear: both;
	}
	
#bn_clinic01 a,
#bn_clinic02 a {
	width: 280px;
	height: 14px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	}
	
#bn_clinic01 a { background: url(../images/bn_clinic01.jpg) 0 0 no-repeat; }
#bn_clinic02 a { background: url(../images/bn_clinic02.jpg) 0 0 no-repeat; }

#bn_clinic01 a:hover { background: url(../images/bn_clinic01.jpg) 0 -14px no-repeat; }
#bn_clinic02 a:hover { background: url(../images/bn_clinic02.jpg) 0 -14px no-repeat; }

#index #bn_contact {
	width: 604px;
	height: 64px;
	margin: 0 auto 10px;
	padding: 0;
	line-height: 1.0;
	clear: both;
	}
	
#index #bn_contact a {
	width: 604px;
	height: 64px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	}
	
#index #bn_contact a { background: url(../images/bn_contact.jpg) 0 0 no-repeat; }
#index #bn_contact a:hover { background: url(../images/bn_contact.jpg) 0 -64px no-repeat; }

#index p#timetable {
	margin: 0;
	padding: 0;
	text-align:center;
	clear: both;
	}
	
/* credo
------------------------------------------------------------------------*/

#credo h3#h3-01 { background: url(../images/credo_h3-01.jpg) 0 0 no-repeat; }
#credo h3#h3-02 { background: url(../images/credo_h3-02.jpg) 0 0 no-repeat; }

#credo h4#h4-01 { background: url(../images/credo_h4-01.jpg) 0 0 no-repeat; }
#credo h4#h4-02 { background: url(../images/credo_h4-02.jpg) 0 0 no-repeat; }

#credo h4#h4-03 { background: url(../images/credo_h4-03.jpg) 0 0 no-repeat; }
#credo h4#h4-04 { background: url(../images/credo_h4-04.jpg) 0 0 no-repeat; }
#credo h4#h4-05 { background: url(../images/credo_h4-05.jpg) 0 0 no-repeat; }
#credo h4#h4-06 { background: url(../images/credo_h4-06.jpg) 0 0 no-repeat; }

/* clinic
------------------------------------------------------------------------*/

#clinic h3#h3-01 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h3#h3-02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h3#h3-03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h3#h3-04 { background: url(../images/kuzuha_h3-04.jpg) 0 0 no-repeat; }

#clinic h4#h4-01 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#h4-02 { background: url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#h4-03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#h4-04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }


#clinic #content table {
	width: 100%;
	margin-left: 0;
	margin-bottom:10px;
	}

#clinic #content #map {
	border: 1px solid #C8C8C8;
	margin-left: 70px;
	}
	
#clinic #content .bg_gray {
	width: 300px;
	margin-left: 150px;
	_margin-left: 165px;
	}
	
#clinic #content .bg_blue { padding: 10px; }

.blue{
	font-weight:bold;
	color:#084385;
	text-align:center;
}

#clinic #content .alpha { width: 400px; }
#clinic #content .beta { width: 200px; }

#clinic #content .beta p { margin: 0; padding: 0; }

#clinic #content .alpha dl {
	margin: 0;
	padding: 0;
	width: 400px;
	}

#clinic #content .alpha dt,
#clinic #content .beta dt {
	width: 120px;
	float: left;
	clear: both;
	}

#clinic #content .alpha dd,
#clinic #content .beta dd  {
	width: 280px;
	float: left;
	margin: 0;
	}

#clinic #content .alpha01 { width: 300px; float: left; }
#clinic #content .beta01 { width: 300px; float: right; }

#clinic .small{
	font-size:70%;
}

/* kuzuha
------------------------------------------------------------------------*/

#kuzuha h3#h3-01 { background: url(../images/kuzuha_h3-01.jpg) 0 0 no-repeat; }
#kuzuha h3#h3-02 { background: url(../images/kuzuha_h3-02.jpg) 0 0 no-repeat; }
#kuzuha h3#h3-03 { background: url(../images/kuzuha_h3-03.jpg) 0 0 no-repeat; }
#kuzuha h3#h3-04 { background: url(../images/kuzuha_h3-04.jpg) 0 0 no-repeat; }

#kuzuha h4#h4-01 { background: url(../images/kuzuha_h4-01.jpg) 0 0 no-repeat; }
#kuzuha h4#h4-02 { background: url(../images/kuzuha_h4-02.jpg) 0 0 no-repeat; }
#kuzuha h4#h4-03 { background: url(../images/kuzuha_h4-03.jpg) 0 0 no-repeat; }
#kuzuha h4#h4-04 { background: url(../images/kuzuha_h4-04.jpg) 0 0 no-repeat; }

#kuzuha #content table {
	width: 450px;
	margin-left: 100px;
	}

#kuzuha #content #map {
	border: 1px solid #C8C8C8;
	margin-left: 70px;
	margin-bottom:25px;
	}
	
#kuzuha #content .bg_gray {
	width: 300px;
	margin-left: 185px;
	}
	
#kuzuha #content .bg_blue { padding: 10px; }

#kuzuha #content .alpha { width: 250px; float: left; margin-left:10px; }
#kuzuha #content .beta { width: 320px; float: right; margin-right:10px; }

#kuzuha #content .alpha dl,
#kuzuha #content .beta dl {
	margin: 0;
	padding: 0;
	width: 300px;
	}

#kuzuha #content .alpha dt,
#kuzuha #content .beta dt {
	width: 70px;
	float: left;
	clear: both;
	}

#kuzuha #content .alpha dd,
#kuzuha #content .beta dd  {
	width: 230px;
	float: left;
	margin: 0;
	}
#kuzuha .ban_clinic a{
	width:620px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_clinic.jpg);
}
#kuzuha .ban_clinic a:hover{
	background-position:0 100%;
}

/* staff
------------------------------------------------------------------------*/

#staff h3#h3-01 { background: url(../images/staff_h3-01.jpg) 0 0 no-repeat; }

#staff h4#h4-01 { background: url(../images/staff_h4-01.jpg) 0 0 no-repeat; }
#staff h4#h4-02 { background: url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h4#h4-03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff h4#h4-04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff h4#h4-05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }

#staff #content .alpha { width: 200px; }
#staff #content .beta { width: 400px; }

#staff #content .alpha01 { width: 300px; float: left; }
#staff #content .beta01 { width: 300px; float: right; }

#staff #content .alpha p { margin: 0; padding: 0; }

#staff #content .beta dl {
	margin: 0;
	padding: 0;
	width: 380px;
	}

#staff #content .alpha dt,
#staff #content .beta dt {
	width: 90px;
	float: left;
	clear: both;
	}

#staff #content .alpha dd,
#staff #content .beta dd  {
	width: 290px;
	float: left;
	margin: 0;
	}
	
#staff #content .alpha01 dl,
#staff #content .beta01 dl {
	margin: 0;
	padding: 0;
	width: 300px;
	}
	
#staff #content .alpha01 dt,
#staff #content .beta01 dt {
	width: 60px;
	float: left;
	clear: both;
	}

#staff #content .alpha01 dd,
#staff #content .beta01 dd  {
	width: 230px;
	float: left;
	margin: 0;
	}
	
#staff #content .li_b { width: 270px; float: left; }
#staff #content .li_s { width: 170px; float: left; }

#staff #content .move { width: 580px; }


#staff #content .move dt {
	width: 90px;
	float: left;
	clear: both;
	}

#staff #content .move dd {
	width: 490px;
	float: left;
	margin: 0;
	}
	
#staff #content .bg_blue {
	padding: 0 10px;
	margin-top: 10px;
	}
#staff #doctor{
	position:relative;
	/*height:320px;*/
}
#staff #doctor #dr_img{
	position:absolute;
	top:0;
	right:30px;
}

/* cost
------------------------------------------------------------------------*/

#cost h3#h3-01 { background: url(../images/cost_h3-01.jpg) 0 0 no-repeat; }

#cost h4#h4-01 { background: url(../images/cost_h4-01.jpg) 0 0 no-repeat; }
#cost h4#h4-02 { background: url(../images/cost_h4-02.jpg) 0 0 no-repeat; }

#cost .th_item { width: 150px; }

#cost .t_insurance,
#cost .t_expense { width: 205px; text-align: center; }


/* perio
------------------------------------------------------------------------*/

#perio h3#h3-01 { background: url(../images/perio_h3-01.jpg) 0 0 no-repeat; }
#perio h3#h3-02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h3#h3-03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h3#h3-04 { background: url(../images/perio_h3-04.jpg) 0 0 no-repeat; }

#perio h4#h4-01 { background: url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h4#h4-02 { background: url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio h4#h4-03 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h4#h4-04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h4#h4-05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }

/* general
------------------------------------------------------------------------*/

#general h3#h3-01 { background: url(../images/general_h3-01.jpg) 0 0 no-repeat; }

#general h4#h4-01 { background: url(../images/general_h4-01.jpg) 0 0 no-repeat; }

#general #content .flow { margin: 0 30px; }

#general #content .flow_dt {
  background: url(../images/flow_dt.jpg) 0 0 no-repeat;
  padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	color: #604700;
	width: 551px;
	height: 30px;
  }
  
#general #content .flow_dd {
	width: 551px;
  padding: 10px 10px 40px 10px;
	margin: 0 0 20px 0;
	margin-left: 0;
	background: url(../images/flow_dd.jpg) 0 bottom no-repeat;
  }
	
#general #content .flow_dd_end {
	width: 551px;
  padding: 10px;
	margin: 0 0 20px 0;
	margin-left: 0;
	background: url(../images/flow_dd_end.jpg) 0 bottom no-repeat;
  }

/* child
------------------------------------------------------------------------*/

#child h3#h3-01 { background: url(../images/child_h3-01.jpg) 0 0 no-repeat; }

#child h4#h4-01 { background: url(../images/child_h4-01.jpg) 0 0 no-repeat; }
#child h4#h4-02 { background: url(../images/child_h4-02.jpg) 0 0 no-repeat; }
#child h4#h4-03 { background: url(../images/child_h4-03.jpg) 0 0 no-repeat; }
#child h4#h4-04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }

#child #content dt {
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: #F9F5E4;
  padding: 5px 0 5px 10px;
	color: #604700;
  }
  
#child #content dd {
  border: 1px solid #CCCCCC;
  border-top: 1px dotted #CCCCCC;
  padding: 10px 10px 10px 10px;
  margin: 0 0 20px 0;
	margin-left: 0;
  }
	
/* aesthetic
------------------------------------------------------------------------*/

#aesthetic h3#h3-01 { background: url(../images/aesthetic_h3-01.jpg) 0 0 no-repeat; }
#aesthetic h3#h3-02 { background: url(../images/aesthetic_h3-02.jpg) 0 0 no-repeat; }
#aesthetic h3#h3-03 { background: url(../images/aesthetic_h3-03.jpg) 0 0 no-repeat; }

#aesthetic h4#h4-01 { background: url(../images/aesthetic_h4-01.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-02 { background: url(../images/aesthetic_h4-02.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-03 { background: url(../images/aesthetic_h4-03.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-04 { background: url(../images/aesthetic_h4-04.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-05 { background: url(../images/aesthetic_h4-05.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-06 { background: url(../images/aesthetic_h4-06.jpg) 0 0 no-repeat; }

#aesthetic h4#h4-07 { background: url(../images/aesthetic_h4-07.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-08 { background: url(../images/aesthetic_h4-08.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-09 { background: url(../images/aesthetic_h4-09.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-10 { background: url(../images/aesthetic_h4-10.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-11 { background: url(../images/aesthetic_h4-11.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-12 { background: url(../images/aesthetic_h4-12.jpg) 0 0 no-repeat; }
#aesthetic h4#h4-13 { background: url(../images/aesthetic_h4-13.jpg) 0 0 no-repeat; }

/* orthodontic
------------------------------------------------------------------------*/

#orthodontic h3#h3-01 { background: url(../images/orthodontic_h3-01.jpg) 0 0 no-repeat; }
#orthodontic h3#h3-02 { background: url(../images/orthodontic_h3-02.jpg) 0 0 no-repeat; }

#orthodontic h4#h4-01 { background: url(../images/orthodontic_h4-01.jpg) 0 0 no-repeat; }
#orthodontic h4#h4-02 { background: url(../images/orthodontic_h4-02.jpg) 0 0 no-repeat; }
#orthodontic h4#h4-03 { background: url(../images/orthodontic_h4-03.jpg) 0 0 no-repeat; }
#orthodontic h4#h4-04 { background: url(../images/orthodontic_h4-04.jpg) 0 0 no-repeat; }
#orthodontic h4#h4-05 { background: url(../images/orthodontic_h4-05.jpg) 0 0 no-repeat; }
#orthodontic h4#h4-06 { background: url(../images/orthodontic_h4-06.jpg) 0 0 no-repeat; }

/* implant
------------------------------------------------------------------------*/

#implant h3#h3-01 { background: url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h3#h3-02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#h3-03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }

#implant h4#h4-01 { background: url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#h4-02 { background: url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant h4#h4-03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }

/* case01
------------------------------------------------------------------------*/

#case01 h3#h3-01 { background: url(../images/case01_h3-01.jpg) 0 0 no-repeat; }

#case01 #content table {
  color: #666;
  width: 560px;
  margin: 0 auto;
  border: none;
  }

#case01 #content table th,
#case01 #content table td {
  padding: 4px 12px;
  border: none;
  line-height: 1.8;
  text-align:left;
  }

#case01 #content table th {
  color: #FFFFFF;
  width: 150px;
  background: none;
  }

#case01 #content table td { background: none; }

.case_box01{
	width:295px;
	float:left;
	margin:0 10px 0 0;
}
.case_box02{
	width:295px;
	float:left;
	margin:0;
}
.case_box02{
	width:295px;
	float:left;
	margin:0;
}
.case_box03{
	width:360px;
	float:left;
	margin:0 10px 0 0;
}
.case_box04{
	width:230px;
	float:left;
	margin:0;
}

/* case02
------------------------------------------------------------------------*/

#case02 h3#h3-01 { background: url(../images/case02_h3-01.jpg) 0 0 no-repeat; }

/* contact
------------------------------------------------------------------------*/

#contact h3#h3-01 { background: url(../images/contact_h3-01.jpg) 0 0 no-repeat; }

#contact h4#h4-01 { background: url(../images/contact_h4-01.jpg) 0 0 no-repeat; }

/* content_clinic_info
------------------------------------------------------------------------

#content_clinic { background: url(../images/content_clinic_top.jpg) top no-repeat; padding: 10px 15px; }
#content_clinic_bottom { background: url(../images/content_clinic_bottom.jpg) bottom no-repeat; }

#content_clinic p { padding: 0; }

#content_clinic .alpha02 {
	width: 295px;
	padding: 15px 0 0 0;
	float: left;
	}
	
#content_clinic .beta02 {
	width: 295px;
	padding: 15px 0 0 0;
	float: right;
	}

#content_clinic .clinic_box {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	font-size: 100%;
	}

#content_clinic .clinic_box p { line-height: 1.4; }
	
#content_clinic .alpha02 .image_r { margin: 0 0 0 5px; width: 110px; }
#content_clinic .beta02 .image_r { margin: 0 0 0 5px; width: 110px; }

#content_clinic #bn_clinic01,
#content_clinic #bn_clinic02 {
	width: 280px;
	height: 14px;
	margin: 0 0 10px 5px;
	padding: 0;
	line-height: 1.0;
	clear: both;
	}
	
#content_clinic #bn_clinic01 a,
#content_clinic #bn_clinic02 a {
	width: 280px;
	height: 14px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	}
	
#bn_clinic01 a { background: url(../images/bn_clinic01.jpg) 0 0 no-repeat; }
#bn_clinic02 a { background: url(../images/bn_clinic02.jpg) 0 0 no-repeat; }

#bn_clinic01 a:hover { background: url(../images/bn_clinic01.jpg) 0 -14px no-repeat; }
#bn_clinic02 a:hover { background: url(../images/bn_clinic02.jpg) 0 -14px no-repeat; }*/

#content_clinic #bn_contact {
	width: 584px;
	height: 64px;
	margin: 0 auto 10px;
	padding: 0;
	line-height: 1.0;
	clear: both;
	}
	
#content_clinic #bn_contact a {
	width: 584px;
	height: 64px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	}
	
#content_clinic #bn_contact a { background: url(../images/content_bn_contact.jpg) 0 0 no-repeat; }
#content_clinic #bn_contact a:hover { background: url(../images/content_bn_contact.jpg) 0 -64px no-repeat; }

#content_clinic p#timetable {
	margin: 0;
	padding: 0;
	text-align:center;
	clear: both;
	}

/* maintenance
------------------------------------------------------------------------*/
#maintenance h4#h4-02 { background: url(../images/general_h4-02.jpg) 0 0 no-repeat; }
#maintenance h4#h4-03 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#maintenance h4#h4-04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }

/* equipment
------------------------------------------------------------------------*/
#equipment h3#h3-01 { background: url(../images/equipment_h3-01.jpg) 0 0 no-repeat; }
#equipment h3#h3-02 { background: url(../images/equipment_h3-02.jpg) 0 0 no-repeat; }
#equipment h4#h4-03 { background: url(../images/equipment_h4-03.jpg) 0 0 no-repeat; }
#equipment h4#h4-04 { background: url(../images/equipment_h4-04.jpg) 0 0 no-repeat; }
#equipment h4#h4-05 { background: url(../images/equipment_h4-05.jpg) 0 0 no-repeat; }
#equipment h3#h3-06 { background: url(../images/equipment_h3-06.jpg) 0 0 no-repeat; }

/*denture
------------------------------------------------------------------------*/
#denture h3#h3-01 { background: url(../images/denture_h3-01.jpg) 0 0 no-repeat; }
#denture h3#h3-02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h4#h4-03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h4#h4-04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h4#h4-05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h4#h4-06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }

/* whitening
------------------------------------------------------------------------*/
#whitening h3#h3-01 { background: url(../images/whitening_h3-01.jpg) 0 0 no-repeat; }
#whitening h3#h3-02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h4#h4-03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening h4#h4-04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening h3#h3-05 { background: url(../images/whitening_h3-05.jpg) 0 0 no-repeat; }

/* oneday
------------------------------------------------------------------------*/
#oneday h3#h3-01 { background: url(../images/oneday_h3-01.jpg) 0 0 no-repeat; }
#oneday h3#h3-02 { background: url(../images/oneday_h3-02.jpg) 0 0 no-repeat; }

