@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 19  Clinic                      */
/*                 10  Ortho                       */
/*                 11  Prevent                     */
/*                 12  Child                       */
/*                 13  Caries                      */
/*                 14  Perio                       */
/*                 15  Implant                     */
/*                 16  Sitemap                     */
/*                 17  Recruit                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - blue           #1200ff      */
/*        Main Color - Light Blue     #82c6ff      */
/*        Main Color - Green          #19914a      */
/*                                                 */
/*        Sub Color  - Green          #19914a      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background:none; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 840px;
	margin: 0px auto;
	padding:0;
	text-align: left;
	}

#main {
	margin: 0 20px;
	background:url(../images/nav_bg.jpg) repeat-y 199px 0px;
	padding-bottom:38px;
	}

#content {
	width: 590px;
	float: right;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	padding:0;
}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 105px;
	width: 800px;
	margin:0 20px;
	padding: 0;
	}

h1 {
	width: 358px;
	height: 80px;
	float: left;
	overflow:hidden;
	}
h1 a {
	text-indent: -9999px;
	display: block;
	width: 358px;
	height: 80px;
	background:url(../images/header_logo.jpg) 0 0 no-repeat;
	}
#header ul {
	float:right;
	width:330px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#header ul li.nav_top{
	list-style:none;
	width:63px;
	height:auto;
	float:left;
}
#header ul li.nav_top a{
	background:url(../images/header_top.jpg) no-repeat 0 0;
	width:45px;
	height:19px;
	display:block;
	text-indent:-9999px;	
	margin-top:58px;
	clear:both;
}
#header ul li.nav_sitemap{
	list-style:none;
	width:88px;
	height:auto;
	float:left;
}
#header ul li.nav_sitemap a{
	background:url(../images/header_sitemap.jpg) no-repeat 0 0;
	width:74px;
	height:19px;
	display:block;
	text-indent:-9999px;	
	margin-top:58px;
	clear:both;
}
#header ul li.nav_contact{
	float:right;
	background:url(../images/header_contact.jpg) no-repeat 0 0;
	list-style:none;
	text-indent:-9999px;
	display:block;
	width:235px;
	height:52px;
	margin-right:10px;
	margin-top:25px;
}
/*----------04  Navigation -----------*/

#nav {
	width: 199px;
	float: left;
}

	
#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul.internal {
	margin-bottom:30px;
	}
#nav .internal li {
	width:189px;
	height: 40px;
	text-indent: -9999px;
	margin-bottom:5px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -225px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -405px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -189px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -189px -45px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -189px -90px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -189px -135px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -189px -180px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -189px -225px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -189px -270px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -189px -315px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -189px -360px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -189px -405px no-repeat; }

#nav p.nav_text { text-align: left; margin:6px 20px 20px 14px;}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0;
	margin: 0 20px;
	background: url(../images/footer_bg.jpg) no-repeat left bottom;
	text-align: center;
	height:69px;
	color: #666;
	font-size: 94%;
	overflow:hidden;
	}
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover { text-decoration: underline; }
#footer01 {
	width:565px;
	float:left;
	padding:0px;
	margin:5px 0 0 0;
}
#footer02 {
	width:235px;
	float:right;
	padding:0px;
	margin:0;
}
#footer01 ul { 
	list-style: none;
	margin:0px 0px 3px 12px;
	padding: 0;
	width:553px;
	text-align:left;
	}

#footer01 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	
	}

#footer address { clear:both; padding-top:2px; text-align:right; margin-right:10px; }


/*---------- 06  Contents -----------*/

#index .section { padding: 0 20px 0 20px;}
.section { padding: 0 20px 25px 20px;}
.section .section { padding: 0; margin-bottom:20px;}

.center { text-align: center; }

#content h2 {
	clear: both;
	height: 33px;
	text-indent: -9999px;
	padding:0;
}
#content h3 {
	clear:both;
	height: 35px;
	margin-bottom:10px;
	text-indent:-9999px;
}
#content h4 {
	height: 22px;
	margin-bottom:10px;
	text-indent:-9999px;
}

#content ul li {
	list-style: none;
	background: url(../images/icon04.jpg) 0 4px no-repeat;
	padding-left: 14px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dl {
	background:url(../images/line_02.jpg) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:15px;
}
#content dl.margin_b0 {
	background:url(../images/line_02.jpg) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:0px;
}
#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}
.img  {
	line-height:1%;
	display:block;
}
.image_l  {
	float: left;
	padding:0 8px 0 0;
	margin:0px;
	line-height:1%;
}
.image_r_bo  {
	float: right;
	padding:1px;
	margin:0px;
	line-height:1%;
	border:1px solid #0098ff;
	margin-left:15px;
}
.image_l_bo  {
	float: left;
	padding:1px;
	margin:0px;
	line-height:1%;
	border:1px solid #0098ff;
	margin-right:15px;
}
.image_r {
	float: right;
	line-height:1%;
	padding:0px;
	margin:0px;
	}
.bullet01 {
	background:url(../images/icon01.jpg) no-repeat 0 0;
	line-height:2em;
	padding:5px 0px 9px 25px;
}
.img01 {
	margin:10px 0;
	text-align:center;
	line-height:1%;
}
.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) 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;
	padding:0;
	margin-right:20px;
	margin-left:416px;
	width: 154px;
}
#content ul.totop li {
	list-style: none;
	width: 154px;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
}
#content ul.totop li a {
	display: block;
	height: 32px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#content table {
	border-collapse:collapse;
/*	border-collapse: separate;*/
	border-spacing: 1px;
	border: 1px solid #c3c3c3;
	font-size: 100%;
	line-height:150%;
	color: #666;
	width:100%;
	}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #c3c3c3;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}


.margin_l10_r20 {
	margin-left:10px;
	margin-right:20px;
}
.margin_l18_r11 {
	margin-left:18px;
	margin-right:11px;
}
.margin_b25 {
	margin-bottom:25px;
}
.margin_b20 {
	margin-bottom:20px;
}
.margin_b34 {
	margin-bottom:34px;
}
.margin_b10 {
	margin-bottom:10px;
}
.f_left {
	float:left;
}
.text_blue {
	color:#3399CC;
	font-size:150%;
	font-weight:bold;
}
.text_orange {
	color:#ff983a;
	font-size:150%;
	font-weight:bold;
}

/*---------- 07  Index -----------*/
#index h2#title01 {
	background:url(../images/index_h2.jpg) no-repeat 0 0;
	margin:0px 0px 10px 0px;
}
#index .index {
	width:560px;
	margin:0px 0px 20px 13px;
	padding:0;
	overflow:hidden;
}

/*---------- 08  Concept -----------*/
#concept h2#title01 {
	background:url(../images/concept_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#concept h3#title02 {
	background:url(../images/concept_h3-01.jpg) no-repeat 0 0;
}
#concept h3#title03 {
	background:url(../images/concept_h3-02.jpg) no-repeat 0 0;
}
#concept h3#title04 {
	background:url(../images/concept_h3-03.jpg) no-repeat 0 0;
}
#concept h3#title05 {
	background:url(../images/concept_h3-04.jpg) no-repeat 0 0;
}
#concept p.concept01 {
	border:1px solid #82c6ff;
	background:#e8f5ff;
	padding:8px 10px;
}

#concept table {
	width:305px;
}
#concept .table01{
	width:550px;
}
.class_overflow {
	overflow:hidden;
}

/*---------- 09  Clinic  -----------*/
#clinic h2#title01 {
	background:url(../images/clinic_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#clinic h3#title02 {
	background:url(../images/clinic_h3-01.jpg) no-repeat 0 0;
}
#clinic h3#title03 {
	background:url(../images/clinic_h3-02.jpg) no-repeat 0 0;
}
#clinic h3#title04 {
	background:url(../images/clinic_h3-03.jpg) no-repeat 0 0;
}
#clinic h3#title05 {
	background:url(../images/clinic_h3-04.jpg) no-repeat 0 0;
}
#clinic h3#title06 {
	background:url(../images/clinic_h3-05.jpg) no-repeat 0 0;
}
#clinic h3#title07 {
	background:url(../images/clinic_h3-06.jpg) no-repeat 0 0;
}
#clinic h3#title08 {
	background:url(../images/clinic_h3-07.jpg) no-repeat 0 0;
}
#clinic h3#title09 {
	background:url(../images/clinic_h3-08.jpg) no-repeat 0 0;
}

#clinic h2#title10 {
	background:url(../images/clinic_h2-01.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}


/*#clinic .section { padding: 0 20px 0px 20px; margin-bottom:25px; overflow:hidden; }*/


#map {   
    width: 500px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  

#clinic p#address {
	margin: 0px 0px 0px 18px;
	}

#clinic p#image_clinic {
	margin: 0px 29px 0px 0px;
	}

* html #clinic p#image_clinic { margin: 0px 16px 0px 0px; } /*  for IE6 only */


/*---------- 10  Ortho  ------------*/
#ortho h2#title01 {
	background:url(../images/ortho_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#ortho h3#title02 {
	background:url(../images/ortho_h3-01.jpg) no-repeat 0 0;
}
#ortho h3#title03 {
	background:url(../images/ortho_h3-02.jpg) no-repeat 0 0;
}
#ortho h3#title04 {
	background:url(../images/ortho_h3-03.jpg) no-repeat 0 0;
}
#ortho h3#title05 {
	background:url(../images/ortho_h3-04.jpg) no-repeat 0 0;
}
#ortho h3#title06 {
	background:url(../images/ortho_h3-05.jpg) no-repeat 0 0;
}
#ortho h3#title07 {
	background:url(../images/ortho_h3-06.jpg) no-repeat 0 0;
}

/*---------- 11  Prevent -----------*/
#prevent h2#title01 {
	background:url(../images/prevent_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#prevent h3#title02 {
	background:url(../images/prevent_h3-01.jpg) no-repeat 0 0;
}
#prevent h3#title03 {
	background:url(../images/prevent_h3-02.jpg) no-repeat 0 0;
}
#prevent h3#title04 {
	background:url(../images/prevent_h3-03.jpg) no-repeat 0 0;
}
#prevent h4#title05 {
	background:url(../images/prevent_h4-01.jpg) no-repeat 0 0;
}
#prevent h4#title06 {
	background:url(../images/prevent_h4-02.jpg) no-repeat 0 0;
}
#prevent h4#title07 {
	background:url(../images/prevent_h4-03.jpg) no-repeat 0 0;
}
#prevent h4#title08 {
	background:url(../images/prevent_h4-04.jpg) no-repeat 0 0;
}
#prevent ul.margin_b20 {
	margin-bottom:20px;
	float:left;
	}
#prevent p#clear {
	clear: left;
	}
/*---------- 12  Child -------------*/
#child h2#title01 {
	background:url(../images/child_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#child h3#title02 {
	background:url(../images/child_h3-01.jpg) no-repeat 0 0;
}
#child h4#title03 {
	background:url(../images/child_h4-01.jpg) no-repeat 0 0;
}
#child h4#title04 {
	background:url(../images/child_h4-02.jpg) no-repeat 0 0;
}
#child h4#title05 {
	background:url(../images/child_h4-03.jpg) no-repeat 0 0;
}
#child h4#title06 {
	background:url(../images/child_h4-04.jpg) no-repeat 0 0;
}
/*---------- 13  Caries ------------*/
#caries h2#title01 {
	background:url(../images/caries_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#caries h3#title02 {
	background:url(../images/caries_h3-01.jpg) no-repeat 0 0;
}
#caries h3#title03 {
	background:url(../images/caries_h3-02.jpg) no-repeat 0 0;
}
#caries h4#title04 {
	background:url(../images/caries_h4-01.jpg) no-repeat 0 0;
}
#caries h4#title05 {
	background:url(../images/caries_h4-02.jpg) no-repeat 0 0;
}
#caries h4#title06 {
	background:url(../images/caries_h4-03.jpg) no-repeat 0 0;
}
#caries h4#title07 {
	background:url(../images/caries_h4-04.jpg) no-repeat 0 0;
}
#caries h4#title08 {
	background:url(../images/caries_h4-05.jpg) no-repeat 0 0;
}
/*---------- 14  Perio -------------*/
#perio h2#title01 {
	background:url(../images/perio_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#perio h3#title02 {
	background:url(../images/perio_h3-01.jpg) no-repeat 0 0;
}
#perio h3#title03 {
	background:url(../images/perio_h3-02.jpg) no-repeat 0 0;
}
#perio h3#title04 {
	background:url(../images/perio_h3-03.jpg) no-repeat 0 0;
}
#perio h4#title05 {
	background:url(../images/perio_h4-01.jpg) no-repeat 0 0;
}
#perio h4#title06 {
	background:url(../images/perio_h4-02.jpg) no-repeat 0 0;
}
#perio h4#title07 {
	background:url(../images/perio_h4-03.jpg) no-repeat 0 0;
}
#perio h4#title08 {
	background:url(../images/perio_h4-04.jpg) no-repeat 0 0;
}
/*---------- 15  Implant -----------*/
#implant h2#title01 {
	background:url(../images/implant_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#implant h3#title02 {
	background:url(../images/implant_h3-01.jpg) no-repeat 0 0;
}
#implant h3#title03 {
	background:url(../images/implant_h3-02.jpg) no-repeat 0 0;
}
#implant h3#title04 {
	background:url(../images/implant_h3-03.jpg) no-repeat 0 0;
}
#implant h4#title05 {
	background:url(../images/implant_h4-01.jpg) no-repeat 0 0;
}
#implant h4#title06 {
	background:url(../images/implant_h4-02.jpg) no-repeat 0 0;
}
#implant h4#title07 {
	background:url(../images/implant_h4-03.jpg) no-repeat 0 0;
}
#implant h4#title08 {
	background:url(../images/implant_h4-04.jpg) no-repeat 0 0;
}
#implant h4#title09 {
	background:url(../images/implant_h4-05.jpg) no-repeat 0 0;
}
/*---------- 16  Sitemap -----------*/
#sitemap h2#title01 {
	background:url(../images/sitemap_h2.jpg) no-repeat 0 0;
	margin:0px 20px 27px 20px;
}
#sitemap h3#title02 {
	background:url(../images/sitemap_h3-02.jpg) no-repeat 0 0;
}
#sitemap h4#title03 {
	background:url(../images/sitemap_h4-03.jpg) no-repeat 0 0;
}
#sitemap h4#title04 {
	background:url(../images/sitemap_h4-04.jpg) no-repeat 0 0;
}

/*---------- 17  Recruit -----------*/
#recruit h2#title01 {
	background:url(../images/recruit_h2.jpg) no-repeat 0 0;
	margin:0px 20px 10px 20px;
}
#recruit h3#title02 { background:url(../images/recruit_h3-01.jpg) no-repeat 0 0;}
#recruit h3#title03 { background:url(../images/recruit_h3-02.jpg) no-repeat 0 0; margin-top: 20px;}
#recruit h3#title04 { background:url(../images/recruit_h3-03.jpg) no-repeat 0 0; margin-top: 20px;}
#recruit h3#title05 { background:url(../images/recruit_h3-04.jpg) no-repeat 0 0; margin-top: 20px;}
#recruit h3#title06 { background:url(../images/recruit_h3-05.jpg) no-repeat 0 0; margin-top: 20px;}

#recruit p{
	margin-bottom: 10px;
}

#recruit table td{
	text-align: left;
	vertical-align: top;
}

#recruit table td.lefttd{
	width: 20%;
}

#recruit table td.lefttd02{
	width: 20%;
	color: #419cf2;
}


.red-b {
  color: red;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
