@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/bg.jpg) 0 103px repeat-x #FFFFFF; }

#wrapper {
	width: 813px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	background-color:#FFFFFF;
	text-align:center;
	}
#contentWP_index{
	padding: 10px 18px 0 18px;
	text-align:left;
}
#contentWP{
	padding: 0 18px 0 18px;
	text-align:left;
}
#content {
	width: 580px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 .5em 0;text-align:left;
	margin-top:10px;
	}


/*---------- 03  Header -----------*/

#header {
	height: 103px;
	width: 820px;
	margin: 10px 0 0 0;
	padding: 0;
	}

#header .alpha {
	width: 340px;
	height: 93px;
	float: left;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 311px;
	height: 83px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 311px;
	height: 83px;
	background: url(../images/implant_logo.gif) 0 0 no-repeat;
	}
/*
#header_nav {
	margin: 0 0 0 35px;
	padding: 0 ;
	list-style: none;
	width: 370px;
	height: 25px;
	}

#header_nav li {
	height: 25px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 25px;
	width: 120px;
	}
#nav01,
#nav02 { width: 125px; }
#nav03 { width: 120px; }

#nav01 a { background: url(../images/header_nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.png) -125px 0 no-repeat;	}
#nav03 a { background: url(../images/header_nav.png) -250px 0 no-repeat;	}

#nav01 a:hover { background: url(../images/header_nav.png) 0 -25px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.png) -125px -25px no-repeat;	}
#nav03 a:hover { background: url(../images/header_nav.png) -250px -25px no-repeat;	}

*/
#header .beta {
  float: right;
	width:480px;
	height: 83px;
	
	}

#header p.info {
  text-align: right;
	margin: 0;
	padding: 3px 10px 0 0;
	color: #49C0EF;
	font-size: 100%;
	}

#header p.tel {
	text-align:right;
	padding-top:10px;
	}



/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 10px 0 10px 0px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 64px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 64px;
	}

#nav .internal li#nav04{height: 68px;}
#nav .internal li#nav04 a{height: 68px;}

#nav .internal li#nav11{height: 57px;}
#nav .internal li#nav11 a{height: 57px;}
#nav .internal li#nav12,#nav .internal li#nav13{height: 48px;}
#nav .internal li#nav12 a,#nav .internal li#nav13 a{height: 48px;}

#nav04 a { background: url(../images/nav.png) 0 0 no-repeat;}
#nav05 a { background: url(../images/nav.png) 0 -68px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -132px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -196px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -260px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -324px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -388px no-repeat; }

#nav11 a { background: url(../images/nav.png) 0 -451px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -509px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -557px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -644px no-repeat; }

#nav04 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -68px no-repeat;}
#nav06 a:hover { background: url(../images/nav.png) -180px -132px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -196px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -260px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -324px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -388px no-repeat; }

#nav11 a:hover { background: url(../images/nav.png) -180px -451px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -509px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -557px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -644px no-repeat; }

#nav p { text-align: center; }


.bnr01 a{
display:block;
width:178px;
height:187px;
background:url(../images/bana_of.png) 0 0 no-repeat;
text-indent:-9999px;
outline:none;
margin-top:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.bnr01 a:hover { background-position:0 -187px;}


.bnr02 a{
display:block;
width:180px;
height:60px;
background:url(../images/bnr_blog.jpg) 0 0 no-repeat;
text-indent:-9999px;
outline:none;
margin-top:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.bnr02 a:hover { background-position:0 -60px;}




/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 10px;
	margin: 0;
	background: url(../images/footer_bg.png) top no-repeat;
	font-size: 85%;
	text-align: right;
	color: #666;
	height: 80px;
	}
*: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: #3E5477;
	}
#footer a:hover { text-decoration: underline; }

#footer .alpha {
  float: left;
	width: 190px;
	}

#footer p.tel {
  padding: 0;
	margin: 0;
	float:left;
	}

#footer p.tel img{
  display: block;
	margin: 10px 0 0 5px;
	padding: 0;
	}

#footer .beta {
  float: right;
	width: 600px;
	}

#footer ul { 
	list-style: none;
	margin: 5px 1em 2px 1em;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .3em 35px .5em 30px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 28px;
	text-indent: -9999px;
	margin: 15px 0 10px 20px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin: 0 0 .5em 0;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}
#content h5.ttlTop {
	font-size: 100%;
	padding: 1em 0 .3em .3em;margin:0;
	border-top: 1px solid #33ccff;
	}
#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 6px no-repeat;
	padding-left: 15px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
	background: url(../images/li_bg.png) 0 6px no-repeat;
	padding-left: 15px;
  font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #73BA4A; }

#content blockquote {
	margin: .5em;
	background: #D9F0FF;
	padding: .5em 1em;
	border: 1px dotted #547DA1;
	}

.image_l  {
	float: left;
	margin: 5px 10px 10px 0;
	}

.image_r {
	float: right;
	margin: 5px 0 10px 10px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center 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; }

.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	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 */



#content table#osusume {
	border: none;
	font-size: 100%;
	width: 600px;
	}

#content table#osusume th,
#content table#osusume td {
	padding: 2px 4px;
	border: none;
	}
	
#content table {
	border: 1px solid #547DA1;
	font-size: 100%;
	color: #666;
	width: 500px;
	}

#content table th,
#content table td {
	padding: 2px 4px;
	border: 1px solid #547DA1;
	}

#content table th {
	background: #D9F0FF;
	color: #2B5987;
	}
	
#fee #content table td.txtL { text-align: left;}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#next {
  text-indent: -9999px;
	margin-left: 80px;
	}

#next a {
  display: block;
	height: 60px;
	width: 365px;
	}

#next01 a{ background: url(../images/bn_next01.jpg) 0 0 no-repeat;	}
#next01 a:hover{ background: url(../images/bn_next01.jpg) 0 -60px no-repeat;	}
#next02 a{ background: url(../images/bn_next02.jpg) 0 0 no-repeat;	}
#next02 a:hover{ background: url(../images/bn_next02.jpg) 0 -60px no-repeat;	}
#next03 a{ background: url(../images/bn_next03.jpg) 0 0 no-repeat;	}
#next03 a:hover{ background: url(../images/bn_next03.jpg) 0 -60px no-repeat;	}
#next04 a{ background: url(../images/bn_next04.jpg) 0 0 no-repeat;	}
#next04 a:hover{ background: url(../images/bn_next04.jpg) 0 -60px no-repeat;	}
#next05 a{ background: url(../images/bn_next05.jpg) 0 0 no-repeat;	}
#next05 a:hover{ background: url(../images/bn_next05.jpg) 0 -60px no-repeat;	}
#next06 a{ background: url(../images/bn_next06.jpg) 0 0 no-repeat;	}
#next06 a:hover{ background: url(../images/bn_next06.jpg) 0 -60px no-repeat;	}
#next07 a{ background: url(../images/bn_next07.jpg) 0 0 no-repeat;	}
#next07 a:hover{ background: url(../images/bn_next07.jpg) 0 -60px no-repeat;	}

	#index #wrapper #main #content #inq_box {
		margin: 10px 0 0 25px;
		padding: 0 10px 10px;
		width: 539px;
		font-size: 110%;
		border: 3px solid #547da1;
		background: #effeff;
	}
	
		#index #wrapper #main #content #inq_box p#to_inq a {
			float: right;
			text-indent: -9999px;
			display: block;
			width: 250px;
			height: 45px;
			background: url(../images/index_pick07.jpg) 0 0 no-repeat
		}
		
			#index #wrapper #main #content #inq_box p#to_inq a:hover {
				background: url(../images/index_pick07.jpg) 0 -45px;
			}
			
				#index #wrapper #main #content #inq_box p#to_cli a {
				float: right;
				margin-left: 10px;
				text-indent: -9999px;
				display: block;
				width: 174px;
				height: 45px;
				background: url(../images/index_pick08.jpg) 0 0 no-repeat
				}
			
				#index #wrapper #main #content #inq_box p#to_cli a:hover {
					background: url(../images/index_pick08.jpg) 0 -45px;
				}
			
			.bold {
				font-size: 125%;
				font-weight: bold;
				border-bottom: 2px dashed #547da1;
			}
			
			.red {
				color: #f00;
			}
			
			.sr_txt {
				color: #f00;
				font-weight:bold;
			}
			
			.sr_f12 { font-size:12px;} 
			.sr_f15 { font-size:15px;} 
			.sr_mrgT { margin-top:20px;}

/*---------- 07  Index -----------*/
#index #header {

	}

#index .MainVisual {
  clear: both;
  	width:773px;
	height:254px;
	margin:0 auto;
	background: url(../images/implant_main.jpg) no-repeat center;
	}

#index ul#pickupBtn {
	list-style: none;
	margin:0 0 0 20px;

	padding-top: 180px;
	height: 29px;
	}
#index ul#pickupBtn li{
	list-style: none;
	text-indent:-9999px;
	float: left;
	width:185px;
	height: 29px;
	display:block;
	}
#index ul#pickupBtn li#pick01 a{ background: url(../images/main_btn01.gif) no-repeat left top; 	width:185px;
	height: 29px;
	display:block;}
#index ul#pickupBtn li#pick02 a{ background: url(../images/main_btn02.gif) no-repeat left top;	width:185px;
	height: 29px;
	display:block;margin-left:10px}

#index ul#pickupBtn li#pick01 a:hover { background: url(../images/main_btn01_on.gif) left top;	width:185px;
	height: 29px;
	display:block;}
#index ul#pickupBtn li#pick02 a:hover { background: url(../images/main_btn02_on.gif) left top;	width:185px;
	height: 29px;
	display:block;margin-left:10px}


	/*
#index #header .gamma {
  clear: both;
	height:255px;
	background: url(../images/main_bg.png) repeat-y center;
	}

#index #pickup {
  list-style: none;
	margin: 0;
	padding: 5px 15px 0 15px;
	}

#index #pickup li{
  list-style: none;
	text-indent: -9999px;
	float: left;
	height: 250px;
	}

#index #pickup li a{
  display: block;
	height: 250px;
	}

#index #pick01 a{ background: url(../images/index_pick.jpg) 0 0 no-repeat; width: 260px; }
#index #pick02 a{ background: url(../images/index_pick.jpg) -260px 0 no-repeat; width: 270px; }
#index #pick03 a{ background: url(../images/index_pick.jpg) -530px 0 no-repeat; width: 260px; }

#index #pick01 a:hover { background: url(../images/index_pick.jpg) 0 -250px no-repeat; width: 260px; }
#index #pick02 a:hover { background: url(../images/index_pick.jpg) -260px -250px no-repeat; width: 270px; }
#index #pick03 a:hover { background: url(../images/index_pick.jpg) -530px -250px no-repeat; width: 260px; }

*/
#index #pick04,
#index #clinic-info,
#index #pick05 {
 padding: .3em 25px .5em 25px;
 }
 
#index #pick06 {
 padding: .3em 25px .5em 25px;
}

#index h2#title01 { background: url(../images/index_info_h.png) 0 0 no-repeat;
  height: 25px;
	margin: 5px 0 0 0;
	}

#index #clinic-info .alpha {
  float: left;
	width: 280px;
	}

#index #clinic-info .alpha dl{
  margin: 10px 0 0 5px;
	padding: 0;
	font-size: 85%;
	}
#index #clinic-info .alpha dt{
  float: left;
	width: 70px;
	}
#index #clinic-info .alpha dd{
  padding-left: 70px;
	}

#index #clinic-info .beta {
  float: right;
	width: 280px;
	}

.inq {float:left; margin: 5px 10px 10px 0; }

.inq a {
  display: block;
	width: 365px;
	height: 60px;
	background: url(../images/bn_next06.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}

.inq a:hover {
  background-position: 0 -60px;
}

#contactWP{margin: 5px 20px 0 20px;	}

.btn_inq {float:left; margin: 0 0 10px 0; }

.btn_inq a {
  display: block;
	width: 260px;
	height: 56px;
	background: url(../images/btn_inq.gif) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}

.btn_inq a:hover {
  background-position: 0 -56px;
}
.btn_form {float:right; margin: 0 0 10px 10px; }

.btn_form a {
	display: block;
	width: 263px;
	height: 56px;
	background: url(../images/btn_form.gif) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}

.btn_form a:hover {
  background-position: 0 -56px;
}


/*---------- 08  Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }


/*---------- 09  Compare -----------*/
#compare h2#title01 { background: url(../images/compare_h2-01.png) 0 0 no-repeat; }
#compare h3#title02 { background: url(../images/compare_h3-02.png) 0 0 no-repeat; }
#compare h4#title03 { background: url(../images/compare_h4-03.png) 0 0 no-repeat; }
#compare h4#title04 { background: url(../images/compare_h4-04.png) 0 0 no-repeat; }
#compare h4#title05 { background: url(../images/compare_h4-05.png) 0 0 no-repeat; }

#compare #content table {
  clear: both;
  margin-left: 20px;
	}
	
#compare #content th { 
  width: 90px;
	line-height: 1.2;
	padding: 4px 0;
	}

#compare #content td { 
  text-align: center;
	height: 30px;
	padding: 5px 0;	
	} 

/*---------- 10  Feature -----------*/
#feature h2#title01 { background: url(../images/feature_h2-01.png) 0 0 no-repeat; }
#feature h3#title02 { background: url(../images/feature_h3-02.png) 0 0 no-repeat; }
#feature h3#title03 { background: url(../images/feature_h3-03.png) 0 0 no-repeat; }

#feature #content dl{
  margin: 10px 0 0 0;
	padding: 0;
	}

#feature #content dt{
  background-image: none;
	padding: 0;
	margin: 10px 0 0 0;
	}

#feature #content dd{
  margin: 0 0 10px 0;
	}

/*---------- 11  Flow -----------*/
#flow h2#title01 { background: url(../images/flow_h2-01.png) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.png) 0 0 no-repeat; }
#flow h4#title03 { background: url(../images/flow_h4-03.png) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.png) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.png) 0 0 no-repeat; }


#flow .flow-chart {
	padding:0 10px;
	text-align:center;
}
#flow .flow-chart div {
	margin:10px auto 0;
	width:250px;
}

#flow .flow-chart div p {
	text-align:left;
	margin:0 auto;
	background:none;
	padding:5px;
	border:1px dashed #ccc;
}

#flow div.flow01 { background:url(../images/flow01.jpg) no-repeat center top; padding-top:70px; }
#flow div.flow02 { background:url(../images/flow11.jpg) no-repeat center top; padding-top:115px; padding-bottom:10px; }
#flow div.flow03 { background:url(../images/flow03.jpg) no-repeat center top; padding:200px 0 120px; }
#flow div.flow04 { background:url(../images/flow12.jpg) no-repeat center top; padding-top:115px;}
#flow div.flow05 { background:url(../images/flow13.jpg) no-repeat center top; padding-top:115px;}
#flow div.flow06 { background:url(../images/flow14.jpg) no-repeat center top; padding-top:115px;}
#flow div.flow07 { background:url(../images/flow15.jpg) no-repeat center top; padding-top:103px; width:259px;}


/*---------- 12  Mintenance -----------*/
#maintenance h2#title01 { background: url(../images/maintenance_h2-01.png) 0 0 no-repeat; }
#maintenance h3#title02 { background: url(../images/maintenance_h3-02.png) 0 0 no-repeat; }
#maintenance h3#title03 { background: url(../images/maintenance_h3-03.png) 0 0 no-repeat; }
#maintenance h3#title04 { background: url(../images/maintenance_h3-04.png) 0 0 no-repeat; }

#maintenance #content dl{
  margin: 0 0 0 5px;
	padding: 0;
	}

/*---------- 13  Fee -----------*/
#fee h2#title01 { background: url(../images/fee_h2-01.png) 0 0 no-repeat; }
#fee h3#title02 { background: url(../images/fee_h3-02.png) 0 0 no-repeat; }
#fee h3#title03 { background: url(../images/fee_h3-03.jpg) 0 0 no-repeat; }
#fee h4#title04 { background: url(../images/fee_h4-04.jpg) 0 0 no-repeat; }
#fee h4#title05 { background: url(../images/fee_h4-05.jpg) 0 0 no-repeat; }
#fee h4#title06 { background: url(../images/fee_h4-06.jpg) 0 0 no-repeat; }

#fee #content table {
  margin-left: 25px;
	}
	
#fee #content td {
  text-align: right;
	}

/*---------- 14  Faq -----------*/
#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }

#faq #content dl {
  margin: 20px 0 0 10px;
	}

#faq #content dt { 
  background: url(../images/q.png) 0 0 no-repeat;
	padding-left: 25px;
	margin: 0; }

#faq #content dd { 
  background: url(../images/a.png) 0 0 no-repeat;
	padding-left: 25px;
	margin: 8px 0 20px 0; }

/*---------- 15  Inquiry -----------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.png) 0 0 no-repeat; }
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.png) 0 0 no-repeat; }

#inquiry  #content table {
  width: 530px;
	}

#inquiry  #content th {
  width: 120px;
	}

#inquiry  #content td {
  padding: 5px;
	}
	
.hissu {
	color: #f00;
}


/*---------- 16  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#doctor h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#doctor h3#title04 { background: url(../images/clinic_h3-04.png) 0 0 no-repeat; }
#doctor h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#doctor h3#title06 { background: url(../images/clinic_h3-06.png) 0 0 no-repeat; }
#doctor h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }

#doctor #content table {
  width: 500px;
	margin-left: 30px;
	}

#doctor #content .alpha {
  float: left ;
	width: 160px;
	}

#doctor #content .beta {
  float: right;
	width: 320px;
	}

#doctor #content ul span {
	font-weight:bold;
	}
#doctor #content ul.belong li {
	background: url(../images/li_bg2.jpg) 0 6px no-repeat;
}

/*---------- 17  Sitemap -----------*/
#doctor h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#doctor dd {
  margin: 5px 0 10px 10px;
	}


/* 081009
--------------------------------------------------*/

.fL { float:left; }
.fR { float:right; }

button {
	width:555px;
	margin:0;
	padding:0;
	background:none;
	border:none;
	cursor:pointer;
	display:inline;
}
input.in_print {
	padding:0 3px;
}

#content #contactWP .foot_txt {margin-top:10px;}
