@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Access                      */
/*                 10  Treatment                   */
/*                 11  Recruit                     */
/*                 12  General                     */
/*                 13  Child                       */
/*                 14  Prevent                     */
/*                 15  Perio                       */
/*                 16  Esthe                       */
/*                 17  Denture                     */
/*                 18  Implant                     */
/*                 19  Bite                        */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Green          #00a382     */
/*        Main Color - Light Green    #9ed64f      */
/*        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: #f8fff5 url(../images/bg_top.jpg) left top repeat-x; }

#wrapper {
	background: url(../images/bg_wrapper.jpg) left top repeat-y;
	width: 902px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding:0;
	width:902px;
	background: url(../images/main_bg.jpg) left top no-repeat;
	}

#content {
	width: 681px;
	float: right;
	font-size: 108%;
	line-height: 1.714em;
	color: #333;
	padding: 0;
	text-align:left;
	margin:12px 0 0 0;
	}
.img{margin:0; padding:0; line-height:1%; font-size:1%; display:block;}


/*---------- 03  Header -----------*/

#index #header {
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	height: 521px;
	width: 902px;
	margin: 0;
	padding: 0;
	}
	
#header {
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	height: 421px;
	width: 910px;
	margin: 0;
	padding: 0;
	}

#header_01{
	height:120px;
	padding:0;
	margin:0;
	width:902px;
	}

h1 {
	width: 270px;
	height: 102px;
	padding:0;
	float:left;
	line-height:1.0;
	margin:13px 0 0 0;
	padding:0 0 0 52px;
	}
h1 a {
	display: block;
	text-indent: -9999px;
	width:270px;
	height: 102px;
	padding:0;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}

#header_01 p.tel{
	padding:26px 21px 22px 294px;
	margin:0;
	width:262px;
	height:72px;
	text-align:right;
	float:right;
	line-height:1%;
	display:block;
	font-size:1%;
	}
#header_02{
	height:37px;
	padding:0 0 5px 0;
	margin:0;
	width:902px;
	}

#header_nav {
	margin:0 12px 0 8px;
	padding: 0;
	list-style: none;
	width: 882px;
	height: 37px;
}

#header_nav ul{padding:0; margin:0;}

#header_nav li {
	height:37px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 37px;
	text-indent:-9999px;
	}
#nav01 a { background:url(../images/header_nav.jpg) 0 0 no-repeat; width:117px; }
#nav02 a { background:url(../images/header_nav.jpg) -117px 0 no-repeat; width:230px; }
#nav03 a { background:url(../images/header_nav.jpg) -347px 0 no-repeat; width:230px; }
#nav04 a { background:url(../images/header_nav.jpg) -577px 0 no-repeat; width:152px; }
#nav05 a { background:url(../images/header_nav.jpg) -729px 0 no-repeat; width:153px; }

#nav01 a:hover { background:url(../images/header_nav.jpg) 0 -37px no-repeat; width:117px; }
#nav02 a:hover { background:url(../images/header_nav.jpg) -117px -37px no-repeat; width:230px; }
#nav03 a:hover { background:url(../images/header_nav.jpg) -347px -37px no-repeat; width:230px; }
#nav04 a:hover { background:url(../images/header_nav.jpg) -577px -37px no-repeat; width:152px; }
#nav05 a:hover { background:url(../images/header_nav.jpg) -729px -37px no-repeat; width:153px; }

#index #header_03{
	height:359px;
	padding:0;
	margin:0;
	padding:0;
	width:902px;
	background:url(../images/bg_main.jpg) 0 0 no-repeat;
	}

#header_03{
	height:259px;
	padding:0;
	margin:0;
	width:902px;
	background:url(../images/bg_main1.jpg) 0 0 no-repeat;
	}
	
#header_03 .main_img{margin:0; padding:166px 0 0 16px; line-height:1%; font-size:1%; text-align:left;}

/*----------04  Navigation -----------*/

#nav {
	width: 204px;
	float: left;
	padding: 12px 0 20px 0;
	margin:0 8px 0 9px;
	display:inline;
	}

#nav ul	{
	margin:0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	margin:0 0 6px 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height:34px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	margin:0;
	height:34px;
	}

#nav .internal li#nav13{
	margin:0;
	height:34px;
	}

#nav06 a { background: url(../images/nav.jpg) 0 0px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }

#nav06 a:hover { background: url(../images/nav.jpg) -204px 0px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -204px -40px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -204px -80px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -204px -120px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -204px -160px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -204px -200px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -204px -240px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -204px -280px no-repeat; }

#nav p { text-align: center; }

#nav p.recruit {margin:0; padding:9px 2px 8px 2px; }
#nav p.recruit a{ width:200px; height:71px; background:url(../images/nav_bnr01.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#nav p.recruit a:hover{ background:url(../images/nav_bnr01.jpg) no-repeat 0 -71px; }

*:first-child+html #nav p.happy {margin:0; padding:9px 2px 8px 0px; }/* for IE7 only */

#nav p.happy {margin:0; padding:9px 2px 8px 38px; }

* html #nav p.happy {margin:0; padding:9px 2px 8px 0px; }/* for IE6 only */

#nav p.happy a{ width:125px; height:125px; background:url(../images/nav_bnr02.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#nav p.happy a:hover{ background:url(../images/nav_bnr02.jpg) no-repeat 0 -125px; }


#nav p.title {margin:0; padding:0px; line-height:1%; font-size:1%;}
#nav .padding1{padding:0 4px 0 3px;}
#nav .bg_nav01{background:url(../images/nav_bg.jpg) left top repeat-y; margin:0; padding:0;}
#nav .bg_nav02{background:url(../images/nav_bg_bottom.jpg) left bottom no-repeat ; margin:0; padding:0;}

#nav dl.navi { width:197px; margin:0; padding:0;line-height:2em; font-size:93%; }
#nav dl.navi dt{ 
	width:64px; 
	margin:0;
	padding:0;
	text-indent:12px;
	float:left;
	color:#734a00;
	line-height:2em;
	font-weight:normal;
	}
#nav dl.navi dd{ 
	width:121px; 
	margin:0;
	float:right;
	line-height:2em; 
	color:#333333;
	}
#nav dl.navi dd.dd01{ margin-left:76px; line-height:1.65em; }
#nav dl.navi dd.dd02{ margin-left:76px;  padding:0 0 15px 0; line-height:1.65em; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0;
	margin: 0;
	background: url(../images/footer_bg.jpg) left bottom no-repeat;
	font-size: 85%;
	text-align: left;
	height:133px;
	color: #de91a2;
	}
*: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: #f94956;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer_01{width:875px; padding:0; margin:0 12px 0 15px; height:102px;}
#footer_01_01{width:275px; float:left; margin:24px 0 0 0; padding:0; }
#footer_01_02{width:600px; float:right; margin:0; padding:13px 0 0 0; }
#footer_01_02 p.bnr {margin:0; padding:0; }
#footer_01_02 p.bnr a{ width:600px; height:80px; background:url(../images/footer_bnr.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#footer_01_02 p.bnr a:hover{ background:url(../images/footer_bnr.jpg) no-repeat 0 -80px; }

#footer_02{width:875px; padding:0; margin:0; height:31px;}
#footer_02 address { text-align:center; margin:0; padding:6px 0 6px 0; line-height:1%; font-size:1%; display:block;}

/*---------- 06  Contents -----------*/

.section { padding: 0em 29px 0em 37px; clear:both; }
.section .section { padding: 0em 0px 0em 0px; clear:both; }

.center { text-align: center; }

#content h2 {
	height: 58px;
	padding: 0 0 0 32px;
	text-align:left;
	margin:0 0 23px 0;
	line-height:1%;
	font-size:1%;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin: 0px -5px 16px -5px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	margin:0 0 10px 0;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#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; }

#content a { text-decoration: underline; }

a {
	color: #4d8000;
	outline: none;
	}
a:hover { color: #fcc319; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 0 15px 7px 0;
	line-height:1%;
	font-size:1%;
	border:1px solid #999999;
	background:#999999;
	}
*:first-child+html .image_l{ margin: 0 15px 0px 0; }/* for IE7 only */
* html body .image_l{ margin: 0 12px 0px 0; }/* for IE6 only */


.image_l180 {
	float: left;
	margin: 0 15px 7px 0;
	line-height:1%;
	font-size:1%;
	background:#FFF;
	width: 180px;
	text-align: center;
	}
*:first-child+html .image_l200{ margin: 0 15px 0px 0; }/* for IE7 only */
* html body .image_l200{ margin: 0 12px 0px 0; }/* for IE6 only */


.image_l180 img{
	border:1px solid #999999;
}



.image_l1 {
	float: left;
	margin: 0 15px 0px 0;
	line-height:1%;
	font-size:1%;
	border:1px solid #999999;
	background:#999999;
	}
*:first-child+html .image_l1{ margin: 0 15px 7px 0; }/* for IE7 only */
* html body .image_l1{ margin: 0 12px 7px 0; }/* for IE6 only */

.image_l2 {
	float: left;
	margin: 0 0 0px 0;
	line-height:1%;
	font-size:1%;
	border:1px solid #999999;
	background:#999999;
	}
*:first-child+html .image_l2{ margin: 0 0 7px 0; }/* for IE7 only */
* html body .image_l2{ margin: 0 0px 0px 0; }/* for IE6 only */

.image_l3  {
	float: left;
	margin: 0 15px 6px 0;
	display:block;
	line-height:1%;
	}
	
.image_r {
	float: right;
	margin: 0 0 0px 15px;
	line-height:1%;
	font-size:1%;
	border:1px solid #999999;
	background:#999999;
	}
*:first-child+html .image_r{ margin: 0 0 0px 15px; }/* for IE7 only */
* html body .image_r{ margin: 0 0 0px 15px; }/* for IE6 only */

.image_r1 {
	float: right;
	margin: 0 0 7px 15px;
	line-height:1%;
	font-size:1%;
	border:1px solid #999999;
	background:#999999;
	}
*:first-child+html .image_r1{ margin: 0 0 0px 15px; }/* for IE7 only */
* html body .image_r1{ margin: 0 0 0px 12px; }/* for IE6 only */

.image_r2{
	float: right;
	margin: 0 0 6px 0px;
	display:block;
	line-height:1%;
	}
	
.image_b{
	display:block;
	line-height:1%;
	margin:0 auto;
	border:1px solid #999999;
	}

.case {
	margin: 0 30px 0 30px;
	background: url(../images/arrow_h.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;
	line-height:1.714em;
	margin:0;
	}

#content ul.totop {
	clear:both;
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 85px;
	height: 20px;
	list-style: none;
	float: right;
	font-size: 1%;
	line-height: 1%;
	}
#content ul.totop li a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/totop.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 #a1bd5e;
	font-size: 108%;
	line-height: 1.714em;
	color: #333;
	width:100%;
	margin:0;
	padding:0;
	}

#content table th,
#content table td {
	padding: 6px;
	border: 1px solid #a1bd5e;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 07  Index -----------*/
#index h2 {
	height: 58px;
	padding:289px 0px 12px  0;
	margin:0 30px 0 0;
	line-height:1%;
	font-size:1%;
	text-align:right;
	}

#index h2#title01{padding:0; margin:0; line-height:1%; font-size:1%; }

#index h3 {
	clear: both;
	height:55px;
	text-indent: -9999px;
	margin: 0;
	}

#index h3#title02{ background:url(../images/index_title01.jpg) 0 0 no-repeat;}
	
#index h4 {
	height: 40px;
	text-indent: -9999px;
	margin:0;
	}
#index h4#title03{ background:url(../images/index_h4.jpg) 0 0 no-repeat;}

#index .section { padding: 0em 35px 0em 32px; }
#index .bg01{background:url(../images/index_bg01.jpg) left top repeat-y;}
#index .bg02{background:url(../images/index_bg02.jpg) left bottom no-repeat ;}
#index .bg03{background:url(../images/index_bg03.jpg) left top no-repeat;}
#index .bg04{background:url(../images/index_bg04.jpg) left top repeat-y;}
#index .bg05{background:url(../images/index_bg05.jpg) left bottom no-repeat ;}
#index .bg06{background:url(../images/index_bg06.jpg) left top no-repeat ;}
#index .bg07{background:url(../images/index_map.jpg) left top no-repeat ; }

#index dl.group1 { width:614px; margin:0 0 50px 0 ; padding:0;line-height:1.714em; font-size:100%; }

#index dl.group1 dt{ 
	width:80px; 
	margin:0;
	padding:0;
	text-indent:24px;
	float:left;
	color:#734a00;
	font-weight:normal;
	}
	
#index dl.group1 dd{ 
	width:510px; 
	margin:0;
	float:right; 
	color:#333333;
	}
#index dl.group2 { width:398px; margin:0; padding:0;line-height:2em; font-size:93%; line-height:2em; }

#index dl.group2 dt{ 
	width:67px;
	text-indent:16px;
	line-height:2em;
	float:left;
	font-size:93%;
	color:#734a00;
	font-weight:normal;
	}
	
#index dl.group2 dd{ 
	width:318px; 
	margin:0;
	float:right;
	font-size:93%;
	line-height:2em; 
	color:#333333;
	}
#index dl.group2 dd.01{ 
	float:right; 
	margin-left:80px;
	font-size:93%;
	line-height:2em;
	}

#index .alpha1{float:left; width:136px;margin:0;}
#index .beta1{float:right; width:478px;}

#index .alpha2{float:left; width:398px;margin:0;}
#index .beta2{float:left; width:181px; margin-top:19px;}

#index p.title1{padding:0; line-height:1%; font-size:1%; margin:12px 0 0 0; display:block; text-align:left;}
#index p.title2{padding:6px 0 18px 7px; margin:0; line-height:1%; font-size:1%; display:block; text-align:left;}
#index p.text01{padding:5px 12px 10px 27px; margin:0; text-align:left;}
#index p.schedule1{padding:5px 0 8px 11px; text-align:left; line-height:1%; font-size:1%;}
#index p.schedule2{padding:0 0 14px 16px; text-align:left; line-height:1%; font-size:1%;}

#index .access {margin:0; padding:8px 0 153px 6px; width:85px; height:20px;}
#index .access a{ width:85px; height:20px; background:url(../images/index_button.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#index .access a:hover{ background:url(../images/index_button.jpg) no-repeat 0 -20px; width:85px; height:20px; }

/*---------- 08  Concept  -----------*/
#concept h3#title02{ background:url(../images/concept_h3-01.jpg) 0 0 no-repeat;}
#concept h3#title03{ background:url(../images/concept_h3-02.jpg) 0 0 no-repeat;}
#concept h4#title04{ background:url(../images/concept_h4-01.jpg) 0 0 no-repeat;}

#concept dl.group3 { width:360px; margin:0; padding:0;line-height:1.714em; font-size:108%; border: }

#concept dl.group3 dt{ 
	width:90px; 
	margin:0;
	padding:0;
	float:left;
	color:#734a00;
	text-indent:12px;
	font-weight:normal;
	}
	
#concept dl.group3 dd{ 
	width:258px; 
	margin:0;
	float:right; 
	color:#333333;
	}

*html #concept dl.group3 dd{ 
	width:268px; 
	margin:0;
	float:right; 
	color:#333333;
	}

#concept .alpha3{float:right; margin:0; width:380px;}
#concept .beta3{float:left; margin:0; } 

/*---------- 09  Access  -----------*/
#access h3#title02{ background:url(../images/access_h3-01.jpg) 0 0 no-repeat;}
#access h3#title03{ background:url(../images/access_h3-02.jpg) 0 0 no-repeat;}

#map {
	width: 470px;
	height: 400px;
	display:block;
	margin:0;
	padding:0;
	border:1px #999999 solid;
	float:left;
}

#access .box_faci{
/*	border: 1px solid #00FF00;*/
	margin: 0 0 15px 15px;
	width: 550px;
}


.cb01{ color: #719e39; font-size: 16px; font-weight: bold;}


/*---------- 10  Treatment  -----------*/
#treatment h3#title02{ background:url(../images/treatment_h3-01.jpg) 0 0 no-repeat;}
#treatment h4#title03{ background:url(../images/treatment_h4-01.jpg) 0 0 no-repeat;}
#treatment h4#title04{ background:url(../images/treatment_h4-02.jpg) 0 0 no-repeat;}
#treatment h4#title05{ background:url(../images/treatment_h4-03.jpg) 0 0 no-repeat;}
#treatment h4#title06{ background:url(../images/treatment_h4-04.jpg) 0 0 no-repeat;}
#treatment h4#title07{ background:url(../images/treatment_h4-05.jpg) 0 0 no-repeat;}
#treatment h4#title08{ background:url(../images/treatment_h4-06.jpg) 0 0 no-repeat;}
#treatment h4#title09{ background:url(../images/treatment_h4-07.jpg) 0 0 no-repeat;}
#treatment h4#title10{ background:url(../images/treatment_h4-08.jpg) 0 0 no-repeat;}
#treatment h4#title11{ background:url(../images/treatment_h4-09.jpg) 0 0 no-repeat;}

/*---------- 11  Recruit  -----------*/
#recruit h3#title02{ background:url(../images/recruit_h3-01.jpg) 0 0 no-repeat;}
#recruit h4#title03{ background:url(../images/recruit_h4-01.jpg) 0 0 no-repeat;}

/*---------- 12  General -----------*/
#general h3#title02{ background:url(../images/general_h3-01.jpg) 0 0 no-repeat;}
#general h4#title03{ background:url(../images/general_h4-01.jpg) 0 0 no-repeat;}
#general h3#title04{ background:url(../images/general_h3-02.jpg) 0 0 no-repeat;}
#general h3#title05{ background:url(../images/general_h3-03.jpg) 0 0 no-repeat;}
#general h4#title06{ background:url(../images/general_h4-02.jpg) 0 0 no-repeat;}

/*---------- 13  Child  -----------*/
#child h3#title02{ background:url(../images/child_h3-01.jpg) 0 0 no-repeat;}
#child h4#title03{ background:url(../images/child_h4-01.jpg) 0 0 no-repeat;}
#child h4#title04{ background:url(../images/child_h4-02.jpg) 0 0 no-repeat;}
#child h4#title05{ background:url(../images/child_h4-03.jpg) 0 0 no-repeat;}

/*---------- 14  Prevent  -----------*/
#prevent h3#title02{ background:url(../images/prevent_h3-01.jpg) 0 0 no-repeat;}
#prevent h4#title03{ background:url(../images/prevent_h4-01.jpg) 0 0 no-repeat;}

/*---------- 15  Perio  -----------*/
#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 h3#title04{ background:url(../images/perio_h3-02.jpg) 0 0 no-repeat;}
#perio h4#title05{ background:url(../images/perio_h4-02.jpg) 0 0 no-repeat;}

/*---------- 16  Esthe  -----------*/
#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;}
#esthe h3#title05{ background:url(../images/esthe_h3-02.jpg) 0 0 no-repeat;}
#esthe h4#title06{ background:url(../images/esthe_h4-03.jpg) 0 0 no-repeat;}
#esthe h4#title07{ background:url(../images/esthe_h4-04.jpg) 0 0 no-repeat;}

#esthe .alpha4{float:left; margin:0; padding:0; width:202px;}
#esthe .beta4{float:right; margin:0; padding:0; width:370px;}

/*---------- 17  Denture -----------*/
#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 h4#title04{ background:url(../images/denture_h4-02.jpg) 0 0 no-repeat;}
#denture h3#title05{ background:url(../images/denture_h3-02.jpg) 0 0 no-repeat;}
#denture h4#title06{ background:url(../images/denture_h4-03.jpg) 0 0 no-repeat;}

/*---------- 18  Implant -----------*/
#implant h3#title02{ background:url(../images/implant_h3-01.jpg) 0 0 no-repeat;}
#implant h4#title03{ background:url(../images/implant_h4-01.jpg) 0 0 no-repeat;}
#implant h4#title04{ background:url(../images/implant_h4-02.jpg) 0 0 no-repeat;}
#implant h3#title05{ background:url(../images/implant_h3-02.jpg) 0 0 no-repeat;}
#implant h4#title06{ background:url(../images/implant_h4-03.jpg) 0 0 no-repeat;}
#implant h4#title07{ background:url(../images/implant_h4-04.jpg) 0 0 no-repeat;}
#implant h3#title08{ background:url(../images/implant_h3-03.jpg) 0 0 no-repeat;}
#implant h4#title09{ background:url(../images/implant_h4-05.jpg) 0 0 no-repeat;}
#implant h4#title10{ background:url(../images/implant_h4-06.jpg) 0 0 no-repeat;}

/*---------- 19  Bite  -----------*/
#bite h3#title02{ background:url(../images/bite_h3-01.jpg) 0 0 no-repeat;}
#bite h4#title03{ background:url(../images/bite_h4-01.jpg) 0 0 no-repeat;}
#bite h4#title04{ background:url(../images/bite_h4-02.jpg) 0 0 no-repeat;}
#bite h3#title05{ background:url(../images/bite_h3-02.jpg) 0 0 no-repeat;}
#bite h4#title06{ background:url(../images/bite_h4-03.jpg) 0 0 no-repeat;}
#bite h4#title07{ background:url(../images/bite_h4-04.jpg) 0 0 no-repeat;}
#bite h4#title08{ background:url(../images/bite_h4-05.jpg) 0 0 no-repeat;}
#bite h4#title09{ background:url(../images/bite_h4-06.jpg) 0 0 no-repeat;}
#bite .alpha5{float:left; margin:0; padding:0; width:252px;}
#bite .beta5{float:right; margin:0; padding:0; width:348px;}

.mar_b0 { margin: 0; padding:0; }
.mar_b10 { margin-bottom: 10px; }
.mar_b15 { margin-bottom: 15px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b28 { margin-bottom: 28px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b35 { margin-bottom: 35px; }
.margin_l16{margin-left:16px;}

.bg_01{background:#f3fbe6;}
.bg_02{background:#f3fbe6 url(../images/bg_green.jpg) right bottom no-repeat; border:1px solid #a1bd5e; padding:7px 10px 7px 10px; }
.bg_03{background:#faefbf url(../images/bg_orange.jpg) right bottom no-repeat; border:1px solid #dbb000; padding:5px 12px; }
.bg_04{background:#faefbf ; }

.text_bold{font-weight:bold; color:#579c2b;}
.text_bold1{font-weight:bold; }
#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
.text_right { text-align: right; }

#content .icon_01{background:url(../images/icon_01.jpg) 0 0px no-repeat;color:#579c2b; font-weight:bold; padding:0 0 0 25px;}
#content .icon_02{background:url(../images/icon_02.jpg) 0 0px no-repeat; color:#579c2b; font-weight:bold; padding:0 0 0 25px;}

#content ul.ul01 {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content ul.ul01 li {
	list-style: none;
	line-height:1.714em;
	background: url(../images/icon_02.jpg) 0 3px no-repeat;
	padding-left: 25px;
	}

.w_120{width:120px;}
.w_230{width:230px;}
.w_290{width:290px;}



/*tiny*/

#news_tiny {
	width: 585px;
	height:100px;
	margin: 0 0 15px 5px;
	padding: 5px 0;
	overflow: auto;
}

#news_tiny table{
	width: 565px;
	border: none;
}

#news_tiny table th,
#news_tiny table td{
	border: none;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 5px 5px 0px;
}

#news_tiny table td.tn_date{
	color: #734a00;
	width: 90px;
	vertical-align: top;
}

#news_tiny a{
	background: none;
}

.red{
	color:red;
}
