@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  Menu                        */
/*                 11  General                     */
/*                 12  Perio                       */
/*                 13  Esthe                       */
/*                 14  Surgery                     */
/*                 15  Cleaning                    */
/*                 16  White                       */
/*                 17  Massage                     */
/*                 18  Recruit                     */
/*                 19  Fmail                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Dark Green     #f0e9d0     */
/*        Main Color - Dark Brown     #492400     */
/*        Main Color - Orange         #e19133     */
/*                                                 */
/*        Sub Color  - Cream          #fee7b9     */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   11px      91.66%              */
/*                   12px      100%                */
/*                   14px      116.66%             */
/*                   16px      114.28%             */

/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { margin: 0; background: url(../images/body_bg01.jpg) left top repeat-x; color:#333; }
#container { margin: 0; background: url(../images/body_bg02.jpg) left bottom repeat-x; }

select, input, textarea { color:#333; }

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#index #main {
	clear: both;
	margin: 0 ;
	background: url(../images/index_main_bg.jpg) 0 0 no-repeat;
	}
#main {
	clear: both;
	margin: 0 ;
	background: url(../images/main_bg.jpg) 0 0 no-repeat;
	}

#content {
	margin: 0 37px 0 0;
	width: 663px;
	float: right;
	font-size: 100%;
	display: inline;
	}

#content .content_bg_t { background:url(../images/content_bg01.jpg) 0 0 no-repeat; padding-top: 12px; }
#content .content_bg_b { background:url(../images/content_bg03.jpg) left bottom no-repeat; }
#content .content_bg { background:url(../images/content_bg02.jpg) 0 0 repeat-y; margin-bottom: 20px; }

.img { margin: 0; padding: 0; line-height: 1%; display: block;}

/*---------- 03  Header -----------*/
	
#index #header {
	clear: both;
	margin: 0 ;
	padding: 0;
	width: 980px;
	height: 391px;
	background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
	}
	
#header {
	clear: both;
	margin: 0 ;
	padding: 0;
	width: 980px;
	height: 391px;
	background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
	}
		
#header #header01 {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 100px;	
	}
	
#header #header01 #header01_01 {
	margin: 0;
	padding: 0;
	width: 350px;
	height: 100px;
	float: left;
	}
	
h1 {
	margin: 0 0 0 82px;
	padding: 0 ;
	width: 260px;
	height: 65px;
	}
h1 a {
	text-indent: -9999px;
	display: block;
	width: 260px;
	height: 65px;
	background: url(../images/header_logo.jpg) 0 0 no-repeat;
	}

#header #header01 #header01_01 p.header_text {
	margin: 0;
	padding: 7px 0 0 156px;
	font-size: 90%;
	line-height: 1em;
	color:#FFF;
	font-family: "ＭＳ Ｐゴシック";
	}
		
#header #header01 #header01_02 {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100px;
	float: right;
	}
#header #header01 #header01_02 p.header_tel {
	margin: 0 0 0 35px;
	padding: 30px 30px 0 5px;
	line-height: 1%;
	display: block;
	}

#index #header #header02 {
	margin: 0 ;
	padding: 0;
	width: 980px;
	height: 291px;
	}	

#header #header02 {
	margin: 0 ;
	padding: 0;
	width: 980px;
	height: 201px;
	}	

#header #header02 p.main_img {
	margin: 0 ;
	padding: 99px 15px 0 0;
	float: right;
	line-height: 1%;
	display: block;
	}	
#header #header02 p.main_img2 {
	margin: 0 ;
	padding: 60px 15px 0 0;
	float: right;
	line-height: 1%;
	display: block;
	}	

#header #header02 #header02_01 {
	margin: 0 ;
	padding: 0;
	width: 595px;
	height: 291px;
	float: left;
	}	

#header #header02 #header02_02 {
	margin: 0 ;
	padding: 0;
	width: 284px;
	height: 291px;
	float: right;
	}	
	
#header #header02 #header02_02 #item {
	margin: 10px 10px 0 9px;
	padding: 0;
	width: 250px;
	}	

#header #header02 #header02_02 ul#header_nav {
	margin: 10px 34px 0 0;
	padding: 0 ;
	width: 250px;
	list-style: none;
	}

#header #header02 #header02_02 ul#header_nav li {
	width: 250px;
	height: 40px;
	list-style: none;
	}
#header #header02 #header02_02 ul#header_nav li a {
	text-indent: -9999px;
	display: block;
	width: 250px;
	height: 40px;
	
	}
#nav01, #nav02, #nav03, #nav04 { margin-bottom: 10px; }
#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat;  }
#nav02 a { background: url(../images/header_nav.jpg) 0 -50px no-repeat;  }
#nav03 a { background: url(../images/header_nav.jpg) 0 -100px no-repeat;  }
#nav04 a { background: url(../images/header_nav.jpg) 0 -150px no-repeat;  }
#nav05 a { background: url(../images/header_nav.jpg) 0 -200px no-repeat;  }

/*----------04  Navigation -----------*/

#nav {
	margin: 0 0 0 41px ;
	padding: 1px 0 55px 0;
	width: 220px;
	float: left;
	display: inline;
	background: url(../images/nav_bg.jpg) left bottom repeat-x;
	}

#nav ul {
	margin: 0 0 17px 0;
	padding: 0 ;
	list-style: none;
	}
#nav .internal li {
	list-style: none;
	text-indent: -9999px;
	width: 220px;
	font-size: 1%;
	line-height: 1%;
	}

#nav .internal li a {
	display: block;
	width: 220px;
	font-size: 1%;
	line-height: 1%;
	}

#nav06 { margin-bottom: 10px; }
#nav07 { margin-bottom: 11px; }

#nav10, #nav16 { margin-bottom: 15px; }

#nav06 a { background: url(../images/nav.jpg) 0 0 no-repeat; height: 60px; }
#nav07 a { background: url(../images/nav.jpg) 0 -70px no-repeat; height: 40px; }
#nav08 { background: url(../images/nav.jpg) 0 -121px no-repeat; height: 45px; }
#nav09 a { background: url(../images/nav.jpg) 0 -166px no-repeat; height: 41px; }
#nav10 a { background: url(../images/nav.jpg) 0 -207px no-repeat; height: 40px; }
#nav11 { background: url(../images/nav.jpg) 0 -262px no-repeat; height: 45px; }
#nav12 a { background: url(../images/nav.jpg) 0 -307px no-repeat; height: 41px; }
#nav13 a { background: url(../images/nav.jpg) 0 -348px no-repeat; height: 41px; }
#nav14 a { background: url(../images/nav.jpg) 0 -389px no-repeat; height: 41px; }
#nav15 a { background: url(../images/nav.jpg) 0 -430px no-repeat; height: 41px; }
#nav16 a { background: url(../images/nav.jpg) 0 -471px no-repeat; height: 40px; }
#nav17 { background: url(../images/nav.jpg) 0 -526px no-repeat; height: 45px; }
#nav18 a { background: url(../images/nav.jpg) 0 -571px no-repeat; height: 41px; }
#nav19 a { background: url(../images/nav.jpg) 0 -612px no-repeat; height: 41px; }
#nav20 a { background: url(../images/nav.jpg) 0 -653px no-repeat; height: 40px; }

#nav06 a:hover { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -70px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -166px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -207px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -220px -307px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -220px -348px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -220px -389px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -220px -430px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -220px -471px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -220px -571px no-repeat; }
#nav19 a:hover { background: url(../images/nav.jpg) -220px -612px no-repeat; }
#nav20 a:hover { background: url(../images/nav.jpg) -220px -653px no-repeat; }

#nav p { text-align: center; }

.nav_recruit {
	margin: 0 ;
	padding: 0 0 10px 0 ;
	width: 220px;
	height: 60px;
	}
.nav_recruit a {
	margin: 0;
	width: 220px;
	height: 60px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav01.jpg) 0 0 no-repeat;
	}
.nav_recruit a:hover {
	background: url(../images/nav01.jpg) 0 -60px no-repeat;
	}

.nav_contact {
	margin: 0 ;
	padding: 0 ;
	width: 220px;
	height: 60px;
	}
.nav_contact a {
	margin: 0;
	width: 220px;
	height: 60px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav02.jpg) 0 0 no-repeat;
	}
.nav_contact a:hover {
	background: url(../images/nav02.jpg) 0 -60px no-repeat;
	}

.nav_contact_01 {
	margin: 10px 0 0 0  ;
	padding: 0 ;
	width: 220px;
	height: 60px;
	}
.nav_contact_01 a {
	margin: 0;
	width: 220px;
	height: 60px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav03.jpg) 0 0 no-repeat;
	}
.nav_contact_01 a:hover {
	background: url(../images/nav03.jpg) 0 -60px no-repeat;
	}

.access_btn {
	margin: 0 10px ;
	padding: 0 ;
	width: 170px;
	height: 22px;
	}
.access_btn a {
	margin: 0;
	width: 170px;
	height: 22px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/acc_btn.jpg) 0 0 no-repeat;
	}
.access_btn a:hover {
	background: url(../images/acc_btn.jpg) 0 -22px no-repeat;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 ;
	margin: 0 ;
	font-size: 100%;
	width: 930px;
	height: 167px;
	text-align: left;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover { text-decoration: underline; }

#footer #footer01 { 
	margin: 0 40px 17px;
	width: 900px;
	height: 120px;
	}
	
#footer #footer01 #footer01_01 { 
	margin: 0;
	width: 400px;
	height: 120px;
	float: left;
	background:#FFCC33;
	}

#footer #footer01 #footer01_01 #footer01_01_01 { 
	padding: 10px;
	float: left;
	}
#footer #footer01 #footer01_01 #footer01_01_02 { 
	padding: 10px 10px 10px 0;
	float: right;
	}
#footer #footer01 #footer01_01 #footer01_01_02 p.qr_code {
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 91.66%;
	line-height: 1.4em;
	color:#000;
	}

#footer #footer01 #footer01_02 { 
	margin: 0;
	width: 480px;
	float: right;
	}

.footer_ban {
	margin: 0 ;
	padding: 8px 0 0 0 ;
	width: 480px;
	height: 72px;
	}
.footer_ban a {
	margin: 0;
	width: 480px;
	height: 72px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	display: block;
	background: url(../images/footer03.jpg) 0 0 no-repeat;
	}
.footer_ban a:hover {
	background: url(../images/footer03.jpg) 0 -72px no-repeat;
	}

#footer #footer02 { 
	margin: 0 310px ;
	width: 360px;
	height: 30px;
	}

#footer #footer02 address {
	margin: 0 ;
	padding: 0 ;
	height: 30px;
	}
#footer #footer02 address img {
	margin: 0 ;
	padding: 0 ;
	height: 30px;
	line-height: 1%;
	display: block;
	}
		
/*---------- 06  Contents -----------*/

.section { padding: 0 30px 0 55px;  }
.section .section { padding: 0 0 0 17px; }
.seg { padding: 0 ; }
.seg2 { padding: 0 0 0 17px ; }
.seg3 { padding: 0 10px 0 38px ; }

.section .section .section { padding: 0 10px ; }
.center { text-align: center; }

#content h2 {
	margin: 0 0 55px 20px;
	padding: 0 0 0 0;
	height: 70px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	margin: 0 -26px 10px -17px;
	height: 55px;
	text-indent: -9999px;
	}
#content h4 {
	clear: both;
	margin: 0 0 6px -17px;
	height: 41px;
	text-indent: -9999px;
	}

#concept #content h5, #white #content h5 {
	margin: 0 0 0 -10px;
	padding: 3px 0 0 25px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	color:#628300;
	background: url(../images/icon01.jpg) 0 2px no-repeat;
	}
	
#content h5 {
	margin: 0 0 9px -10px;
	padding: 3px 0 0 25px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	color:#628300;
	background: url(../images/icon03.jpg) 0 2px no-repeat;
	}
		
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content ul li {
	list-style: none;
	background: url(../images/icon02.jpg) 0 5px no-repeat;
	padding-left: 15px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #d97500;
	outline: none;
	}
a:hover { color: #fcaf17; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_b {
	margin: 0 ;
	line-height: 1%;
	display: block;
	background:#fff;
	border: 1px solid #c7b38c;
	padding: 1px;
}

.image_l {
	margin: 0 20px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	background:#fff;
	border: 1px solid #c7b38c;
	padding: 1px;

	}
* html body .image_l { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l1 {
	margin: 0 20px 0 0;
	float: left;
	line-height: 1%;
	display: block;
	background:#fff;
	border: 1px solid #c7b38c;
	padding: 1px;
	}
*:first-child+html .image_l1 { margin: 0 20px -0.5em 0 ; } /*  for IE7 only */
* html body .image_l1 { margin: 0 17px -0.5em 0 ; } /*  for IE6 only */

.image_r {
	margin: 0 0 0 20px ;
	float: right;
	line-height: 1%;
	display: block;
	background:#fff;
	border: 1px solid #c7b38c;
	padding: 1px;
	}
* html body .image_r { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r1 {
	margin: 0 0 0 20px ;
	float: right;
	line-height: 1%;
	display: block;
	background:#fff;
	border: 1px solid #c7b38c;
	padding: 1px;
	}
*:first-child+html .image_r1 { margin: 0 0 -0.5em 20px ; } /*  for IE7 only */
* html body .image_r1 { margin: 0 0 -0.5em 17px ; } /*  for IE6 only */

.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center 65px no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	color:#d97500;
	text-align: center;
	}

#content ul.totop {
	clear: both;
	margin: 0 27px 23px 0;
	padding: 0;
	height: 20px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 100px;
	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/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 {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #dfca9e;
	font-size: 100%;
	line-height: 1.5em;
	width: 100%;
	}
#content table th,
#content table td {
	padding: 7px 8px;
	border: 1px solid #dfca9e;
	}

#content table td.bg01 {
	color: #d97500;
	background: url(../images/td_01.jpg) 0 0 repeat-x;
	}
#content table td.bg02 {
	color: #d97500;

	background: #f6f1e6;
	}
#content table td.bg03 {
	background: #faf9f9;
	}

#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}
		
/*---------- 07  Index -----------*/

.index01 { margin: 0 0 5px 0; padding: 1px 18px 0 18px; }

.index02 { margin: 0 21px 14px 22px; background:url(../images/index_img03.jpg) 0 0 no-repeat; }

.news_bg { border: 1px solid #fcaf17; background:#FFF; margin: 0 8px; height: 80px; overflow: auto; }
.news_scroll {
	margin: 0 ;
	border-collapse: collapse ;
	padding: 0;
	height: 100px;
	overflow-y:scroll;
	overflow-x: hidden;
	}
.news { margin: 0; padding: 0; }

#index .news_bg table { border: none;}
#index .news_bg table td { border: none;}

.index03 { margin: 0 21px 33px 22px; }

.index03_01 { margin: 0 10px 0 0 ;background: url(../images/index_img06.jpg) 0 0 no-repeat; width: 200px; height: 160px; cursor:pointer; color:#492A15; float: left; }
#index .index03_01 a { color:#492A15; text-decoration: none; }

.index03_01_hover { margin: 0 10px 0 0 ;background: url(../images/index_img06.jpg) 0 -160px no-repeat; width: 200px; height: 160px; cursor: pointer; color:#492A15; }
#index .index03_01_hover a { color:#492A15; text-decoration: none; }

.index03_02 { margin: 0 10px 0 0 ;background: url(../images/index_img07.jpg) 0 0 no-repeat; width: 200px; height: 160px; cursor:pointer; color:#492A15; float: left; }
#index .index03_02 a { color:#492A15; text-decoration: none; }

.index03_02_hover { margin: 0 10px 0 0;background: url(../images/index_img07.jpg) 0 -160px no-repeat; width: 200px; height: 160px; cursor: pointer; color:#492A15; }
#index .index03_02_hover a { color:#492A15; text-decoration: none; }

.index03_03 { margin: 0 ;background: url(../images/index_img08.jpg) 0 0 no-repeat; width: 200px; height: 160px; cursor:pointer; color:#492A15; float: right; }
#index .index03_03 a { color:#492A15; text-decoration: none; }

.index03_03_hover { margin: 0 ;background: url(../images/index_img08.jpg) 0 -160px no-repeat; width: 200px; height: 160px; cursor: pointer; color:#492A15; }
#index .index03_03_hover a { color:#492A15; text-decoration: none; }

.index04 { margin: 0 38px 20px 35px; }

.index05 { margin: 0 21px 20px 22px; background:url(../images/index_img09.jpg) 0 0 repeat-x; padding: 11px 20px 7px 12px }
.index05_01 { margin: 0 20px 0 0; float: left; width: 303px; }
.index05_02 { margin: 47px 0 0 0; float: right; width: 260px; }

#index dl { margin: 0 0 0 14px; padding: 0; width: 289px; line-height: 2em; }
#index dl dt { margin: 0; padding: 0; float: left; width: 69px; font-weight: normal; color:#705715; }
#index dl dd { margin: 0; padding: 0; float: right; width: 220px; font-weight: normal; }
#index dl dd.dd01 { margin: 0 0 0 69px;  }

/*---------- 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; }
#concept h4#title03 { background: url(../images/concept_h4-01.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-02.jpg) 0 0 no-repeat; margin: 0 0 0 0; }

#concept dl { margin: 0 ; padding: 0; width: 340px; }
#concept dl dt { margin: 0; padding: 0; float: left; width: 100px; font-weight: normal; color:#705715; }
#concept dl dd { margin: 0; padding: 0; float: right; width: 240px; font-weight: normal; }
#concept dl dd.dd01 { margin: 0 0 0 100px;  }

/*---------- 09  Access -----------*/

#access h2#title01 { background: url(../images/access_h2.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access h4#title04 { 
  border-left: #fee8b9 5px solid;
  padding-left: 7px;
  font-weight: bold;
  line-height: 1.5em;
  color: #553621;
  text-indent: 0;
  height: 20px;
  margin: 0 0 5px 5px;
  font-size: 130%;
}

/*---------- 10  Menu -----------*/

#menu h2#title01 { background: url(../images/menu_h2.jpg) 0 0 no-repeat; }
#menu h3#title02 { background: url(../images/menu_h3-01.jpg) 0 0 no-repeat; }
#menu h4#title03 { background: url(../images/menu_h4-01.jpg) 0 0 no-repeat; }
#menu h4#title04 { background: url(../images/menu_h4-02.jpg) 0 0 no-repeat; }
#menu h4#title05 { background: url(../images/menu_h4-03.jpg) 0 0 no-repeat; }
#menu h4#title06 { background: url(../images/menu_h4-04.jpg) 0 0 no-repeat; }
#menu h4#title07 { background: url(../images/menu_h4-05.jpg) 0 0 no-repeat; }
#menu h4#title08 { background: url(../images/menu_h4-06.jpg) 0 0 no-repeat; }
#menu h4#title09 { background: url(../images/menu_h4-07.jpg) 0 0 no-repeat; }

.link { float: right; text-align: right; line-height:12px; }
.link a { background: url(../images/icon04.jpg) 0 0 no-repeat; padding-left: 20px; line-height:12px;}
.link a:hover { background: url(../images/icon04.jpg) 0 -15px no-repeat;  }

/*---------- 11  General -----------*/

#general h2#title01 { background: url(../images/general_h2.jpg) 0 0 no-repeat; }
#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; margin:0; }
#general h4#title04 { background: url(../images/general_h4-02.jpg) 0 0 no-repeat; }
#general h3#title05 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general h3#title07 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-04.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; margin: 0; }
#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; }
#perio h3#title06 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }

/*---------- 13  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;}

/*---------- 14  Surgery -----------*/

#surgery h2#title01 { background: url(../images/surgery_h2.jpg) 0 0 no-repeat; }
#surgery h3#title02 { background: url(../images/surgery_h3-01.jpg) 0 0 no-repeat; }
#surgery h4#title03 { background: url(../images/surgery_h4-01.jpg) 0 0 no-repeat; margin: 0;}
#surgery h4#title04 { background: url(../images/surgery_h4-02.jpg) 0 0 no-repeat;  }

/*---------- 15  Cleaning -----------*/

#cleaning h2#title01 { background: url(../images/cleaning_h2.jpg) 0 0 no-repeat; }
#cleaning h3#title02 { background: url(../images/cleaning_h3-01.jpg) 0 0 no-repeat; }
#cleaning h4#title03 { background: url(../images/cleaning_h4-01.jpg) 0 0 no-repeat; }
#cleaning h4#title04 { background: url(../images/cleaning_h4-02.jpg) 0 0 no-repeat; }

/*---------- 16  White -----------*/

#white h2#title01 { background: url(../images/white_h2.jpg) 0 0 no-repeat; }
#white h3#title02 { background: url(../images/white_h3-01.jpg) 0 0 no-repeat; }
#white h4#title03 { background: url(../images/white_h4-01.jpg) 0 0 no-repeat; }

#white .alpha { float: left; }
#white .beta { float: right; }

#white #content ul.ul01 li {
	margin: 0 0 0 15px;
	list-style: none;
	background: url(../images/icon02.jpg) 0 5px no-repeat;
	padding-left: 15px;
	}

/*---------- 17  Massage -----------*/

#massage h2#title01 { background: url(../images/massage_h2.jpg) 0 0 no-repeat; }
#massage h3#title02 { background: url(../images/massage_h3-01.jpg) 0 0 no-repeat; }
#massage h4#title03 { background: url(../images/massage_h4-01.jpg) 0 0 no-repeat; margin: 0 0 10px -17px; }

.massage_bg { margin: 0 0 20px 0; background:#fff; border:1px solid #dfca9e; }
.massage_step { margin:0; padding:0; height:30px; background:url(../images/td_01.jpg) repeat-x 0 0; color:#d97500; line-height:30px; }
.massage_step span { width: 20px; font-weight:bold; font-size:100%; display:inline-block; margin-left:15px; line-height:30px;}

/*---------- 18  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; }
#recruit h4#title03 { background: url(../images/recruit_h4-01.jpg) 0 0 no-repeat; margin: 0 0 10px -17px; }

#recruit table table { margin: 0; padding: 0; border: none; }
#recruit table table td { margin: 0; padding: 0; border: none; }

/*---------- 19  Fmail -----------*/

#fmail h2#title01 { background: url(../images/fmail_h2.jpg) 0 0 no-repeat; }
#fmail h3#title02 { background: url(../images/fmail_h3-01.jpg) 0 0 no-repeat; margin: 0 -10px 0 0; }
#fmail h4#title03 { background: url(../images/fmail_h4-01.jpg) 0 0 no-repeat; }

#fmail table { margin: 0; width: 600px; }
.cent { margin:0; width: 600px; }
option { margin: 0 0 0 10px; }

.alpha { float: left; }
.beta { float: right; }
.alpha1 { float: left; width: 179px; }
.beta1 { float: right; width: 375px; }

.marb20 { margin-bottom: 20px;}

/*---------- Margin - Padding -----------*/

.m0 { margin: 0; }
.mar_b5 { margin-bottom: 5px; }
.mar_b10 { margin-bottom: 10px; }
.mar_b13 { margin-bottom: 13px; }
.mar_b19 { margin-bottom: 19px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b23 { margin-bottom: 23px; }
.mar_b25 { margin-bottom: 25px; }
.mar_b28 { margin-bottom: 28px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b35 { margin-bottom: 35px; }
.mar_b40 { margin-bottom: 40px; }

.mar_lr191 { margin-left: 191px ; margin-right: 191px; }
.mar_l10 { margin-left: 10px; }

.pad_lr15 { padding-left: 15px ; padding-right: 15px; }
.pad01 { padding: 161px 0 0 54px; }
.pad02 { padding: 0 0 0 64px; }
.pad03 { padding: 30px 0 8px 57px; }
.pad04 { padding: 10px 10px 10px 10px; }
.pad05 { padding: 8px 10px 0 10px; }
.pad06 { padding: 8px 10px 10px 10px; }
.pad07 { padding: 2px 8px 0 10px; }

/*---------- Text -----------*/

.text_bold { font-weight: bold; }
.text_right { text-align: right; }
.text_red { color:#F00; }
.text01 { margin: 0; padding:70px 10px 0 16px; font-size: 100%; color:#492A15; line-height: 1.333em; }
.text02 { color:#628300; font-weight: bold; }

.bg_h5 { background:#e7f5c9; }
.bg_white { background:#fff; padding: 2px 10px 5px; }

/*---------- Width -----------*/

.w_55 { width: 55px; }
.w_70 { width: 70px; }
.w_80 { width: 80px; }
.w_90 { width: 90px; }
.w_379 { width: 379px; }
.w_354 { width: 354px; }
.w_324 { width: 324px; }
.w_421 { width: 404px; }
.w_280 { width: 280px; }

