@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/
#body_01 { background: none; }
#body_02 { background: none; }
#body_03 { background: url(../images/body_bg03.jpg) bottom repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	height: 453px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}
	
#wrapper02 {
	background: url(../images/wrapper02_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}

#wrapper03 {
	background: url(../images/wrapper03_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}
	
#wrapper04 {
	background: url(../images/wrapper04_bg.jpg) repeat-y;
	width: 800px;
	height: 130px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}
	
* html body #wrapper { width: 820px; }
* html body #wrapper02 { width: 820px; }
* html body #wrapper03 { width: 820px; }
* html body #wrapper04 { width: 820px; }

#main {
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 580px;
	float: left;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 0 0;
	}
	
.main_img {
  margin: 0;
	padding: 0;
	height: 323px;
	}
	

/*---------- 03  Header -----------*/

#header {
	background:url(../images/header_bg.jpg);
	height: 90px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 312px;
	height: 50px;
	line-height: 1.0;
	float: left;
	padding: 5px 0 0 0;
	}
h1 a {
	display: block;
	width: 312px;
	height: 50px;
	background:none;
	}

#header .section {
	width: 410px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 60px;
	float:right;
	}
#header p.tel img { display: block; }

#header .header_text {
  height: 10px;
  font-size: 85%;
	margin: 0 0 0 5px;
	}
	
*:first-child+html .header_text { font-size: 9px; } /*  for IE7 only */
* html body .header_text { font-size: 9px; } /*  for IE6 only */


#header_nav {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 205px;
	height: 40px;
	float: left;
	}

#header_nav li {
	height: 40px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 40px;
	}

#nav01 { width: 105px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 100px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -105px 0 no-repeat;
	width: 100px;
	}
	
#nav01 a:hover {
	background: url(../images/header_nav.jpg) 0 -40px no-repeat;
	}
#nav02 a:hover {
	background: url(../images/header_nav.jpg) -105px -40px no-repeat;
	}
	
	
/*---------- 03  Header_nav02 -----------*/
	
#header-nav02 {
	clear: both;
	margin: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 40px;
	}
	

#header-nav02 li {
	height: 40px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav02 li a {
	display: block;
	height: 40px;
	
	}

#nav03,
#nav04,
#nav05,
#nav06,
#nav07 { width: 160px; }


#nav03 a { background: url(../images/header_nav02.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/header_nav02.jpg) -160px 0 no-repeat; }
#nav05 a { background: url(../images/header_nav02.jpg) -320px 0 no-repeat; }
#nav06 a { background: url(../images/header_nav02.jpg) -480px 0 no-repeat; }
#nav07 a { background: url(../images/header_nav02.jpg) -640px 0 no-repeat; }

#nav03 a:hover { background: url(../images/header_nav02.jpg) 0 -40px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav02.jpg) -160px -40px no-repeat; }
#nav05 a:hover { background: url(../images/header_nav02.jpg) -320px -40px no-repeat; }
#nav06 a:hover { background: url(../images/header_nav02.jpg) -480px -40px no-repeat; }
#nav07 a:hover { background: url(../images/header_nav02.jpg) -640px -40px no-repeat; }


/*----------04  Navigation2 -----------*/

#nav {
	width: 220px;
	float: right;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 60px;
	}

#nav .internal li a {
	display: block;
	height: 60px;
	text-decoration: none;
	color: #505050;
	}
	
#nav h2#nav_title01 {
	background: url(../images/nav.jpg) 0 0 no-repeat;
	height: 65px;
	text-indent: -9999px; 
	 }
	 
#nav .nav_title02 {
  color: #8B5C29;
	font-weight: bold;
	font-size: 124%;
	line-height: 2em;
	 }
	 
#nav #nav11 {
	height: 75px;
	background: url(../images/nav.jpg) 0 -245px no-repeat;
	}
	
#nav #nav11 a {
	height: 60px;
	}
#nav #nav12 {
	height: 105px;	
	background: url(../images/nav.jpg) 0 -320px no-repeat;
	
	}
	
#nav #nav12 a {
	height: 100px;
	text-indent:-9999px;
	}


#nav08 a { background: url(../images/nav.jpg) 0 -65px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -125px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -185px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }

#nav08 a:hover { background: url(../images/nav.jpg) -220px -65px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -125px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -185px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -220px -245px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -220px -320px no-repeat; }

#nav p { text-align: center; }

#shika-town a{
	width:200px;
	height:40px;
	margin:10px;
	background:url(../images/ban_shika-town.jpg);
	display:block;
	text-indent:-9999px;
}
#shika-town a:hover{
	background-position:0 100%;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 800px;
	font-size: 85%;
	text-align: center;
	color: #FFF;
	height: 60px;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
	}
	
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 10px 0 0 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }
.right { text-align: right; }

#content h2 {
	height: 40px;
	color: #30281D;
	margin: 0 15px;
	font-weight: bold;
	font-size: 170%;
	background: url(../images/h2.jpg) 0 0 repeat-x;
	}
#content h3 {
	clear: both;
	font-weight: bold;
	color: #332B20;
	height: 30px;
	line-height: 20px;
	font-size: 116%;
	margin-left: -10px;
	padding-left: 10px;
	background: url(../images/h3.jpg) left 0 no-repeat;
	}
#content h4 {
	line-height: 18px;
	font-size: 108%;
	font-weight: bold;
	color: #815E3E;
	}

#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;
	color: #332B20;
	}

#content a { text-decoration: underline; }

a {
	color: #267DB8;
	outline: none;
	}
a:hover { 
  color: #09496D;
	}

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.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-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 127px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/to_top.png) 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: separate;
	border-spacing: 1px;
	border: 1px solid #515151;
	font-size: 100%;
	color: #666;
	width: 510px;
	margin: 10px 0 0 10px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #515151;
	}

#content table th {
	background: #4B3E2D;
	color: #FFF;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.bg_blue {
  background-color: #EAE4D4;
	padding: 10px 20px;
	margin-top: 20px;
	}

.flow { 
	background: url(../images/arrow_b.png) 50% 90% no-repeat;
		padding-bottom: 35px;
		}
		
#content .bordered { 
	border: 1px solid #EAE4D4;
	padding:0 5px 10px 5px;
	}
	
.flow_title {
  font: 108%;
	font-weight: bold;
	padding-left: 5px;
	background: #EAE4D4;
	color: #332B20;
	}

.qc_rec a{
	width:220px;
	height:60px;
	margin:10px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/tour04.jpg);
}
.qc_rec a:hover{
	background-position:0 100%;
}

/*---------- 07  Index -----------*/
#index .alpha {
  float: left;
	width: 182px;
	}
	
#index .beta {
  float: right;
	width: 350px;
	}
	
#index #content table {
	width: 310px;
	margin: 10px 0 0 20px;
	}


#index #content table th {
	width: 80px;
	}

.info_ti{
	width:303px;
	height:20px;
	margin:0 20px;
	background-color:#ffffff;
	border-left:solid 7px #30281D;
	color:#30281D;
	font-weight:bold;
	text-indent:7px;
	display:block;
}
#index .info{
	width:283px;
	padding:10px;
	margin:10px 20px 0 20px;
	background-color:#EAE4D4;
	border:solid 1px #080d35;
	display:block;
}
#index #content h2 {
	height: 90px;
	color: #30281D;
	margin: 0 15px;
	font-weight: bold;
	font-size: 170%;
	background: none;
	}

/*---------- 08  Tour -----------*/
#tour .alpha {
  float: left;
	width: 200px;
	text-align: center;
	}
	
#tour .beta {
  float: right;
	width: 320px;
	}


/*---------- 09  Clinic -----------*/
#clinic .alpha {
  float: left;
	width: 340px;
	text-align: center;
	}
	
#clinic .beta {
  float: right;
	width: 170px;
	}
	
#clinic .beta dl {
  margin: 0;
	}
	
#clinic #map {   
  width: 300px;   
  height: 300px;   
  border: 2px solid #ccc;   
  margin: 10px;   
    }
.require {
  width: 8px;
	}
	
#clinic #content table .form_mail {
  width: 130px;
	}
	
/*---------- 10  Caries -----------*/
	
#caries .alpha {
  float: left;
	width: 200px;
	text-align: center;
	}
	
#caries .beta {
  float: right;
	width: 260px;
	padding: 10px;
	}
	
#caries #content ul li {
	background: url(../images/li_bg_blue.png) 0 4px no-repeat;
	font-weight: bold;
	}
	
/*---------- 11  Denture -----------*/

#denture #content table th {
	width: 250px;
	}
	
#denture #content ul {
  margin: 0;
	}
	
#denture #content .answ {
  background: #EAE4D4;
	font-size: 116%;
	font-weight: bold;
	color: #E02C12;
	text-align: center;
	}
	
/*---------- 12  Sitemap -----------*/

#sitemap #content ul {
  margin: 0;
	}
	
/*---------- 13  ptmc -----------*/
.text{
	color:#CC0000;
}
/*---------- 14  Medical -----------*/
#medical .text{
	width:540px;
	height:300px;
	text-indent:-9999px;
	background:url(../images/medical01.jpg);
}