@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  Concept                     */
/*                 11  Access                      */
/*                 12  Beside                      */
/*                 13  Shinryo                     */
/*                 14  General                     */
/*                 15  Shishuu                     */
/*                 16  Breath                      */
/*                 17  Prevent                     */
/*                 18  Root                        */
/*                 19  Implant                     */
/*                 20  Implant2                    */
/*                 21  gishi                       */
/*                 22  Ortho                       */
/*                 23  Esthe                       */
/*                 24  White                       */
/*                 25  Houmon                      */
/*                 26  Cost                        */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Brown          #633b01      */
/*        Main Color - Light Brown    #d59758      */
/*        Main Color - Fresh grey     #ddd6bb      */
/*                                                 */
/*        Sub Color  - Orange  #ff7f00             */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #f2eed9 }

#wrapper {
	background: #fcfaf5;
	width: 910px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 650px;
	float: right;
	font-size: 100%;
	line-height: 1.5em;
	color: #000;
	}


/*---------- 03  Header -----------*/

#index #header {
	background: url(../images/index_header_bg.jpg) left top no-repeat;
	height:539px;
	width:910px;
	margin: 0 0 16px 0;
	padding: 0;
	}

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 400px;
	width: 910px;
	margin: 0 0 16px 0;
	padding: 0;
	}
	
#header_01{
	height:230px;
	padding:0;
	margin:0 16px 0 20px;
	width:874px;
	}

#header_01_01{
	float:left;
	padding:0;
	margin:0;
	width:674px;
	}

h1 {
	width: 304px;
	height: 69px;
	padding:0;
	line-height:1.0;
	margin:45px 0 0 0;
	position:relative;
	}
h1 a {
	display: block;
	text-indent: -9999px;
	width:304px;
	height: 69px;
	padding:0;
	background: url(../images/logo1.jpg) 0 0 no-repeat;
	}

#index h1 a {
	display: block;
	text-indent: -9999px;
	width:304px;
	height: 69px;
	padding:0;
	background: url(../images/logo1.jpg) 0 0 no-repeat;
	}

#index h1 {
	width: 304px;
	height: 69px;
	padding:0;
	line-height:1.0;
	margin:45px 0 0 0;
	position:relative;
	}
#index h1 a {
	display: block;
	text-indent: -9999px;
	width:304px;
	height: 69px;
	padding:0;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}

#header_01_01 p.text_header{
	color:#000;
	font-size:100%;
	line-height:1.6363em;
	margin:-110px 0 0 0;
	text-align:left;
	padding:15px 0 0 0;
	position:relative;
}
#header_01_02 {
	padding:16px 0 0 0;
	margin:0;
	width:200px;
	height:70px;
	float:right;
	}

#header_01_02 p.tel{
	padding:0;
	margin:0;
	width:200px;
	height:70px;
	line-height:1%;
	display:block;
	font-size:1%;
	}
#index #header_02{
	height:90px;
	padding:116px 0 44px 34px;
	margin:0;
	width:876px;
	}

#header_02{
	height:70px;
	padding:0px 0 40px 34px;
	margin:0;
	width:876px;
	text-align:left;
	}

#header_02 p.main_img{
	padding:0;
	margin:0;
	line-height:1%;
	font-size:1%;
	display:block;
	}

#header_03{
	height:54px;
	padding:0 0 5px 0;
	margin:0 10px 0 10px;
	width:890px;
	}
	
#header_nav {
	margin:0;
	padding: 0;
	list-style: none;
	width: 890px;
	height: 54px;
}

#header_nav ul{padding:0; margin:0;}

#header_nav li {
	height:54px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height:54px;
	text-indent:-9999px;
	}
#nav01 a { background:url(../images/header_nav.jpg) 0 0 no-repeat; width:179px; }
#nav02 a { background:url(../images/header_nav.jpg) -179px 0 no-repeat; width:176px; }
#nav03 a { background:url(../images/header_nav.jpg) -355px 0 no-repeat; width:176px; }
#nav04 a { background:url(../images/header_nav.jpg) -531px 0 no-repeat; width:176px; }
#nav05 a { background:url(../images/header_nav.jpg) -707px 0 no-repeat; width:183px; }

#nav01 a:hover { background:url(../images/header_nav.jpg) 0 -54px no-repeat; }
#nav02 a:hover { background:url(../images/header_nav.jpg) -179px -54px no-repeat; }
#nav03 a:hover { background:url(../images/header_nav.jpg) -355px -54px no-repeat; }
#nav04 a:hover { background:url(../images/header_nav.jpg) -531px -54px no-repeat; }
#nav05 a:hover { background:url(../images/header_nav.jpg) -707px -54px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 250px;
	float: left;
	padding: 0 0 20px 0;
	margin:0 0 0 10px;
	display:inline;
	}

#nav ul	{
	margin:0;
	padding: 10px;
	list-style: none;
	background:#f2eed9;
	}
	
#nav li {
	margin:0;
	padding: 0;
	width:230px;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	width:
	}

#nav .internal li a {
	display: block;
	margin:0;
	}

#nav06 { background: url(../images/nav.jpg) 0 0px no-repeat; height:30px; }
#nav07 a { background: url(../images/nav.jpg) 0 -30px no-repeat; height:47px; }
#nav08 a { background: url(../images/nav.jpg) 0 -77px no-repeat; height:44px; }
#nav09 a { background: url(../images/nav.jpg) 0 -121px no-repeat; height:44px; }
#nav10 a { background: url(../images/nav.jpg) 0 -165px no-repeat; height:44px; }
#nav11 a { background: url(../images/nav.jpg) 0 -209px no-repeat; height:47px; }
#nav12 { background: url(../images/nav.jpg) 0 -256px no-repeat; height:30px; }
#nav13 a { background: url(../images/nav.jpg) 0 -287px no-repeat; height:47px; }
#nav14 a { background: url(../images/nav.jpg) 0 -333px no-repeat; height:59px; }
#nav15 a { background: url(../images/nav.jpg) 0 -392px no-repeat; height:45px; }
#nav16 { background: url(../images/nav.jpg) 0 -437px no-repeat; height:30px; }
#nav17 a { background: url(../images/nav.jpg) 0 -468px no-repeat; height:47px; }
#nav18 a { background: url(../images/nav.jpg) 0 -514px no-repeat; height:44px; }
#nav19 a { background: url(../images/nav.jpg) 0 -558px no-repeat; height:45px; }
#nav20 { background: url(../images/nav.jpg) 0 -603px no-repeat; height:30px; }
#nav21 a { background: url(../images/nav.jpg) 0 -634px no-repeat; height:48px; }

#nav07 a:hover { background: url(../images/nav.jpg) -230px -30px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -230px -77px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -230px -121px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -230px -165px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -230px -209px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -230px -287px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -230px -333px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -230px -392px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -230px -468px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -230px -514px no-repeat; }
#nav19 a:hover { background: url(../images/nav.jpg) -230px -558px no-repeat; }
#nav21 a:hover { background: url(../images/nav.jpg) -230px -634px no-repeat; }

#nav p { text-align: center; }

#nav p.top {margin:0; padding:0 0 9px 0; }
#nav p.top a{ width:250px; height:50px; background:url(../images/nav_top.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#nav p.top a:hover{ background:url(../images/nav_top.jpg) no-repeat 0 -50px; }

#nav p.line {margin:0; padding:0 0 8px 0; line-height:1%; font-size:1%;}

#nav p.shinryo {margin:0; padding:0 0 9px 0; }
#nav p.shinryo a{ width:250px; height:72px; background:url(../images/nav_shinryo.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#nav p.shinryo a:hover{ background:url(../images/nav_shinryo.jpg) no-repeat 0 -72px; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0;
	margin: 0;
	font-size: 100%;
	text-align: left;
	color: #de91a2;
	height:184px;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */
#footer_01{width:857px; padding:0; margin:14px 28px 0 25px;}
#footer_01_01{float:left; width:413px; margin:0; padding:0;}

#footer_01_01 dl.footer { width:413px; margin:4px 0 0 0; padding:0;line-height:1.62; font-size:100%; }
#footer_01_01 dl.footer dt{ 
	width:83px; 
	margin:0;
	padding:0;
	text-indent:18px;
	float:left;
	color:#221815;
	line-height:1.62em;
	font-weight:bold;
	background:url(../images/footer_icon.jpg) 0 4px no-repeat;
	}
#footer_01_01 dl.footer dd{ 
	width:330px; 
	margin:0;
	float:right;
	line-height:1.62em; 
	color:#000;
	}
#footer_01_01 dl.footer dd.dd01{ margin-left:83px; line-height:1.62em; }

#footer_01_01 p.button {margin:0; padding:2px 39px 19px 0; float:right; }
#footer_01_01 p.button a{ width:186px; height:20px; background:url(../images/footer_button.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#footer_01_01 p.button a:hover{ background:url(../images/footer_button.jpg) no-repeat 0 -20px; }

#footer_01_02{float:right; width:444px; margin:0; padding:0;}

#footer_01_02_01{width:444px; margin:0; padding:0; height:94px;}

#footer_01_02_01_01{float:left; width:300px; margin:0 21px 0 0; padding:0;}

#footer_01_02_01_01 p.shika1 {margin:0; padding:4px 0 0 0; }
#footer_01_02_01_01 p.shika1 a{ width:300px; 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_01_01 p.shika1 a:hover{ background:url(../images/footer_bnr.jpg) no-repeat 0 -80px; }

#footer_01_02_01_02{float:right; width:123px; margin:0; padding:9px 0 0 0;}

#footer_01_02_02{margin:0; padding:0 0 48px 148px; height:20px;}

#footer_01_02_02 address { margin:0; padding:0; line-height:1%; font-size:1%; text-align:right; display:block;}

#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;
	}



/*---------- 06  Contents -----------*/

.section { padding: 0em 27px 0 35px; clear:both; }
.section .section { padding: 0em 10px 0em 10px; clear:both; }

.center { text-align: center; }

#content h2 {
	height: 45px;
	margin: 0 10px 22px 18px;
	padding:0;
	line-height:1%;
	font-size:1%;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin: 0 -17px 12px -17px;
	}
#content h4 {
	height: 34px;
	text-indent: -9999px;
	margin:0 -10px 15px -10px;
	}

#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: #633b01;
	outline: none;
	}
a:hover { color: #f1980e; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.img{padding:0; margin:0; line-height:1%; font-size:1%; display:block;}

.image_l {
	float: left;
	margin: 0 15px 6px 0;
	line-height:1%;
	font-size:1%;
	display:block;
	}
*: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_l01 {
	float: left;
	margin: 0 15px 0px 0;
	line-height:1%;
	font-size:1%;
	display:block;
	}
*:first-child+html .image_l01{ margin: 0 15px 0px 0; }/* for IE7 only */
* html body .image_l01{ margin: 0 12px 0px 0; }/* for IE6 only */

.image_l02{
	float: left;
	margin: 0 0 6px 0px;
	display:block;
	line-height:1%;
	}

.image_l03 {
	float: left;
	margin: 0 15px 0px 0;
	line-height:1%;
	font-size:1%;
	display:block;
	}
*:first-child+html .image_l03{ margin: 0 15px -6px 0; }/* for IE7 only */
* html body .image_l03{ margin: 0 12px -6px 0; }/* for IE6 only */

.image_r {
	float: right;
	margin: 0 0 6px 15px;
	line-height:1%;
	font-size:1%;
	display:block;
	}
*:first-child+html .image_r{ margin: 0 0 0px 15px; }/* for IE7 only */
* html body .image_r{ margin: 0 0 0px 12px; }/* for IE6 only */

.image_r01{
	float: right;
	margin: 0 0 6px 0px;
	display:block;
	line-height:1%;
	}

.image_r02 {
	float: right;
	margin: 0 0 0px 15px;
	line-height:1%;
	font-size:1%;
	display:block;
	}
*:first-child+html .image_r02{ margin: 0 0 0px 15px; }/* for IE7 only */
* html body .image_r02{ margin: 0 0 0px 12px; }/* for IE6 only */

.case {
	margin: 0;
	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.5em;
	margin:0;
	}

#content ul.totop {
	clear:both;
	margin: 0;
	padding: 0 27px 37px 0;
	height: 15px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 151px;
	height: 15px;
	list-style: none;
	float: right;
	font-size: 1%;
	line-height: 1%;
	}
#content ul.totop li a {
	text-indent: -9999px;
	display: block;
	height: 15px;
	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 #c0b691;
	font-size: 100%;
	line-height:1.5em;
	color: #000;
	width: 100%;
	padding:0;
	margin:0;
	}

#content table th,
#content table td {
	padding: 6px;
	border: 1px solid #c0b691;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 07  Index -----------*/
#index h2 {
	height: 90px;
	width:440px;
	float:left;
	padding:0;
	margin:0;
	}

#index h2#title01{padding:0; margin:0; line-height:1%; font-size:1%; }

#index h3 {
	height: 34px;
	padding:0;
	margin:0 0 10px 0;
	}
#index h3#title02{ background:url(../images/index_title01.jpg) 0 0 no-repeat; }
#index h3#title03{ background:url(../images/index_title02.jpg) 0 0 no-repeat; }
#index h3#title04{ background:url(../images/index_title03.jpg) 0 0 no-repeat; margin-bottom:14px; }

#index .section { padding: 0em 10px 0em 20px; }
#index .bg01{background:url(../images/index_bg01.jpg) left top no-repeat}
#index .bg02{background:url(../images/index_bg02.jpg) 0 0 repeat-y;}
#index .bg03{background:url(../images/index_bg03.jpg) left bottom no-repeat;}

#index .bg04{background:url(../images/index_bg04.jpg) left top no-repeat}
#index .bg05{background:url(../images/index_bg05.jpg) 0 0 repeat-y;}
#index .bg06{background:url(../images/index_bg06.jpg) left bottom no-repeat;}
#index .bg07{background:url(../images/index_bg07.jpg) left top no-repeat;}
#index .bg08{background:url(../images/index_bg08.jpg) right bottom no-repeat;}

#index .image_c{padding:2px; margin:0 0 5px 0; line-height:1%; font-size:1%;}
#index .text_01{padding:0px 7px 23px 7px; margin:0;}
#index .text_02{padding:0px 7px 5px 7px; margin:0;}
#index .text_03{padding:13px 0 0 12px; margin:0; line-height:1%; font-size:1%;}
#index .text_04{padding:0px 7px 7px 17px; margin:0;}
#index .text_05{padding:0 188px 10px 7px; margin:0; }
#index .text_06{padding:0 0 10px 0; margin:0; line-height:1%; font-size:1%;}


#index dl.group1 { width:620px; margin:0; padding:11px 0 11px 0;line-height:1.714em; font-size:108%; }

#index p.button01 {margin:0; padding:0px 7px 7px 7px; }
#index p.button01 a{ width:186px; height:20px; background:url(../images/index_button01.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#index p.button01 a:hover{ background:url(../images/index_button01.jpg) no-repeat 0 -20px; }

#index p.button02 {margin:0; padding:0px 7px 7px 7px; }
#index p.button02 a{ width:186px; height:20px; background:url(../images/index_button02.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#index p.button02 a:hover{ background:url(../images/index_button02.jpg) no-repeat 0 -20px; }

#index p.button03 {margin:0; padding:0px 7px 7px 7px; }
#index p.button03 a{ width:186px; height:20px; background:url(../images/index_button03.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#index p.button03 a:hover{ background:url(../images/index_button03.jpg) no-repeat 0 -20px; }

#index p.button04 {margin:0; padding:0; }
#index p.button04 a{ width:244px; height:100px; background:url(../images/index_button04.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#index p.button04 a:hover{ background:url(../images/index_button04.jpg) no-repeat 0 -100px; }

#content p.banner {margin:0 0 37px 0; padding:0 10px 0 20px; }
#content p.banner a{ width:620px; height:90px; background:url(../images/index_bnr.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
#content p.banner a:hover{ background:url(../images/index_bnr.jpg) no-repeat 0 -90px; }

#index dl.group1 dt{ 
	width:124px; 
	margin:0;
	padding:0;
	float:left;
	text-indent:16px;
	line-height:1.714em;
	font-size:108%;
	color:#3E3D3B;
	font-weight:normal;
	}
	
#index dl.group1 dd{ 
	width:464px; 
	margin:0;
	float:right; 
	line-height:1.714em;
	font-size:108%;
	color:#3E3D3B;
	}

#index .alpha1{float:left; margin:0 10px 0 0; padding:0; width:200px; display:block;} 
#index .beta1{float:left; margin:0 10px 0 0; padding:0; width:200px; display:block;} 
#index .gamma1{float:right; margin:0; padding:0; width:200px; display:block;} 

#index .alpha2{float:left; margin:0; padding:0; width:374px;} 
#index .beta2{float:right; margin:0; padding:0; width:244px;} 

#tiny table { border: none;}
#tiny table td { border: none;}

/*---------- 08  Staff  -----------*/
#staff h3#title02{ background:url(../images/staff_h3-01.jpg) 0 0 no-repeat;}
#staff h4#title03{ background:url(../images/staff_h4-01.jpg) 0 0 no-repeat;}
#staff h4#title04{ background:url(../images/staff_h4-02.jpg) 0 0 no-repeat;}
#staff h3#title05{ background:url(../images/staff_h3-02.jpg) 0 0 no-repeat;}
#staff h4#title06{ background:url(../images/staff_h4-03.jpg) 0 0 no-repeat;}

#staff .alpha{float:left; width:235px;} 
#staff .beta{float:right; width:330px;} 

#content .icon_01{ 
	margin:0 0 5px 0;
	padding:0;
	text-indent:18px;
	color:#000;
	line-height:1.5em;
	font-weight:bold;
	background:url(../images/footer_icon.jpg) 0 4px no-repeat;
	display:block;
	}

#content .icon_02{ 
	margin:0 0 5px 0;
	padding:0;
	text-indent:18px;
	color:#000;
	line-height:1.5em;
	font-weight:bold;
	background:url(../images/icon_05.jpg) 0 4px no-repeat;
	display:block;
	}

#content .alpha3{float:left; width:333px;} 
#content .beta3{float:right; width:235px;} 

#content .alpha4{float:left; width:353px;} 
#content .beta4{float:right; width:235px;} 

#content .alpha5{float:left; width:235px;} 
#content .beta5{float:right; width:353px;} 


#content ul.ul01{ margin:0; padding:0; }
#content ul.ul01 li {
	list-style: none;
	background: url(../images/icon_01.jpg) 0 5px no-repeat;
	padding-left: 15px;
	}
	
#content ul.ul02{ margin:0; padding:0; }
#content ul.ul02 li {
	list-style: none;
	background: url(../images/icon_02.jpg) 0 3px no-repeat;
	padding: 0 5px 0 15px;
	}

#content ul.ul03{ margin:0; padding:0; }
#content ul.ul03 li {
	list-style: none;
	background: url(../images/icon_03.jpg) 0 3px no-repeat;
	padding: 0 5px 0 15px;
	}

#content ul.ul04{ margin:0; padding:0; }
#content ul.ul04 li {
	list-style: none;
	background: url(../images/icon_04.jpg) 0 3px no-repeat;
	padding: 0 5px 0 15px;
	}
	
/*---------- 09  Clinic -----------*/
#clinic h3#title02{ background:url(../images/clinic_h3-01.jpg) 0 0 no-repeat;}

#disp { margin:0 0 10px 0; text-align:center; }
.hidden { display:none; }

#clinic .alpha4{width:164px; float:left; margin:0 14px 0 0; padding:0; line-height:1%; display:block;}
#clinic .beta4{width:164px; float:right; margin:0; padding:0; line-height:1%;}

.clinic01 {margin:0; padding:0 0 5px 0;}
.clinic01 a{ width:164px; height:128px; background:url(../images/clinic01_s.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.clinic01 a:hover{ background:url(../images/clinic01_s.jpg) no-repeat 0 -128px; }

.clinic02 {margin:0; padding:0 0 5px 0;}
.clinic02 a{ width:164px; height:128px; background:url(../images/clinic02_s.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.clinic02 a:hover{ background:url(../images/clinic02_s.jpg) no-repeat 0 -128px; }

.clinic03 {margin:0; padding:0 0 5px 0;}
.clinic03 a{ width:164px; height:128px; background:url(../images/clinic03_s.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.clinic03 a:hover{ background:url(../images/clinic03_s.jpg) no-repeat 0 -128px; }

.clinic04 {margin:0; padding:0 0 5px 0;}
.clinic04 a{ width:164px; height:128px; background:url(../images/clinic04_s.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.clinic04 a:hover{ background:url(../images/clinic04_s.jpg) no-repeat 0 -128px; }

.clinic05 {margin:0; padding:0 0 5px 0;}
.clinic05 a{ width:164px; height:128px; background:url(../images/clinic05_s.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.clinic05 a:hover{ background:url(../images/clinic05_s.jpg) no-repeat 0 -128px; }

.clinic06 {margin:0; padding:0 0 5px 0;}
.clinic06 a{ width:164px; height:128px; background:url(../images/clinic06_s.jpg) no-repeat 0 0; display:block; text-indent:-9999px; line-height:1%; font-size:1%;}
.clinic06 a:hover{ background:url(../images/clinic06_s.jpg) no-repeat 0 -128px; }

/*---------- 10  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-03.jpg) 0 0 no-repeat;}

/*---------- 11  Access -----------*/
#access h3#title02{ background:url(../images/access_h3-01.jpg) 0 0 no-repeat;}
#access h4#title03{ background:url(../images/access_h4-01.jpg) 0 0 no-repeat;}
#access h3#title04{ background:url(../images/access_h3-02.jpg) 0 0 no-repeat;}

#map {
	width: 520px;
	height: 500px;
	display:block;
	margin:0;
	padding:2px;
	border:3px #d5ceb1 solid;
	margin:0 30px 13px 30px; 
}

/*---------- 12  Beside -----------*/
#bedside h3#title02{ background:url(../images/bedside_h3-01.jpg) 0 0 no-repeat;}
#bedside h4#title03{ background:url(../images/bedside_h4-01.jpg) 0 0 no-repeat;}
#bedside h4#title04{ background:url(../images/bedside_h4-02.jpg) 0 0 no-repeat;}
#bedside h3#title05{ background:url(../images/bedside_h3-02.jpg) 0 0 no-repeat;}
#bedside h4#title06{ background:url(../images/bedside_h4-03.jpg) 0 0 no-repeat;}
#bedside h4#title07{ background:url(../images/bedside_h4-04.jpg) 0 0 no-repeat;}

/*---------- 13  Shinryo -----------*/
#shinryo h3#title02{ background:url(../images/shinryo_h3-01.jpg) 0 0 no-repeat;}
#shinryo h4#title03{ background:url(../images/shinryo_h4-01.jpg) 0 0 no-repeat;}
#shinryo h4#title04{ background:url(../images/shinryo_h4-02.jpg) 0 0 no-repeat;}
#shinryo h4#title05{ background:url(../images/shinryo_h4-03.jpg) 0 0 no-repeat;}
#shinryo h4#title06{ background:url(../images/shinryo_h4-04.jpg) 0 0 no-repeat;}
#shinryo h4#title07{ background:url(../images/shinryo_h4-05.jpg) 0 0 no-repeat;}
#shinryo h4#title08{ background:url(../images/shinryo_h4-06.jpg) 0 0 no-repeat;}
#shinryo h4#title09{ background:url(../images/shinryo_h4-07.jpg) 0 0 no-repeat;}
#shinryo h4#title10{ background:url(../images/shinryo_h4-08.jpg) 0 0 no-repeat;}
#shinryo h4#title11{ background:url(../images/shinryo_h4-09.jpg) 0 0 no-repeat;}

#shinryo .alpha{float:left; width: 274px; margin:0;}
#shinryo .beta{float:right; width:274px;}
/*---------- 14  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 h4#title04{ background:url(../images/general_h4-02.jpg) 0 0 no-repeat;}
#general h4#title05{ background:url(../images/general_h4-03.jpg) 0 0 no-repeat;}
#general h3#title06{ background:url(../images/general_h3-02.jpg) 0 0 no-repeat;}
#general h4#title07{ background:url(../images/general_h4-04.jpg) 0 0 no-repeat;}

/*---------- 15  Shishuu -----------*/
#shishuu h3#title02{ background:url(../images/shishuu_h3-01.jpg) 0 0 no-repeat;}
#shishuu h4#title03{ background:url(../images/shishuu_h4-01.jpg) 0 0 no-repeat;}
#shishuu h3#title04{ background:url(../images/shishuu_h3-02.jpg) 0 0 no-repeat;}
#shishuu h4#title05{ background:url(../images/shishuu_h4-02.jpg) 0 0 no-repeat;}
#shishuu h4#title06{ background:url(../images/shishuu_h4-03.jpg) 0 0 no-repeat;}
#shishuu h4#title07{ background:url(../images/shishuu_h4-04.jpg) 0 0 no-repeat;}

.right_1{float:right; width:370px;}

/*---------- 16  Breath  -----------*/
#breath h3#title02{ background:url(../images/breath_h3-01.jpg) 0 0 no-repeat;}
#breath h4#title03{ background:url(../images/breath_h4-01.jpg) 0 0 no-repeat;}
#breath h4#title04{ background:url(../images/breath_h4-02.jpg) 0 0 no-repeat;}
#breath h4#title05{ background:url(../images/breath_h4-03.jpg) 0 0 no-repeat;}

/*---------- 17  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;}
#prevent h4#title04{ background:url(../images/prevent_h4-02.jpg) 0 0 no-repeat;}

/*---------- 18  Root  -----------*/
#root h3#title02{ background:url(../images/root_h3-01.jpg) 0 0 no-repeat;}
#root h4#title03{ background:url(../images/root_h4-01.jpg) 0 0 no-repeat;}

/*---------- 19  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;}

/*---------- 20  Implant2 -----------*/
#implant2 h3#title02{ background:url(../images/implant2_h3-01.jpg) 0 0 no-repeat;}
#implant2 h3#title03{ background:url(../images/implant2_h3-02.jpg) 0 0 no-repeat;}

/*---------- 21  gishi  -----------*/
#gishi h3#title02{ background:url(../images/gishi_h3-01.jpg) 0 0 no-repeat;}
#gishi h4#title03{ background:url(../images/gishi_h4-01.jpg) 0 0 no-repeat;}
#gishi h4#title04{ background:url(../images/gishi_h4-02.jpg) 0 0 no-repeat;}
#gishi h4#title05{ background:url(../images/gishi_h4-03.jpg) 0 0 no-repeat;}
#gishi h3#title06{ background:url(../images/gishi_h3-02.jpg) 0 0 no-repeat;}

#gishi .alpha{width:180px; float:left; margin:0 14px 0 0; padding:0; line-height:1%; display:block;}
#gishi .beta{width:180px; float:right; margin:0; padding:0; line-height:1%;}

/*---------- 22  Ortho  -----------*/
#ortho h3#title02{ background:url(../images/ortho_h3-01.jpg) 0 0 no-repeat;}
#ortho h4#title03{ background:url(../images/ortho_h4-01.jpg) 0 0 no-repeat;}
#ortho h4#title04{ background:url(../images/ortho_h4-02.jpg) 0 0 no-repeat;}
#ortho h4#title05{ background:url(../images/ortho_h4-03.jpg) 0 0 no-repeat;}
#ortho h3#title06{ background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat;}


/*---------- 23  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 h4#title05{ background:url(../images/esthe_h4-03.jpg) 0 0 no-repeat;}
#esthe h4#title06{ background:url(../images/esthe_h4-04.jpg) 0 0 no-repeat;}
#esthe h3#title07{ background:url(../images/esthe_h3-02.jpg) 0 0 no-repeat;}

/*---------- 24  White -----------*/
#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 h4#title04{ background:url(../images/white_h4-02.jpg) 0 0 no-repeat;}
#white h3#title05{ background:url(../images/white_h3-02.jpg) 0 0 no-repeat;}
#white h4#title06{ background:url(../images/white_h4-03.jpg) 0 0 no-repeat;}

/*---------- 25  Houmon -----------*/
#houmon h3#title02{ background:url(../images/houmon_h3-01.jpg) 0 0 no-repeat;}
#houmon h4#title03{ background:url(../images/houmon_h4-01.jpg) 0 0 no-repeat;}
#houmon h4#title04{ background:url(../images/houmon_h4-02.jpg) 0 0 no-repeat;}
#houmon h4#title05{ background:url(../images/houmon_h4-03.jpg) 0 0 no-repeat;}

/*---------- 26  Cost  -----------*/
#cost h3#title02{ background:url(../images/cost_h3-01.jpg) 0 0 no-repeat;}
#cost h4#title03{ background:url(../images/cost_h4-01.jpg) 0 0 no-repeat;}
#cost h4#title04{ background:url(../images/cost_h4-02.jpg) 0 0 no-repeat;}
#cost h4#title05{ background:url(../images/cost_h4-03.jpg) 0 0 no-repeat;}
#cost h4#title06{ background:url(../images/cost_h4-04.jpg) 0 0 no-repeat;}
#cost h4#title07{ background:url(../images/cost_h4-05.jpg) 0 0 no-repeat;}
#cost h4#title08{ background:url(../images/cost_h4-06.jpg) 0 0 no-repeat;}
#cost h4#title09{ background:url(../images/cost_h4-07.jpg) 0 0 no-repeat;}

.mar_b10 { margin-bottom: 10px; }
.mar_b13 { margin-bottom: 13px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b25 { margin-bottom: 25px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b35 { margin-bottom: 35px; }
.margin_lr34{ margin:0 34px 20px 34px;}
.padding_b18{padding:0 0 18px 0;}
.bg_01{background:#f2eed9;}
.bg_02{border:1px solid #ab9b88; background:#f2eed9; padding:5px; font-size:100%; line-height:1.5em;}
.bg_03{background:#ddd7be;}

.text_bold{font-weight:bold;}
.w_80{width:80px;}
.w_100{width:100px;}
.w_150{width:150px;}
.w_177{width:177px;}
.w_50p{width:50%;}

.text_top{vertical-align:top;}

