@charset "UTF-8";
@import "base.css";



/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      71.43%              */
/*                   11px      78.57%              */
/*                   12px      85.71%              */
/*                   14px     100.00%              */
/*                   16px     114.28%              */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body {
	background: url(../images/body_bg.jpg) top no-repeat #faf1e8;
	line-height:1.286em; color:#666; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) center repeat-y;
	width: 904px;
	margin:0px auto;
	padding: 0 2px;
	text-align: left;
	}
	

#main {
	width:900px;
	margin:0 4px 0 4px;
	}

#content {
	width:630px;
	float:right;
	font-size:100%;
	margin:0; 
	padding:0 10px 0 0;
	display:block;
}

*html #content { width: 640px; padding:0 20px 0 0; }



/*---------- 03  Header -----------*/
#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height:256px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

*html #header { margin:0 4px 0 4px; }

#index #header {
	background: url(../images/header_index_bg.jpg) 0 0 no-repeat;
	height:386px;
}

h1 {
	line-height: 1.0;
	margin:0px;
	padding: 22px 0 0 30px;
}
h1 a {
	display: block;
	}

#header p.header_text { color:#000000; font-size:85.71%; line-height:1.5em; padding:9px 0 4px 21px; margin:0; }



#reserved {
	text-indent: -9999px;
	width:200px;
	height:80px;
	line-height: 1.0;
	margin:50px 0 0 20px;
}
#reserved a {
	display: block;
	width:200px;
	height:80px;
	}


#header_nav {
	margin:0 6px;
	padding: 0;
	list-style: none;
	width:892px;
	height:55px;
	}
	
*html #header_nav { margin:0 0 0 8px; }

#header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:892px;
}
#header_nav ul li {
	height:55px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:223px;
	}

#header_nav ul li a {
	text-indent: -9999px;
	display: block;
	height:55px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -223px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.jpg) -446px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.jpg) -669px 0 no-repeat; }


#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -55px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -223px -55px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.jpg) -446px -55px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.jpg) -669px -55px no-repeat; }



/*----------04  Navigation -----------*/

#nav {
	width:240px;
	float: left;
	margin:0; 
	display:block;
	padding: 0 0 0 5px;
	background: url(../images/nav_bg.jpg) 5px 0 repeat-y;
}

#nav .nav_top {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	height: 15px;
	}

#nav ul{
	margin: 0;
	margin-left: 0;
	padding: 0 0 0 11px;
	list-style: none;
	}
#nav li {
	margin: 0;
	padding:0;
	height:39px;
	list-style: none;
	width:220px;
	}

#nav .internal li {
	height: 39px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 39px;
	}


#nav .internal li #navtop {
line-height:1.0;
height:15px;
}

#nav .nav_bottom {
line-height:1.0;
height:57px;
}


#nav06 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -39px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -78px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -116px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -155px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -194px no-repeat; }


#nav06 a:hover { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -39px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -78px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -116px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -155px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -220px -194px no-repeat; }


#nav p { margin:0; }

#nav .banner{
margin-top:10px;
margin-bottom:10px;
margin-left: 11px;
}
#nav .banner2{
margin-top:10px;
margin-bottom:10px;
margin-left: 0;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding:0;
	margin: 0;
	background:#432c0d;
	height:181px;
	}

#footer_content{
	background:url(../images/footer_bg.jpg) no-repeat 0 0;
	height:161px;
	width:850px;
	padding:10px 25px;
	margin:0 auto;
	}


*html #footer_content{
	background:url(../images/footer_bg.jpg) no-repeat 0 0;
	height:161px;
	width:900px;
	padding:10px 25px;
	margin:0 auto;
	}

#footer_content p{
margin:0;
padding:0;
}


/*---------- 06  Contents -----------*/

.section { padding: .5em 3px 0em 2px; margin-left:18px; margin-right:17px; }


.center { text-align: center; }

#content h2 {
	height:23px;
	text-indent: -9999px;
	margin:10px 0 0 0;
	}
#content h3 {
	clear: both;
	height:41px;
	text-indent: -9999px;
	clear:both;
	margin:20px 0 10px 0;
	}
#content h4 {
	height:19px;
	text-indent: -9999px;
	margin:1px -3px 0 -2px;
	padding:0 ;
	clear:both;
}
*html body #content h4 { padding:0 0 15px 0; } /*  for IE6 only */
#content h5 {
	background:url(../images/icon01.jpg) no-repeat 0 1px;
	font-size: 100%;
	font-weight: bold;
	margin:10px 0 5px -2px;
	padding:1px 0 0 22px;
	line-height:1.0em;
	clear:both;
	}

#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: #666;
	outline: none;
	}
a:hover { color: #bf4d00; }

#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_l_indexh2  {
	float: left;
	margin: 0 0 8px 0;
	}



.image_r {
	float: right;
	margin: 0 10px 8px 16px;
	}



.case {
	margin:0px 35px;
	background: url(../images/arrow_h.jpg) center 65px 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 {
	color:#ff6600;
	text-align: center;
	}

#content ul.totop {
	clear: both;
	padding-bottom:15px;
	}

#content ul.totop li {
	list-style: none;
	width: 112px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/totop.jpg) 0 0 no-repeat;
	}



#content table {
	border-collapse:collapse;
	border-spacing: 1px;
	border: 1px solid #666666;
	width:580px;
	font-size:100%;
	line-height:1.286em; color:#666;
	margin:10px 0;
}

#content table th,
#content table td {
	padding: 4px 10px;
	border: 1px solid #cccccc;
	}
#content table td.td_top { vertical-align:top; }
#content table td.td_center { text-align:center; }
#content table td.td_right { text-align:right; }
#content table th {
	background: #e8e8e8;
	color: #636570;
	}


/*----------   Index -----------------*/

#index #index_box{
border: 1px solid #cccccc;
padding:1px;
}

#index_box p{
padding:0;
margin:0;
}

#index .alpha{
width: 270px;
float:left;
margin:10px 0 10px 10px;
display: inline;
}

#index .beta{
width 280px;
float:right;
margin: 10px;
display: inline;
}

#index_box dl{
margin:0px;
padding:0px;
}

#index_box dt{
width:70px;
background:#351d01;
color:#ffffff;
font-weight:normal;
text-indent:5px;
float:left;
}

#index_box dd{
margin-left:80px;
margin-bottom:10px;
}


#map{
width:280px;
height:200px;
}

#index #tiny_box{
border: 1px solid #cccccc;
width:620px;
margin:10px auto;
}

#index #tiny_box p{
padding: 0;
margin: 5px 5px 5px 10px;
}
.tiny { margin: 5px; }
#index #content .tiny table { border: none; }
#index #content .tiny table td { border: none;}


/*----------   Staff  -----------------*/
#staff #header {background: url(../images/staff_header_bg.jpg) 0 0 no-repeat;}

#staff #title01 { background:url(../images/staff_h2-01.jpg) no-repeat 0 0; }
#staff #title02 { background:url(../images/staff_h3-02.jpg) no-repeat 0 0; }
#staff #title03 { background:url(../images/staff_h4-03.jpg) no-repeat 0 0; }
#staff #title04 { background:url(../images/staff_h4-04.jpg) no-repeat 0 0; }
#staff #title05 { background:url(../images/staff_h3-05.jpg) no-repeat 0 0; }
#staff #title06 { background:url(../images/staff_h3-06.jpg) no-repeat 0 0; }
#staff #title07 { background:url(../images/staff_h4-07.jpg) no-repeat 0 0; }
#staff #title08 { background:url(../images/staff_h4-08.jpg) no-repeat 0 0; }
#staff #title09 { background:url(../images/staff_h4-09.jpg) no-repeat 0 0; }
#staff #title10 { background:url(../images/staff_h4-10.jpg) no-repeat 0 0; }
#staff #title11 { background:url(../images/staff_h4-11.jpg) no-repeat 0 0; }
#staff #title12 { background:url(../images/staff_h4-12.jpg) no-repeat 0 0; }
#staff #title13 { background:url(../images/staff_h4-13.jpg) no-repeat 0 0; }
#staff #title14 { background:url(../images/staff_h4-14.jpg) no-repeat 0 0; }

.saffname {
color:#ff6600;
font-weight:bold;
}

#map_staff{
width:450px;
height:450px;
margin:5px auto;
}


/*----------   Esthe  -----------------*/
#esthe #header {background: url(../images/esthe_header_bg.jpg) 0 0 no-repeat;}

#esthe #title01 { background:url(../images/esthe_h2-01.jpg) no-repeat 0 0; }
#esthe #title02 { background:url(../images/esthe_h3-02.jpg) no-repeat 0 0; }
#esthe #title03 { background:url(../images/esthe_h3-03.jpg) no-repeat 0 0; }
#esthe #title04 { background:url(../images/esthe_h4-04.jpg) no-repeat 0 0; }
#esthe #title05 { background:url(../images/esthe_h4-05.jpg) no-repeat 0 0; }
#esthe #title06 { background:url(../images/esthe_h4-06.jpg) no-repeat 0 0; }
#esthe #title07 { background:url(../images/esthe_h4-07.jpg) no-repeat 0 0; }
#esthe #title08 { background:url(../images/esthe_h4-08.jpg) no-repeat 0 0; }
#esthe #title09 { background:url(../images/esthe_h3-09.jpg) no-repeat 0 0; }
#esthe #title10 { background:url(../images/esthe_h4-10.jpg) no-repeat 0 0; }
#esthe #title11 { background:url(../images/esthe_h4-11.jpg) no-repeat 0 0; }
#esthe #title12 { background:url(../images/esthe_h3-12.jpg) no-repeat 0 0; }
#esthe #title13 { background:url(../images/esthe_h4-13.jpg) no-repeat 0 0; }
#esthe #title14 { background:url(../images/esthe_h4-14.jpg) no-repeat 0 0; }
#esthe #title15 { background:url(../images/esthe_h4-15.jpg) no-repeat 0 0; }
#esthe #title16 { background:url(../images/esthe_h4-16.jpg) no-repeat 0 0; }
#esthe #title17 { background:url(../images/esthe_h4-17.jpg) no-repeat 0 0; }

#esthe #content table td.price_title { background: #F6F5F0; }
#esthe #content .price table th { width: 200px; }

/*----------   Guidance  -----------------*/
#guidance #header {background: url(../images/guidance_header_bg.jpg) 0 0 no-repeat;}

#guidance #title01 { background:url(../images/guidance_h2-01.jpg) no-repeat 0 0; }
#guidance #title02 { background:url(../images/guidance_h3-02.jpg) no-repeat 0 0; }
#guidance #title03 { background:url(../images/guidance_h4-03.jpg) no-repeat 0 0; }
#guidance #title04 { background:url(../images/guidance_h3-04.jpg) no-repeat 0 0; }
#guidance #title05 { background:url(../images/guidance_h3-05.jpg) no-repeat 0 0; }
#guidance #title06 { background:url(../images/guidance_h4-06.jpg) no-repeat 0 0; }
#guidance #title07 { background:url(../images/guidance_h4-07.jpg) no-repeat 0 0; }
#guidance #title08 { background:url(../images/guidance_h4-08.jpg) no-repeat 0 0; }
#guidance #title09 { background:url(../images/guidance_h4-09.jpg) no-repeat 0 0; }
#guidance #title10 { background:url(../images/guidance_h4-10.jpg) no-repeat 0 0; }
#guidance #title11 { background:url(../images/guidance_h4-11.jpg) no-repeat 0 0; }
#guidance #title12 { background:url(../images/guidance_h4-12.jpg) no-repeat 0 0; }
#guidance #title13 { background:url(../images/guidance_h4-13.jpg) no-repeat 0 0; }

#guidance .point{
  font-size:16px;
  font-weight:bold;
  line-height:20px;
  color:#ff0000;
}

#guidance dt{
  font-size:14px;
  font-weight:bold;
  color:#482600;
  border-bottom:dotted 1px #482600;
}

/*----------   Implant  -----------------*/
#implant #header {background: url(../images/implant_header_bg.jpg) 0 0 no-repeat;}

#implant #title01 { background:url(../images/implant_h2-01.jpg) no-repeat 0 0; }
#implant #title02 { background:url(../images/implant_h3-02.jpg) no-repeat 0 0; }
#implant #title03 { background:url(../images/implant_h4-03.jpg) no-repeat 0 0; }
#implant #title04 { background:url(../images/implant_h4-04.jpg) no-repeat 0 0; }
#implant #title05 { background:url(../images/implant_h3-05.jpg) no-repeat 0 0; }
#implant #title06 { background:url(../images/implant_h4-06.jpg) no-repeat 0 0; }
#implant #title07 { background:url(../images/implant_h4-07.jpg) no-repeat 0 0; }
#implant #title08 { background:url(../images/implant_h3-08.jpg) no-repeat 0 0; }
#implant #title09 { background:url(../images/implant_h4-09.jpg) no-repeat 0 0; }
#implant #title10 { background:url(../images/implant_h4-10.jpg) no-repeat 0 0; }

#implant dt{
  font-size:14px;
  font-weight:bold;
  color:#ff6600;
  border-bottom:dotted 1px #482600;
}

#implant dd{
margin-bottom:10px;
}

#implant #content .price table th { width: 200px; }

/*----------   Preriot  -----------------*/
#perio #header {background: url(../images/perio_header_bg.jpg) 0 0 no-repeat;}

#perio #title01 { background:url(../images/perio_h2-01.jpg) no-repeat 0 0; }
#perio #title02 { background:url(../images/perio_h3-02.jpg) no-repeat 0 0; }
#perio #title03 { background:url(../images/perio_h4-03.jpg) no-repeat 0 0; }
#perio #title04 { background:url(../images/perio_h4-04.jpg) no-repeat 0 0; }
#perio #title05 { background:url(../images/perio_h3-05.jpg) no-repeat 0 0; }

#perio #title04 {
margin:20px 0 10px 0
}

#perio .flow01 th{
background:#ffcccc;
}

#perio .flow02 th{
background:#ff9999;
}

#perio .flow03 th{
background:#ff6666;
color:#ffffff;
}


#perio .flow04 th{
width:200px;
}


/*----------   Prevent  -----------------*/
#prevent #header {background: url(../images/prevent_header_bg.jpg) 0 0 no-repeat;}

#prevent #title01 { background:url(../images/prevent_h2-01.jpg) no-repeat 0 0; }
#prevent #title02 { background:url(../images/prevent_h3-02.jpg) no-repeat 0 0; }
#prevent #title03 { background:url(../images/prevent_h4-03.jpg) no-repeat 0 0; }
#prevent #title04 { background:url(../images/prevent_h3-04.jpg) no-repeat 0 0; }
#prevent #title05 { background:url(../images/prevent_h3-05.jpg) no-repeat 0 0; }
#prevent #title06 { background:url(../images/prevent_h4-06.jpg) no-repeat 0 0; }
#prevent #title07 { background:url(../images/prevent_h4-07.jpg) no-repeat 0 0; }
#prevent #title08 { background:url(../images/prevent_h3-08.jpg) no-repeat 0 0; }
#prevent #title09 { background:url(../images/prevent_h4-09.jpg) no-repeat 0 0; }
#prevent #title10 { background:url(../images/prevent_h4-10.jpg) no-repeat 0 0; }

#prevent .box01{
border:1px solid #cccccc;
background:#ffeeee;
padding:10px;
margin:5px;
}

#prevent .box01 dl{
margin:0;
padding:0;
}

#prevent .box01 dt{
  font-size:14px;
  font-weight:bold;
  color:#330000;
}

#prevent .box01 dd{
line-height:20px;
}


#prevent .box02{
border:1px solid #cccccc;
background:#eefffe;
padding:10px;
margin:5px;
}

#prevent .box02 dl{
margin:0;
padding:0;
}

#prevent .box02 dt{
  font-size:14px;
  font-weight:bold;
  color:#330000;
}

#prevent .box02 dd{
line-height:20px;
}


#prevent .box03{
border:1px solid #cccccc;
background:#fffbe7;
padding:10px;
margin:5px;
}

#prevent .box03 dl{
margin:0;
padding:0;
}

#prevent .box03 dt{
  font-size:14px;
  font-weight:bold;
  color:#330000;
}

#prevent .box03 dd{
line-height:20px;
}




/*----------   Recruit  -----------------*/
#recruit #header {background: url(../images/recruit_header_bg.jpg) 0 0 no-repeat;}

#recruit #title01 { background:url(../images/recruit_h2-01.jpg) no-repeat 0 0; }
#recruit #title02 { background:url(../images/recruit_h3-02.jpg) no-repeat 0 0; }
#recruit #title03 { background:url(../images/recruit_h4-03.jpg) no-repeat 0 0; }

#recruit th{
width:220px;
}


/*----------   Surgery  -----------------*/
#surgery #header {background: url(../images/surgery_header_bg.jpg) 0 0 no-repeat;}

#surgery #title01 { background:url(../images/surgery_h2-01.jpg) no-repeat 0 0; }
#surgery #title02 { background:url(../images/surgery_h3-02.jpg) no-repeat 0 0; }
#surgery #title03 { background:url(../images/surgery_h4-03.jpg) no-repeat 0 0; }
#surgery #title04 { background:url(../images/surgery_h3-04.jpg) no-repeat 0 0; }
#surgery #title05 { background:url(../images/surgery_h4-05.jpg) no-repeat 0 0; }


#surgery .box{
border:1px solid #cccccc;
background:#ffeeee;
padding:10px;
margin:5px;
}


/*----------   Surgery  -----------------*/
#contact #header {background: url(../images/contact_header_bg.jpg) 0 0 no-repeat;}
#contact #title01 { background:url(../images/contact_h2-01.jpg) no-repeat 0 0; }
#contact #title02 { background:url(../images/contact_h3-02.jpg) no-repeat 0 0; }

#tiny table td { vertical-align: top;}