@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  Caries                      */
/*                 11  Perio                       */
/*                 12  Ortho                       */
/*                 13  Flow                        */
/*                 14  Price                       */
/*                 15  White                       */
/*                 16  Metal_free                  */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Blue Green     #84cbc4      */
/*        Main Color - Green          #1fa86e      */
/*        Main Color - Orange         #ff7f00      */
/*                                                 */
/*        Sub Color  - Brown          #8b5c29      */
/*                                                 */
/*==================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_bg.jpg) center top no-repeat; }

#wrapper {
	background:#FFFFFF;
	width: 802px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 auto;
	background:url(../images/main_bg-01.jpg) 0 0 repeat-y;
	}
	
#content {
	width: 616px;
	float:right;
	font-size: 100%;
	line-height: 1.5em;
	color: #666666;
	padding:0;
	}


/*---------- 03  Header -----------*/

#header {
	background:url(../images/header_bg.jpg) 0 0 no-repeat;
	width: 802px;
	height:90px;
	margin: 0 0 0 0;
	padding: 0;
	}

h1 {
	float: left;
	padding:0;
	width: 326px;
	height: 65px;
	margin:8px 0 0px 25px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
#header_01{
	padding:18px 85px 0 0;
	margin:0;
	float:right;
}

/*----------04  Navigation -----------*/

#nav {
	width: 186px;
	float: left;
	padding: 0 0 30px 0;
	}
#nav_menu{
	width:170px;
	margin:0 5px 0px 11px;
	}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}
#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav05 { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }
#nav12 { background: url(../images/nav.jpg) 0 -440px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -480px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -520px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -170px 0 no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -170px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -170px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -170px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -170px -240px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -170px -320px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -170px -360px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -170px -400px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -170px -480px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -170px -520px no-repeat; }

#nav p.shikatown {
	margin:10px 5px 0 11px; 
	}
*:first-child+html #nav p.shikatown { margin:5px 5px 0 11px;  } /*  for IE7 only */
* html body #nav p.shikatown { margin:5px 5px 0 11px; } /*  for IE6 only */

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:110px;
	padding:0 5px 0 11px;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
	font-size: 91.67%;
	line-height:1.65em;
	color: #8C8C8C;
	}
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer_01{
	margin:24px 0 0 0;
	float:left;
	}
#footer_02{
	width:550px;
	float:right;
	margin:21px 0 0 0;
	padding:0;
	}
#footer_02 ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	text-align:right;
	padding-left:4px;
	}

#footer_02 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}	
#footer_02 a {
	text-decoration: none;
	color: #8C8C8C;
	}
#footer_02 a:hover { text-decoration:underline; color:#009682; }

#footer address { margin: 5px 5px 0 0; clear:both; float:right; color:#88BDA1; font-size:90%; width:330px; letter-spacing:1px; }
*:first-child+html #footer address { font-size: 10px; } /*  for IE7 only */
* html body #footer address { font-size: 10px; } /*  for IE6 only */
#footer address a { text-decoration: none;color:#88BDA1; }
#footer address a:hover { text-decoration:underline ;color:#88BDA1; }
#footer p.contact{ float: left;  margin:15px 0 0 24px; padding:0; display:inline;}

/*---------- 06  Contents -----------*/

.section { padding: 0 36px 20px 30px; }
.section .section { padding: 0 15px 0 15px; }

#index .section { padding: 0 26px 0px 20px; }

.center { text-align: center; }
.right { text-align: right; }

#content h2 {
	clear:both;
	height: 47px;
	text-indent: -9999px;
	margin: 0 0 20px 11px;
	padding:0;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin: 0 -10px 10px -10px ;
	padding:0;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	margin:0 -15px 7px -15px;
	}

#content h5 {
	background: url(../images/icon.jpg) 0 0 no-repeat;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding:0 0 0 12px;
	}


#content ul{
	padding:0; 
	margin:0;
	list-style:none;
}
#content li{
	margin:0;
	padding:0 0 3px 13px;
	background:url(../images/icon01.jpg) 0 7px no-repeat;
	list-style:none;
}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

/*#content dt { font-weight: bold; }*/


a {
	color: #009682;
	outline: none;
	text-decoration:none;
	}
a:hover { 
	color: #009682;
	text-decoration:underline; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 10px 0 0;
	display:block;
	line-height:1%;
	}

.image_r {
	float: right;
	margin: 0 0 0 10px;
	display:block;
	line-height:1%;
	}

.image{
	display:block;
	margin:0 auto;
	line-height:1%;
}


.image6{
	display:block;
	background:url(../images/index_img06.jpg) 0 0 no-repeat;
	width:570px;
	height:328px;
	margin:0 auto;
	position:relative;
	/*font-size:112%;*/
	font-size:14px;
}

.image6 .tx6-01 {
	position:absolute;
	left: 50px;
	top: 56px;
}
.image6 .tx6-02 {
	position:absolute;
	left: 50px;
	top: 116px;
}
.image6 .tx6-03 {
	position:absolute;
	left: 50px;
	top: 160px;
}
.image6 .tx6-04 {
	position:absolute;
	left: 50px;
	top: 220px;
}
.image6 .tx6-05 {
	position:absolute;
	left: 50px;
	top: 265px;
}
.image6 .tx6-06 {
	position:absolute;
	left: 50px;
	top: 311px;
}

.main_image{
	display:block;
	margin:0 11px 13px 10px;
	line-height:1%;
 }	 
.case {
	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 -10px 0 0;
	padding:0;
	}

#content ul.totop li {
	list-style: none;
	width: 133px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 28px;
	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;
	font-size: 1em;
	color: #666;
	width: 100%;
	margin:0;
	
	}

#content table th,
#content table td {
	padding: 3px 10px 3px 10px;
	border: 1px solid #1fa86e;
	line-height:1.5em;
	}
#content table td.td_bg01{
	background:#f3f5ff;
}
#content table td.td_bg02{
	background:#aebcf5;
}
#content dl{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5em;
}
#content dl dd{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5em;
	}


input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}
	
.margin_t61{
	margin-top:61px;
}
.margin_l05{
	margin-left:5px;
}
.margin_b10{
	margin-bottom:10px;
}
.margin_b11{
	margin-bottom:11px;
}
.margin_b20{
	margin-bottom:20px;
}
.padding_b20{
	padding-bottom:20px;
}

.text_brown{
	color:#8b5c29;
	font-weight:bold;
}
.text_thr{
	text-decoration:line-through;
	}

/*---------- 07  Index -----------*/

#index .alpha{
	width:330px;
	float:left;
	margin:2px 0 0 0;
}

.tiny_bg{
	background:url(../images/index_img02.jpg) 0 0 no-repeat;
	height:120px;
	margin:0;
}

#index #tiny {
	height:80px;
	width: 328px;
	margin:0;
	padding:0 0 10px 0;
	overflow: auto;
}

#index #tiny table {
	width: 310px;
	}

#index #tiny table td{
	vertical-align: top;
}

#index .index01{
	background:url(../images/index_img02.jpg) 0 0 no-repeat;
	height:119px;
	margin:0;
	padding:0;
	}
#index .beta{
	width:220px;
	float:right;
}

#content ul.index02{
	padding:6px 17px; 
	margin:0;
	list-style:none;
}
#content .index02 li{
	margin:0;
	padding:0 0 3px 13px;
	background:url(../images/icon01.jpg) 0 7px no-repeat;
}
#index .index03{
	margin:0 0 16px 5px;
}
#index .index04{
	margin:0 0 5px 5px;
}
#index .index05{
	margin:0 0 15px 5px;
}


/*---------- 08  Staff -----------*/

#staff h2#title01{ background:url(../images/staff_h2.jpg) 0 0 no-repeat; }
#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 h3#title04{ background:url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h4#title05{ background:url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h4#title06{ background:url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff h4#title07{ background:url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff h4#title08{ background:url(../images/staff_h4-05.jpg) 0 0 no-repeat; }

#staff .staff02{
	background:url(../images/icon_02.jpg) 0 1px no-repeat;
	padding-left:17px;
	float:right;
 }
 
#staff dl.staff{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5em;
	float:left;
}
#staff dl.staff dt{
	margin:0 0 0 9px;
	padding:0;
	list-style:none;
	line-height:1.5em;
	color:#ff7f00;
	}
#staff dl.staff dd{
	width:270px;
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	line-height:1.5em;
	}
/*---------- 09  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; }
#clinic h4#title04{ background:url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title05{ background:url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title06{ background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title07{ background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title08{ background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }

#content table td.td04{
	width:64px;
	}
*:first-child+html #content table td.td04 { width:54px; } /*  for IE7 only */
* html body #content table td.td04 { width:62px; } /*  for IE6 only */


/*---------- 10  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; }
#caries h3#title04{ background:url(../images/caries_h3-03.jpg) 0 0 no-repeat; }
#caries h4#title05{ background:url(../images/caries_h4-01.jpg) 0 0 no-repeat; }
#caries h4#title06{ background:url(../images/caries_h4-02.jpg) 0 0 no-repeat; }
#caries h4#title07{ background:url(../images/caries_h4-03.jpg) 0 0 no-repeat; }
#caries h4#title08{ background:url(../images/caries_h4-04.jpg) 0 0 no-repeat; }
#caries h3#title09{ background:url(../images/caries_h3-04.jpg) 0 0 no-repeat; }
#caries h4#title10{ background:url(../images/caries_h4-05.jpg) 0 0 no-repeat; }
#caries h4#title11{ background:url(../images/caries_h4-06.jpg) 0 0 no-repeat; }
#caries h4#title12{ background:url(../images/caries_h4-07.jpg) 0 0 no-repeat; }
#caries h4#title13{ background:url(../images/caries_h4-08.jpg) 0 0 no-repeat; }
#caries h4#title14{ background:url(../images/caries_h4-09.jpg) 0 0 no-repeat; }

#content table td.td03{
	width:70px;
	}

/*---------- 11  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 h3#title03{ background:url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h4#title04{ background:url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h4#title05{ background:url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio h4#title06{ background:url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h3#title07{ background:url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h4#title08{ background:url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h4#title09{ background:url(../images/perio_h4-05.jpg) 0 0 no-repeat; }

/*---------- 12  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; }
#ortho h3#title04{ background:url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h3#title05{ background:url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }

/*---------- 13  Flow    -----------*/

#flow h2#title01{ background:url(../images/flow_h2.jpg) 0 0 no-repeat; }
#flow h3#title02{ background:url(../images/flow_h3-01.jpg) 0 0 no-repeat; }

#content table td.td01{
	width:100px;
	background-color:#f9fcee;
	color:#1fa86e;
	font-weight:bold;
	}
#content table td.td02{
	background-color:#fdfef9;
	}

/*---------- 14  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 h3#title03{ background:url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price h4#title04{ background:url(../images/price_h4-01.jpg) 0 0 no-repeat; }
#price h4#title05{ background:url(../images/price_h4-02.jpg) 0 0 no-repeat; }
#price h4#title06{ background:url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price h3#title07{ background:url(../images/price_h3-03.jpg) 0 0 no-repeat; }
#price h4#title08{ background:url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price h4#title09{ background:url(../images/price_h4-05.jpg) 0 0 no-repeat; }
#price h4#title10{ background:url(../images/price_h4-06.jpg) 0 0 no-repeat; }
#price h4#title11{ background:url(../images/price_h4-07.jpg) 0 0 no-repeat; }
#price h3#title12{ background:url(../images/price_h3-04.jpg) 0 0 no-repeat; }
#price h4#title13{ background:url(../images/price_h4-08.jpg) 0 0 no-repeat; }
#price h4#title14{ background:url(../images/price_h4-09.jpg) 0 0 no-repeat; }
#price h4#title15{ background:url(../images/price_h4-10.jpg) 0 0 no-repeat; }
#price h3#title16{ background:url(../images/price_h3-05.jpg) 0 0 no-repeat; }

#content table.table01{
	width:250px;
	}
#content table td.td05{
	width:100px;
	}

/*---------- 15  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 h3#title03{ background:url(../images/white_h3-02.jpg) 0 0 no-repeat; }
#white h4#title04{ background:url(../images/white_h4-01.jpg) 0 0 no-repeat; }
#white h4#title05{ background:url(../images/white_h4-02.jpg) 0 0 no-repeat; }
#white h3#title06{ background:url(../images/white_h3-03.jpg) 0 0 no-repeat; }
#white h4#title07{ background:url(../images/white_h4-03.jpg) 0 0 no-repeat; }

/*---------- 16  Metal_free   -----------*/

#metal_free h2#title01{ background:url(../images/metal_free_h2.jpg) 0 0 no-repeat; }
#metal_free h3#title02{ background:url(../images/metal_free_h3-01.jpg) 0 0 no-repeat; }
#metal_free h3#title03{ background:url(../images/metal_free_h3-02.jpg) 0 0 no-repeat; }
#metal_free h4#title04{ background:url(../images/metal_free_h4-01.jpg) 0 0 no-repeat; }
#metal_free h4#title05{ background:url(../images/metal_free_h4-02.jpg) 0 0 no-repeat; }
#metal_free h3#title06{ background:url(../images/metal_free_h3-03.jpg) 0 0 no-repeat; }
#metal_free h4#title07{ background:url(../images/metal_free_h4-03.jpg) 0 0 no-repeat; }
#metal_free h4#title08{ background:url(../images/metal_free_h4-04.jpg) 0 0 no-repeat; }
#metal_free h4#title09{ background:url(../images/metal_free_h4-05.jpg) 0 0 no-repeat; }


#metal_free .metal_free01{
	background:url(../images/icon_02.jpg) 0 2px no-repeat;
	padding-left:17px;
 }

