@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: #fff; }

#wrapper {
	width: 810px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0;
	}

#content {
	width: 810px;
	clear: both;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0;
	margin: 0;
	}


/*---------- 03  Header -----------*/

#header {
	height: 70px;
	width: 810px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 460px;
	height: 70px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 460px;
	height: 70px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 40px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	height: 30px;
	}

#header_nav li {
	height: 30px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 30px;
	}

#nav01 { width: 110px; }
#nav02 { width: 90px; }

#nav01 a {
	background: url(../images/header_nav.png) -20px 0 no-repeat;
	width: 70px;
	margin-left: 20px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -110px 0 no-repeat;
	width: 90px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 810px;
	height: 60px;
	float: left;
	margin 0;
	padding: 0px 0 0 0;
	overflow: hidden;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 45px;
	text-indent: -9999px;
	float: left;
	}

#nav .internal li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; width: 58px; }
#nav04 a { background: url(../images/nav.png) -58px  0 no-repeat; width: 85px; }
#nav05 a { background: url(../images/nav.png) -143px 0 no-repeat; width: 85px; }
#nav06 a { background: url(../images/nav.png) -228px 0 no-repeat; width: 95px; }
#nav07 a { background: url(../images/nav.png) -323px 0 no-repeat; width: 70px; }
#nav08 a { background: url(../images/nav.png) -393px 0 no-repeat; width: 80px; }
#nav09 a { background: url(../images/nav.png) -473px 0 no-repeat; width: 80px; }
#nav10 a { background: url(../images/nav.png) -553px 0 no-repeat; width: 80px; }
#nav11 a { background: url(../images/nav.png) -633px 0 no-repeat; width: 90px; }
#nav12 a { background: url(../images/nav.png) -723px 0 no-repeat; width: 87px; }

#nav03 a:hover { background: url(../images/nav.png) 0 -45px no-repeat; width: 58px; }
#nav04 a:hover { background: url(../images/nav.png) -58px  -45px no-repeat; width: 85px; }
#nav05 a:hover { background: url(../images/nav.png) -143px -45px no-repeat; width: 85px; }
#nav06 a:hover { background: url(../images/nav.png) -228px -45px no-repeat; width: 95px; }
#nav07 a:hover { background: url(../images/nav.png) -323px -45px no-repeat; width: 70px; }
#nav08 a:hover { background: url(../images/nav.png) -393px -45px no-repeat; width: 80px; }
#nav09 a:hover { background: url(../images/nav.png) -473px -45px no-repeat; width: 80px; }
#nav10 a:hover { background: url(../images/nav.png) -553px -45px no-repeat; width: 80px; }
#nav11 a:hover { background: url(../images/nav.png) -633px -45px no-repeat; width: 90px; }
#nav12 a:hover { background: url(../images/nav.png) -723px -45px no-repeat; width: 87px; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 5px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: left;
	color: #125CF0;
	}
*: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: #125CF0;
	}
#footer a:hover { text-decoration: underline; }

#footer .alpha {
  float: left;
  width: 500px;
  height: 90px;
  margin: 15px 0 0 0;
  }

#footer .beta {
  float: right;
  width: 280px;
  height: 90px;
  }

#footer ul { 
	list-style: none;
	margin: 0 1em 5px 1em;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
  clear :both;
  margin: 0 0 0 270px;
  padding: 0 0 0 0;
  text-indent: -9999px;
  }

#footer address a{
  display: block;
  height: 15px;
  background: url(../images/copyright.png) 0px 0 no-repeat;
  }

#footer address a:hover { background: url(../images/copyright.png) 0 -15px no-repeat; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 0px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  height: 18px;
  text-indent: 0px;
  padding: 3px 0 0 3px;
  }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold;
  color: #125CF0;
  }

#content a { 
  color: #61C93B;
  text-decoration: underline; }

#content a:hover { text-decoration: none; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.caution{
	color:#ff0000;
}

.image_l  {
	float: left;
	margin: 5px 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 5px 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.png) center center no-repeat;
	}

.case_02 { margin: 10px 0 5px 40px; }
.case_03 {
	margin: 10px 20px;
	}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.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: 180px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	
	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 {
	border: 1px solid #125CF0;
	font-size: 100%;
	color: #666;
	width: 500px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #125CF0;
	}

#content table th {
	background: #DBE9FF;
	color: #004ADB;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content_02 {
  float: left;
  width: 600px;
  margin: 0;
  padding: 0;
  }

#content_03 {
  float: right;
  width: 205px;
  margin: 0;
  padding: 0;
  }

#content_03 #pickup_02 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  width: 195px;
  }
 
#content_03 #pickup_02 li {
  text-indent: -9999px;
  width: 195px;
  height: 160px;
  margin:0 ;
  padding: 0;
  }

#content_03 #pickup_02 li a {
  display: block;
  width: 195px;
  height: 150px;
  }

#pickup_02 #pk01 a{ background: url(../images/pickup_02.jpg) 0 0 no-repeat; } 
#pickup_02 #pk02 a{ background: url(../images/pickup_02.jpg) 0 -160px no-repeat; } 
#pickup_02 #pk03 a{ background: url(../images/pickup_02.jpg) 0 -320px no-repeat; } 
#pickup_02 #pk04 a{ background: url(../images/pickup_02.jpg) 0 -480px no-repeat; } 
#pickup_02 #pk05 a{ background: url(../images/pickup_02.jpg) 0 -640px no-repeat; } 
#pickup_02 #pk06 a{ background: url(../images/pickup_02.jpg) 0 -700px no-repeat; } 

#pickup_02 #pk01 a:hover { background: url(../images/pickup_02.jpg) -195px 0 no-repeat; } 
#pickup_02 #pk02 a:hover { background: url(../images/pickup_02.jpg) -195px -160px no-repeat; } 
#pickup_02 #pk03 a:hover { background: url(../images/pickup_02.jpg) -195px -320px no-repeat; } 
#pickup_02 #pk04 a:hover { background: url(../images/pickup_02.jpg) -195px -480px no-repeat; } 
#pickup_02 #pk05 a:hover { background: url(../images/pickup_02.jpg) -195px -640px no-repeat; } 
#pickup_02 #pk06 a:hover { background: url(../images/pickup_02.jpg) -195px -700px no-repeat; } 

#content_03 p{
  text-align: center;
  margin: 10px 0 0px 0;
  }

#reserv {
  text-indent: -9999px;
  margin-left: 15px;
  }

#reserv a{
  display: block;
  height: 80px;
  background: url(../images/bn_reserv.jpg) 0 0 no-repeat; 
  }
#access {
  text-indent: -9999px;
  margin-left: 15px;
  }

#access a{
  display: block;
  height: 80px;
  background: url(../images/ban_access.jpg) 0 0 no-repeat; 
  }
#access a:hover { background: url(../images/ban_access.jpg) 0 -80px no-repeat; } 
#reserv a:hover { background: url(../images/bn_reserv.jpg) 0 -80px no-repeat; } 

.b_a {
  margin: 10px 40px;
  }

.b_a .alpha {
  float: left;
  width: 210px;
  margin: 0 10px 0 0;
  }

.b_a .beta {
  float: right;
  width: 210px;
  margin: 0;
  }

.b_a_img {
  text-indent: -9999px;
  height: 160px;
  width: 210px;
  }

.b_a_img a{
  display: block;
  height: 160px;
  width: 210px;
  }

.b_a .alpha02 {
  float: left;
  width: 160px;
  margin: 0 10px 0 0;
  }

.b_a .beta02 {
  float: right;
  width: 160px;
  margin: 0;
  }

.b_a .alpha02 .b_a_img,
.b_a .beta02 .b_a_img {
  text-indent: -9999px;
  height: 210px;
  width: 160px;
  }

.b_a .alpha02 .b_a_img a,
.b_a .beta02 .b_a_img a {
  display: block;
  height: 210px;
  width: 160px;
  }

#b_a01 a { background: url(../images/b_a01.jpg) -210px 0 no-repeat; }
#b_a01 a:hover { background: url(../images/b_a01.jpg) 0 0 no-repeat; }
#b_a02 a { background: url(../images/b_a02.jpg) -210px 0 no-repeat; }
#b_a02 a:hover { background: url(../images/b_a02.jpg) 0 0 no-repeat; }
#b_a03 a { background: url(../images/b_a03.jpg) -160px 0 no-repeat; }
#b_a03 a:hover { background: url(../images/b_a03.jpg) 0 0 no-repeat; }
#b_a04 a { background: url(../images/b_a04.jpg) -160px 0 no-repeat; }
#b_a04 a:hover { background: url(../images/b_a04.jpg) 0 0 no-repeat; }
#b_a05 a { background: url(../images/b_a05.jpg) -160px 0 no-repeat; }
#b_a05 a:hover { background: url(../images/b_a05.jpg) 0 0 no-repeat; }
#b_a06 a { background: url(../images/b_a06.jpg) -160px 0 no-repeat; }
#b_a06 a:hover { background: url(../images/b_a06.jpg) 0 0 no-repeat; }
#b_a07 a { background: url(../images/b_a07.jpg) -210px 0 no-repeat; }
#b_a07 a:hover { background: url(../images/b_a07.jpg) 0 0 no-repeat; }
#b_a08 a { background: url(../images/b_a08.jpg) -210px 0 no-repeat; }
#b_a08 a:hover { background: url(../images/b_a08.jpg) 0 0 no-repeat; }

.name {
  border-top: 2px solid #bbb;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
  margin: 0 0 5px 0;
  }

/*---------- 07  Index -----------*/
#index #header {
  height: 360px;
  }

#index #top-img {
  clear: both;
  margin: 0;
  padding: 0;
  background : url(../images/index_top.jpg) 0 0 no-repeat;
  height: 280px;
  }

#index .banner {
  list-style: none;
  margin: 0;
  padding: 0;
  }
 
#index #shika {
  text-indent: -999px;
  height :130px;
  list-style-type: none;
  }

#index #shika a {
  display: block;
  height: 130px;
  width: 190px;
  background: url(../images/index_bn_shika.jpg) -20px 0 no-repeat;
  margin-left: 20px;
  }

#index #official {
  text-indent: -999px;
  height :80px;
  margin : 10px 0 0 0 ;
  list-style-type: none;
  }

#index #official a {
  display: block;
  height: 80px;
  width: 190px;
  background: url(../images/index_bn_official.jpg) -20px 0 no-repeat;
  margin-left: 20px;
  }

#index #content { width: 810px; }


#index #pickup {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 810px;
  height: 150px;
  clear: both;
  overflow: hidden;
  }
 
#index #pickup li {
  text-indent: -9999px;
  float: left;
  width: 165px;
  height: 150px;
  margin:0 ;
  padding: 0;
  list-style-type: none;
  }

#index li#pk05 { width: 150px; }
 
#index #pickup li a {
  display: block;
  width: 150px;
  height: 150px;
  }

#index #pk01 a{ background: url(../images/index_pickup.jpg) 0 0 no-repeat; } 
#index #pk02 a{ background: url(../images/index_pickup.jpg) -165px 0 no-repeat; } 
#index #pk03 a{ background: url(../images/index_pickup.jpg) -330px 0 no-repeat; } 
#index #pk04 a{ background: url(../images/index_pickup.jpg) -495px 0 no-repeat; } 
#index #pk05 a{ background: url(../images/index_pickup.jpg) -660px 0 no-repeat; } 

#index #pk01 a:hover { background: url(../images/index_pickup.jpg) 0 -150px no-repeat; } 
#index #pk02 a:hover { background: url(../images/index_pickup.jpg) -165px -150px no-repeat; } 
#index #pk03 a:hover { background: url(../images/index_pickup.jpg) -330px -150px no-repeat; } 
#index #pk04 a:hover { background: url(../images/index_pickup.jpg) -495px -150px no-repeat; } 
#index #pk05 a:hover { background: url(../images/index_pickup.jpg) -660px -150px no-repeat; } 

/*---------- 08  Front -----------*/
#front h2#title01 { background: url(../images/front_h2-01.png) 0 0 no-repeat; }
#front h3#title02 { background: url(../images/front_h3-02.png) 0 0 no-repeat; }
#front h3#title03 { background: url(../images/front_h3-03.png) 0 0 no-repeat; }
#front h3#title04 { background: url(../images/front_h3-04.png) 0 0 no-repeat; }
#front h4#title05 { background: url(../images/front_h4-05.png) 0 0 no-repeat; }
#front h4#title06 { background: url(../images/front_h4-06.png) 0 0 no-repeat; }
#front h4#title07 { background: url(../images/front_h4-07.png) 0 0 no-repeat; }
#front h4#title08 { background: url(../images/front_h4-08.png) 0 0 no-repeat; }

#front #content dt{ 
  margin-top: 10px;
  }

/*---------- 09  Back -----------*/
#back h2#title01 { background: url(../images/back_h2-01.png) 0 0 no-repeat; }
#back h3#title02 { background: url(../images/back_h3-02.png) 0 0 no-repeat; }
#back h3#title03 { background: url(../images/back_h3-03.png) 0 0 no-repeat; }
#back h4#title04 { background: url(../images/back_h4-04.png) 0 0 no-repeat; }
#back h4#title05 { background: url(../images/back_h4-05.png) 0 0 no-repeat; }

/*---------- 10  Whitening -----------*/
#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.png) 0 0 no-repeat; }
#whitening h4#title06 { background: url(../images/whitening_h4-06.png) 0 0 no-repeat; }
#whitening h4#title07 { background: url(../images/whitening_h4-07.png) 0 0 no-repeat; }
#whitening h4#title08 { background: url(../images/whitening_h4-08.png) 0 0 no-repeat; }
#whitening h4#title09 { background: url(../images/whitening_h4-09.png) 0 0 no-repeat; }
#whitening h4#title10 { background: url(../images/whitening_h4-10.png) 0 0 no-repeat; }
#whitening h4#title11 { background: url(../images/whitening_h4-11.png) 0 0 no-repeat; }

/*---------- 11  Lost -----------*/
#lost h2#title01 { background: url(../images/lost_h2-01.png) 0 0 no-repeat; }
#lost h3#title02 { background: url(../images/lost_h3-02.png) 0 0 no-repeat; }
#lost h3#title03 { background: url(../images/lost_h3-03.png) 0 0 no-repeat; }
#lost h4#title04 { background: url(../images/lost_h4-04.png) 0 0 no-repeat; }
#lost h4#title05 { background: url(../images/lost_h4-05.png) 0 0 no-repeat; }
#lost h4#title06 { background: url(../images/lost_h4-06.png) 0 0 no-repeat; }

/*---------- 12  Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }

/*---------- 13  Report -----------*/
#report h2#title01 { background: url(../images/report_h2-01.png) 0 0 no-repeat; }
#report h3#title02 { background: url(../images/report_h3-02.png) 0 0 no-repeat; }
#report h3#title03 { background: url(../images/report_h3-03.png) 0 0 no-repeat; }
#report h4#title04 { background: url(../images/report_h4-04.png) 0 0 no-repeat; }
#report h4#title05 { background: url(../images/report_h4-05.png) 0 0 no-repeat; }
#report h4#title06 { background: url(../images/report_h4-06.png) 0 0 no-repeat; }
#report h4#title07 { background: url(../images/report_h4-07.png) 0 0 no-repeat; }
#report h4#title08 { background: url(../images/report_h4-08.png) 0 0 no-repeat; }
#report h4#title09 { background: url(../images/report_h4-09.png) 0 0 no-repeat; }
#report h4#title10 { background: url(../images/report_h4-10.png) 0 0 no-repeat; }
#report h4#title11 { background: url(../images/report_h4-11.png) 0 0 no-repeat; }

.textbox_l{
	width:200px;
	float:left;
	margin: 0px 10px;
}

.textbox_r{
	width:200px;
	float:right;
	margin: 0px 10px;
}

#report .case03 {
	margin: 10px 20px;
	}



/*---------- 14  Staff -----------*/
#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.png) 0 0 no-repeat; }
#staff h3#title04 { background: url(../images/staff_h3-04.png) 0 0 no-repeat; }

#staff #content h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  height: 18px;
  text-indent: 0px;
  padding: 3px 0 0 3px;
  }

#staff #content .name {
  border: none;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
  margin: 0 0 5px 0;
  }

#staff #dr .alpha {
  float: left;
  width: 160px;
  }

#staff #dr .beta {
  float: right;
  width: 380px;
  }

#staff #member .alpha {
  float: left;
  width: 210px;
  }

#staff #member .beta {
  float: right;
  width: 330px;
  }

#staff .advex { margin: 0 20px 5px 15px; } 

#staff .advex .alpha {
  float: left;
  width: 160px;
  margin: 5px 22px 5px 0;
  }

#staff .advex .beta {
  float: right;
  width: 160px;
  margin: 5px 0px 5px 0;
  }

/*---------- 15  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; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }

#map {
	width: 500px;
	height: 360px;
	border: 2px solid #125CF0;
	margin: 10px 0 10px 30px; 
	}

#clinic02 .alpha {
  float: left;
  width: 210px;
  }
  
#clinic02 .beta {
  float: right;
  width: 330px;
  }

#clinic #content table,
#clinic #content #time {
  margin: 10px 0 10px 30px; 
  }

/*---------- 16  Contact -----------*/
#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.png) 0 0 no-repeat; }


#contact .reserv02 {
  margin-left: 15px;
  }

/*---------- 17  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content dd {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 5px; 
	}


.qc_01{
	font-weight:bold;
	color:#125CF0;
}
