@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Safety                      */
/*                 10  Serec                       */
/*                 11  Caries                      */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Implant                     */
/*                 15  Denture                     */
/*                 16  Esthe                       */
/*                 17  Ortho                       */
/*                 18  Clinic                      */
/*                 19  Doctor                      */
/*                 19  Price                       */
/*                 19  Recruit                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Dark Green     #4d6b00      */
/*        Main Color - Green          #68b400      */
/*        Main Color - Light Green    #99cc00      */
/*                                                 */
/*        Sub Color  - Yellow Green   #dff48f      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      83.33%              */
/*                   11px      91.67%              */
/*                   12px     100%                 */
/*                   14px     116.67%              */
/*                   16px     133.33%              */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #FFFFFF url(../images/body_bg01.jpg) top repeat-x; }
#body01 { background: url(../images/body_bg02.jpg) 0 bottom repeat-x; }

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	}

#content {
	width: 720px;
	float: right;
	font-size: 100%;
	line-height: 1.67em;
	color: #000;
	padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 271px;
	width: 950px;
	margin: 0 0 17px 0;
	padding: 0;
	}
#index #header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 391px;
	width: 950px;
	margin: 0 0 17px 0;
	padding: 0;
	}
#header01 {
	background: url(../images/header_bg01.jpg) 0 0 repeat-x;
	height: 91px;
	}
#header01_01 {
	width:720px;
	float:left;
	}
#header01_01 .text {
	font-size:100%;
	line-height:1.5em;
	color:#666666;
	padding: 9px 0 4px 5px;
	margin:0;
	}

h1 {
	text-indent: -9999px;
	width: 510px;
	height: 40px;
	float: left;
	}
h1 a {
	display: block;
	width: 510px;
	height: 40px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 16px 0 0 0;
	padding: 0 4px 0 0;
	float:right;
	}
#header p.tel img { display: block; line-height:1%; }

#header02{
	width: 950px;
	}
#header02_01{
	width:250px;
	float:left;
	}
#header .header_concept{
	margin:0 0 1px 0;
	}
#header .header_concept a{
	background:url(../images/header_concept.jpg) 0 0 no-repeat;
	width:250px;
	height:60px;
	display:block;
	text-indent:-9999px;
	}
#header .header_concept a:hover {
	background:url(../images/header_concept.jpg) 0 -60px no-repeat;
	}
	
#index #header .header_concept{
	margin:0 0 1px 0;
	}
#index #header .header_concept a{
	background:url(../images/header_concept_index.jpg) 0 0 no-repeat;
	width:250px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#index #header .header_concept a:hover {
	background:url(../images/header_concept_index.jpg) 0 -100px no-repeat;
	}
	
#header .header_safety{
	margin:0 0 1px 0;
	}
#header .header_safety a{
	background:url(../images/header_safety.jpg) 0 0 no-repeat;
	width:250px;
	height:59px;
	display:block;
	text-indent:-9999px;
	}
#header .header_safety a:hover {
	background:url(../images/header_safety.jpg) 0 -59px no-repeat;
	}
#index #header .header_safety{
	margin:0 0 1px 0;
	}
#index #header .header_safety a{
	background:url(../images/header_safety_index.jpg) 0 0 no-repeat;
	width:250px;
	height:99px;
	display:block;
	text-indent:-9999px;
	}
#index #header .header_safety a:hover {
	background:url(../images/header_safety_index.jpg) 0 -99px no-repeat;
	}
	
#header .header_cerec{
	margin:0;
	}
#header .header_cerec a{
	background:url(../images/header_cerec.jpg) 0 0 no-repeat;
	width:250px;
	height:59px;
	display:block;
	text-indent:-9999px;
	}
#header .header_cerec a:hover {
	background:url(../images/header_cerec.jpg) 0 -59px no-repeat;
	}
#index #header .header_cerec{
	margin:0;
	}
#index #header .header_cerec a{
	background:url(../images/header_cerec_index.jpg) 0 0 no-repeat;
	width:250px;
	height:99px;
	display:block;
	text-indent:-9999px;
	}
#index #header .header_cerec a:hover {
	background:url(../images/header_cerec_index.jpg) 0 -99px no-repeat;
	}
	
#header02_02{
	width:700px;
	float:right;
	}
#header02_02 p {
	line-height:1%;
	display:block;
	margin:0;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 230px;
	float: left;
	padding: 2px 0 165px 0;
	background:url(../images/nav_bg.jpg) 0 bottom repeat-x;
	}
#nav p {
	margin:15px 0 0 4px;
	padding:0;
	}

*:first-child+html #nav p {
	margin:15px 0 0 0px;
	padding:0;
	}
* html #nav p {
	margin:15px 0 0 0px;
	padding:0;
	}
	
#nav p.nav_bn01 a {
	display: block;
	width: 222px;
	height: 64px;
	padding: 0;
	background: url(../images/banner01.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
	}

#nav p.nav_bn01 a:hover {
	background: url(../images/banner01.jpg) no-repeat 0 bottom;
	}

#nav p.nav_bn02 a {
	display: block;
	width: 222px;
	height: 64px;
	padding: 0;
	background: url(../images/banner02.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
	}

#nav p.nav_bn02 a:hover {
	background: url(../images/banner02.jpg) no-repeat 0 bottom;
	}

#nav p.nav_bn03 a {
	display: block;
	width: 222px;
	height: 64px;
	padding: 0;
	background: url(../images/banner03.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
	}

#nav p.nav_bn03 a:hover {
	background: url(../images/banner03.jpg) no-repeat 0 bottom;
	}

#nav p.nav_bn04 a {
	display: block;
	width: 222px;
	height: 63px;
	padding: 0;
	background: url(../images/banner04.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
	}

#nav p.nav_bn04 a:hover {
	background: url(../images/banner04.jpg) no-repeat 0 bottom;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	}

#nav01 { background: url(../images/nav.jpg) 0 0 no-repeat; height:30px; }
#nav02 a { background:url(../images/nav.jpg) 0 -30px no-repeat; height:31px; }
#nav03 a { background:url(../images/nav.jpg) 0 -61px no-repeat; height:30px; }
#nav04 a { background:url(../images/nav.jpg) 0 -91px no-repeat; height:30px; }
#nav05 a { background:url(../images/nav.jpg) 0 -121px no-repeat; height:30px; }
#nav06 a { background:url(../images/nav.jpg) 0 -151px no-repeat; height:32px; }
#nav07 a { background:url(../images/nav.jpg) 0 -183px no-repeat; height:30px; }
#nav08 { background:url(../images/nav.jpg) 0 -213px no-repeat; height:40px; }
#nav08 a { background:url(../images/nav.jpg) 0 -213px no-repeat; height:30px; }
#nav09 { background:url(../images/nav.jpg) 0 -253px no-repeat; height:30px; }
#nav10 a { background:url(../images/nav.jpg) 0 -283px no-repeat; height:31px; }
#nav11 a { background:url(../images/nav.jpg) 0 -314px no-repeat; height:30px; }
#nav12 a { background:url(../images/nav.jpg) 0 -344px no-repeat; height:30px; }
#nav13 a { background:url(../images/nav.jpg) 0 -374px no-repeat; height:30px; }

#nav02 a:hover { background:url(../images/nav.jpg) -230px -30px no-repeat; height:31px; }
#nav03 a:hover { background:url(../images/nav.jpg) -230px -61px no-repeat; height:30px; }
#nav04 a:hover { background:url(../images/nav.jpg) -230px -91px no-repeat; height:30px; }
#nav05 a:hover { background:url(../images/nav.jpg) -230px -121px no-repeat; height:30px; }
#nav06 a:hover { background:url(../images/nav.jpg) -230px -151px no-repeat; height:32px; }
#nav07 a:hover { background:url(../images/nav.jpg) -230px -183px no-repeat; height:30px; }
#nav08 a:hover { background:url(../images/nav.jpg) -230px -213px no-repeat; height:30px; }
#nav10 a:hover { background:url(../images/nav.jpg) -230px -283px no-repeat; height:31px; }
#nav11 a:hover { background:url(../images/nav.jpg) -230px -314px no-repeat; height:30px; }
#nav12 a:hover { background:url(../images/nav.jpg) -230px -344px no-repeat; height:30px; }
#nav13 a:hover { background:url(../images/nav.jpg) -230px -374px no-repeat; height:30px; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:60px;
	padding: 0 6px 0 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 0 repeat-x;
	font-size: 100%;
	text-align: center;
	color: #316800;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer .footer_tel {
	height:25px;
	margin:9px 0 26px 0;
	float:left;
	display:block;
	line-height:1%;
	}

#footer address {
	margin: 14px 0 28px 0;
	float:right;
	display:block;
	line-height:1%;
	}


/*---------- 06  Contents -----------*/

.section { padding: 0 15px 20px 45px; }
.section .section { padding: 0 10px 0 10px; }
.section .section.sectin { padding: 0 10px 0 10px; }

.center { text-align: center; }
.top { vertical-align: top; }

#content h2 {
	height: 30px;
	text-indent: -9999px;
	margin: 0 5px 18px 34px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin: 0 -10px 10px -10px;
	}
#content h4 {
	height: 16px;
	text-indent: -9999px;
	margin: 0 -10px 7px -10px;
	}

#content h5 {
	font-size: 100%;
	line-height:1.5em;
	font-weight: bold;
	background:url(../images/h5.jpg) 0 4px no-repeat;
	padding: 0 0 0 19px;
	margin: 0 0 3px -10px;
	}

#content ul {
	margin:0;
	padding:0;
	}
#content ul li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 7px no-repeat;
	padding-left: 12px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content ol {
	margin:0 20px;
	padding:0;
	}
#content ol li {
	list-style: decimal;
	}
#content ol li.li01 {
	list-style: none;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #70bf00;
	outline: none;
	}
a:hover { color: #0f570c; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image {
	margin:0 auto;
	display:block;
	line-height:1%;
	}
	
.image_l  {
	float: left;
	margin: 0 15px 8px 0;
	display:block;
	line-height:1%;
	}
*:first-child+html .image_l { margin: 0 12px 2px 0; } /*  for IE7 only */
* html body .image_l { margin: 0 12px 2px 0; } /*  for IE6 only */

.image_l01  {
	float: left;
	margin: 0 15px 6px 0;
	display:block;
	line-height:1%;
	}
*:first-child+html .image_l { margin: 0 12px 0 0; } /*  for IE7 only */
* html body .image_l { margin: 0 12px 0 0; } /*  for IE6 only */

.image_r {
	float: right;
	margin: 0 0 8px 15px;
	display:block;
	line-height:1%;
	}
*:first-child+html .image_r { margin: 0 0 2px 12px; } /*  for IE7 only */
* html body .image_r { margin: 0 0 2px 12px; } /*  for IE6 only */


.image_l02  {
	float: left;
	margin: 0 15px 0px 0;
	display:block;
	line-height:1%;
	}
.image_r01 {
	float: right;
	margin: 0 0 0px 15px;
	display:block;
	line-height:1%;
	}
	
.case {
	margin: 0 40px 10px 40px;
	background: url(../images/case.jpg) 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;
	margin:0;
	}

#content ul.totop li {
	list-style: none;
	width: 115px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 26px;
	background: url(../images/to_top.jpg) 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 {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	font-size: 100%;
	line-height:1.67em;
	color: #3F3F3F;
	width: 100%;
	margin-bottom: 8px;
	}
#content table.table01 {
	border-collapse:collapse;
	font-size: 100%;
	line-height:1.67em;
	color: #3F3F3F;
	width: 100%;
	margin-bottom: 0;
	}

#content table th,
#content table td {
	padding: 5px 10px;
	border: 1px solid #cccccc;
	}
#content table td.td01{
	background: #f6f9eb;
	width:150px;
	vertical-align:top;
	}
#content table td.td02{
	vertical-align:top;
	}
#content table td.td03{
	width:80px;
	background: #f6f9eb;
	vertical-align:top;
	}
#content table td.td04{
	width:258px;
	background: #f6f9eb;
	text-align:center;
	}
#content table td.td05{
	background: #f6f9eb;
	text-align:center;
	}
#content table td.td06{
	padding:10px;
	}
#content table td.td07{
	padding:0;
	}
#content table td.td08{
	background: #f6f9eb;
	width:150px;
	vertical-align:middle;
	}
#content table td.td09{
	background: #f6f9eb;
	width:68px;
	vertical-align:middle;
	}
#content table td.td10{
	background: #f6f9eb;
	width:90px;
	vertical-align:middle;
	}
#content table td.td11{
	width:90px;
	text-align:right;
	}
#content table td.w_60{
	width:60px;
	}
#content table td.w_150{
	width:150px;
	}


input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}





/*---------- 07  Index -----------*/

#index .index01 {
	padding: 0 1px 10px 26px;
	}
#index .index_concept{
	margin: 0 14px 0 0 ;
	float:left;
	}
#index .index_concept a {
	background:url(../images/index_concept.jpg) 0 0 no-repeat;
	width:221px;
	height:201px;
	display:block;
	text-indent:-9999px;
	}
#index .index_concept a:hover {
	background:url(../images/index_concept.jpg) 0 -201px no-repeat;
	}

#index .index_safety{
	margin: 0 0px 0 0 ;
	float:left;
	}
#index .index_safety a {
	background: url(../images/index_safety.jpg) 0 0 no-repeat;
	width:221px;
	height:201px;
	display:block;
	text-indent:-9999px;
	}
#index .index_safety a:hover {
	background:url(../images/index_safety.jpg) 0 -201px no-repeat;
	}

#index .index_cerec{
	margin: 0 ;
	float:right;
	}
#index .index_cerec a {
	background: url(../images/index_cerec.jpg) 0 0 no-repeat;
	width:221px;
	height:201px;
	display:block;
	text-indent:-9999px;
	}
#index .index_cerec a:hover {
	background:url(../images/index_cerec.jpg) 0 -201px no-repeat;
	}
	
#index .index_recruit{
	margin: 0 3px 14px 26px;
	}
#index .index_recruit a {
	background: url(../images/index_recruit.jpg) 0 0 no-repeat;
	width:691px;
	height:139px;
	display:block;
	text-indent:-9999px;
	}
#index .index_recruit a:hover {
	background:url(../images/index_recruit.jpg) 0 -139px no-repeat;
	}
	
#index .index02{
	padding: 0 15px 9px 34px;
	margin:0 0 18px 0;
	background: url(../images/index_img01.jpg) 27px bottom no-repeat;
	}
#index .index02 p {
	margin:0;
	}
#index .index03 {
	padding: 0 4px 19px 26px;
	}

#index .index_price{
	margin: 0 10px 0 0;
	float:left;
	}
#index .index_price a {
	background: url(../images/index_price.jpg) 0 0 no-repeat;
	width:380px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#index .index_price a:hover {
	background:url(../images/index_price.jpg) 0 -100px no-repeat;
	}
	
#index .index_niimura{
	margin: 0;
	float:right;
	}
#index .index_niimura a {
	background: url(../images/index_niimura.jpg) 0 0 no-repeat;
	width:300px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#index .index_niimura a:hover {
	background:url(../images/index_niimura.jpg) 0 -100px no-repeat;
	}
	
#content .banner{
	margin: 0 3px 32px 27px;
	}
#content .banner a {
	background: url(../images/banner.jpg) 0 0 no-repeat;
	width:690px;
	height:100px;
	display:block;
	text-indent:-9999px;
	}
#content .banner a:hover {
	background:url(../images/banner.jpg) 0 -100px no-repeat;
	}

/*---------- 08  Concept -----------*/

#concept h2#title01 { background:url(../images/concept_h2.jpg) 0 0 no-repeat; }
#concept h3#title02 { background:url(../images/concept_h3-01.jpg) 0 0 no-repeat; }

/*---------- 09  Safety -----------*/

#safety h2#title01 { background:url(../images/safety_h2.jpg) 0 0 no-repeat; }
#safety h3#title02 { background:url(../images/safety_h3-01.jpg) 0 0 no-repeat; }
#safety h4#title03 { background:url(../images/safety_h4-01.jpg) 0 0 no-repeat; }
#safety h4#title04 { background:url(../images/safety_h4-02.jpg) 0 0 no-repeat; }
#safety h4#title05 { background:url(../images/safety_h4-03.jpg) 0 0 no-repeat; }

.safety01 {
	background:url(../images/icon01.jpg) 5px 6px no-repeat;
	padding-left:15px;
	font-weight:bold;
	margin:0 0 0 0;
	color:#7a7a7a;
	}
.safety02 {
	padding:0 0 0 15px;
	margin:0;
	}
	
/*---------- 10  Cerec -----------*/

#cerec h2#title01 { background:url(../images/cerec_h2.jpg) 0 0 no-repeat; }
#cerec h3#title02 { background:url(../images/cerec_h3-01.jpg) 0 0 no-repeat; }
#cerec h4#title03 { background:url(../images/cerec_h4-01.jpg) 0 0 no-repeat; }
#cerec h4#title04 { background:url(../images/cerec_h4-02.jpg) 0 0 no-repeat; }
#cerec h4#title05 { background:url(../images/cerec_h4-03.jpg) 0 0 no-repeat; }

/*---------- 11  Caries -----------*/

#caries h2#title01 { background:url(../images/caries_h2.jpg) 0 0 no-repeat; }
#caries h3#title02 { background:url(../images/caries_h3-01.jpg) 0 0 no-repeat; }
#caries h3#title03 { background:url(../images/caries_h3-02.jpg) 0 0 no-repeat; }

/*---------- 12  Perio -----------*/

#perio h2#title01 { background:url(../images/perio_h2.jpg) 0 0 no-repeat; }
#perio h3#title02 { background:url(../images/perio_h3-01.jpg) 0 0 no-repeat; }
#perio h4#title03 { background:url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h4#title04 { background:url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio h4#title05 { background:url(../images/perio_h4-03.jpg) 0 0 no-repeat; }

/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background:url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background:url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background:url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }

#prevent .prevent01{
	border: 1px solid #76bb18;
	padding:0 10px;
	margin:0;
	color:#326900;
	font-weight:bold;
	background:#f2fad5;
	}
#prevent .prevent02{
	border: 1px solid #76bb18;
	padding:0 10px;
	margin:0;
	}
#prevent .prevent03{
	display:block;
	line-height:1%;
	text-align:center;
	margin-bottom:15px;
	}

/*---------- 14  Implant -----------*/

#implant h2#title01 { background:url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title02 { background:url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h3#title03 { background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }

/*---------- 15  Denture -----------*/

#denture h2#title01 { background:url(../images/denture_h2.jpg) 0 0 no-repeat; }
#denture h3#title02 { background:url(../images/denture_h3-01.jpg) 0 0 no-repeat; }
#denture h4#title03 { background:url(../images/denture_h4-01.jpg) 0 0 no-repeat; }
#denture h3#title04 { background:url(../images/denture_h3-02.jpg) 0 0 no-repeat; }

/*---------- 16  Esthe -----------*/

#esthe h2#title01 { background:url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe h3#title02 { background:url(../images/esthe_h3-01.jpg) 0 0 no-repeat; }
#esthe h4#title03 { background:url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background:url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }

/*---------- 17  Ortho -----------*/

#ortho h2#title01 { background:url(../images/ortho_h2.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background:url(../images/ortho_h3-01.jpg) 0 0 no-repeat; }
#ortho h3#title03 { background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }

/*---------- 18  Clinic -----------*/

#clinic h2#title01 { background:url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background:url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h3#title03 { background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }

#content dl.dl01{
	width:605px;
	margin:0 0 0 55px;
	padding:0
	}
#content dl.dl01 dt {
	width:150px;
	float:left;
	display:inline;
	color:#4d6b00;
	font-weight:normal;
	margin:0;
	padding:0;
	}
#content dl.dl01 dd{
	width:455px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
	}
#content dl.dl01 dd.dd01{
	margin:0 0 0 150px;
	}
#content dl.dl01 dd.dd02{
	width:50px;
	margin:0;
	}
#content dl.dl01 dd.dd03{
	width:405px;
	margin:0;
	}	
#content dl.dl01 dd.dd04{
	width:50px;
	margin:0 0 0 150px;
	}
#content dl.dl01 dd.dd05{
	width:405px;
	margin:0 0 0 200px;
	}

#clinic .banner_clinic {
	margin: 0 30px 8px 30px;
	}	
#clinic .banner_clinic a {
	background:url(../images/banner_clinic.jpg) 0 0 no-repeat;
	width:600px;
	height:120px;
	display:block;
	text-indent:-9999px;
	}
#clinic .banner_clinic a:hover {
	background:url(../images/banner_clinic.jpg) 0 -120px no-repeat;
	}
	
/*---------- 19  Doctor -----------*/

#doctor h2#title01 { background:url(../images/doctor_h2.jpg) 0 0 no-repeat; }
#doctor h3#title02 { background:url(../images/doctor_h3-01.jpg) 0 0 no-repeat; }
#doctor h4#title03 { background:url(../images/doctor_h4-01.jpg) 0 0 no-repeat; }
#doctor h4#title04 { background:url(../images/doctor_h4-02.jpg) 0 0 no-repeat; }
#doctor h4#title05 { background:url(../images/doctor_h4-03.jpg) 0 0 no-repeat; }

#content ul.ul01 {
	margin:0;
	padding:0;
	}
#content ul.ul01 li {
	list-style: none;
	}
#doctor .doctor01{
	background:url(../images/icon01.jpg) 0 7px no-repeat;
	padding-left:12px;
	margin:0;
	}	
	
/*---------- 20  Price -----------*/

#price h2#title01 { background:url(../images/price_h2.jpg) 0 0 no-repeat; }
#price h3#title02 { background:url(../images/price_h3-01.jpg) 0 0 no-repeat; }
#price h4#title03 { background:url(../images/price_h4-01.jpg) 0 0 no-repeat; }
#price h4#title04 { background:url(../images/price_h4-02.jpg) 0 0 no-repeat; }
#price h4#title05 { background:url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price h4#title06 { background:url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price h3#title07 { background:url(../images/price_h3-02.jpg) 0 0 no-repeat; }

#price .price01{
	width:15px;
	float:left;
	margin:0;
	}
#price .price02{
	width:645px;
	float:right;
	margin:0;
	}
#content ul.ul02 {
	margin:0 0 0 15px;
	padding:0;
	}
#content ul.ul02 li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 7px no-repeat;
	padding-left: 12px;
	}
#price .price03 {
	margin:0;
	padding:0 0 0 15px;
	}
	
/*---------- 21  Recruit -----------*/

#recruit h2#title01 { background:url(../images/recruit_h2.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background:url(../images/recruit_h3-01.jpg) 0 0 no-repeat; }

/*---------------------*/

#map{
width:500px;
height:450px;
margin:10px auto;
}

.margin_t0 { margin-top: 0;}
.margin_b07 { margin-bottom:7px; }
.margin_b10 { margin-bottom:10px; }
.margin_b15 { margin-bottom:15px; }
.margin_b20 { margin-bottom:20px; }

.padding_l15 { padding-left:15px; }
.padding_t05 { padding-top: 5px;}
.padding10 { padding:10px; }

.text_green_b{
	color:#76bb18;
	font-weight:bold;
	}
.text_b{
	font-weight:bold;
	}
.text_red_b{
	color:#FF0000;
	font-weight:bold;
	}
