@charset "UTF-8";
/* CSS Document */
/*****************************************************基本スタイル*/
* {
	margin:0;
	padding:0;
	}
	
body {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#FFF;
	}
h1,h2,h3,h4,ul,li,p,em,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border:0;
	}
.cl {
	clear:both;
	}
	
.toparrow {
	margin:10px 0;
	text-align:right;
	}
.imgbox {
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	margin: 5px;
	float: left;
	height: 133px;
}
	
a:link {
	text-decoration:none;
	color:#666;
	}
	
a:visited {
	text-decoration:none;
	color:#666;
	}
	
a:hover {
	text-decoration:underline;
	color:#a4d100
	}
/*****************************************************レイアウト*/	
#wrapper {
	width:800px;
	background-image:url(../images/wrapper_haikei.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	position:relative;
	margin:0 auto;
	padding: 0 8px;
	}
	
/*\*/
* html #wrapper,* html #footer {width: 800px; padding: 0 8px;}	/* For Win IE */
/* */ 

/*****************************************************ヘッダー*/	
#header {
	height:75px;
	background-image:url(../images/header_border.png);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
#header h1 {
	text-align:right;
	padding:10px 15px;
	font-size: 12px;
	line-height: 20px;
	}
#header p img {
	float: right;
	padding:0 15px;
	}
/*****************************************************ロゴ*/		
#rogo {
	width:216px;
	height:143px;
	position:absolute;
	top:0;
	left:15px;
	z-index:3;
	}
/*****************************************************グローバルナビ*/		
#global_navi {
	height:50px;
	padding-left:224px;
	background-image:url(../images/global_navi_haikei.png);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
#global_navi a {
	display:block;
	text-decoration:none;
	}
	
#global_navi a em {
	position:absolute;
	left:-9999px;
	}	
	
#global_navi ul {
	list-style-type:none;
	}
	
#global_navi li {
	float:left;
	}
	
#global_navi #clinic {
	background-image:url(../images/clinic.png);
	background-repeat:no-repeat;
	width:138px;
	height:50px;
	background-position: center top;
	}
	
#global_navi a:hover#clinic {
	background-image:url(../images/clinic.png);
	background-repeat:no-repeat;
	width:138px;
	height:50px;
	background-position: center -50px;
	}
	
#global_navi #doctor {
	background-image:url(../images/doctor.png);
	background-repeat:no-repeat;
	width:146px;
	height:50px;
	background-position: center top;
	}
	
#global_navi a:hover#doctor {
	background-image:url(../images/doctor.png);
	background-repeat:no-repeat;
	width:146px;
	height:50px;
	background-position: center -50px;
	}
	
#global_navi #access {
	background-image:url(../images/access.png);
	background-repeat:no-repeat;
	width:146px;
	height:50px;
	background-position: center top;
	}
	
#global_navi a:hover#access {
	background-image:url(../images/access.png);
	background-repeat:no-repeat;
	width:146px;
	height:50px;
	background-position: center -50px;
	}
	
#global_navi #contact {
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	width:146px;
	height:50px;
	background-position: center top;
	}
	
#global_navi a:hover#contact {
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	width:146px;
	height:50px;
	background-position: center -50px;
	}
/*****************************************************サブナビ*/		
#sabu_navi {
	float:left;
	width:200px;
	margin-top: 22px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 16px;
	}
/*\*/	
* html #sabu_navi {
	float:left;
	width:200px;
	margin-top: 22px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 8px;
	} /* For Win IE */
/* */ 	
#sabu_navi ul {
	list-style-type:none;
	}
#sabu_navi li {
	padding:8px 0 2px 0;
	}
	
#sabu_navi a {
	display:block;
	text-decoration:none;
	}
#sabu_navi a em {
	position:absolute;
	left:-9999px;
	}
#sabu_navi #video {
	background-image:url(../images/videogallery.png);
	background-repeat:no-repeat;
	width:200px;
	height:120px;
	}
	
#sabu_navi a:hover#video {
	background-image:url(../images/videogallery_on.png);
	background-repeat:no-repeat;
	width:200px;
	height:120px;
	}
	
#sabu_navi #sabu01 {
	background-image:url(../images/sabu01.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi a:hover#sabu01 {
	background-image:url(../images/sabu01_on.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
#sabu_navi #sabu02 {
	background-image:url(../images/sabu02.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi a:hover#sabu02 {
	background-image:url(../images/sabu02_on.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi #sabu03 {
	background-image:url(../images/sabu03.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi a:hover#sabu03 {
	background-image:url(../images/sabu03_on.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi #sabu04 {
	background-image:url(../images/sabu04.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi a:hover#sabu04 {
	background-image:url(../images/sabu04_on.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi #sabu05 {
	background-image:url(../images/sabu05.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}
	
#sabu_navi a:hover#sabu05 {
	background-image:url(../images/sabu05_on.png);
	background-repeat:no-repeat;
	width:200px;
	height:42px;
	}								
/*****************************************************メインコンテンツ*/		
#contner {
	width:580px;
	float:right;
	margin-top: 22px;
	}
	
#main_content {
	width:555px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	}
#main_content img {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	}
	
#news_content {
	width:555px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	}
	
#news_content dl {
	width: 454px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#news_content dt {
	float:left;
	width:100px;
	padding: 8;
	font-size: 14px;
	line-height: 25px;
	}
	
#news_content dd {
	margin-left:120px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 14px;
	line-height: 25px;
	}
#news_content em {
	color: #ABCD03;
	padding-left: 10px;
	font-weight: normal;
}
#treatment,#link {
	width:555px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	display: block;
	margin-left: 10px;
	}
#treatment h2.title01 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	background-image: url(../images/h2title_full.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
	text-indent: 1em;
	}
#treatment h2.title02 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	background-image: url(../images/h2title_video.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
	text-indent: 1em;
}
#treatment h2.title03 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_comprehensive.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#treatment h2.title04 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_perio.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#treatment h2.title05 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_director.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#treatment h2.title06 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_dentist.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#access_area  h2.title07 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_time.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#access_area  h2.title08 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_map.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#treatment .full_text01,
#link .link_text01 {
	margin-top:10px;
	}
#treatment .full_text01 h3,
#link .link_text01 h3 {
	height:30px;
	font-size:16px;
	line-height:30px;
	text-indent:0.5em;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B4CC31;
	border-left-color: #B4CC31;
	width: 530px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	}
#treatment .full_text01 img {
	padding:10px 7px 0 8px;
	}
#treatment .full_text01 p {
	text-indent:1em;
	font-size: 90%;
	color: #666;
	padding:5px 8px 10px 8px;
	}
#treatment .videogallery {
	height: 270px;
	width: 480px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border:3px solid #666666;
}
#treatment   .doctor_area {
	width: 180px;
	margin: 10px;
	text-align:center;
	float: left;
}
#treatment   .doctor_area   img{
	border: 1px solid #999999;
}
#treatment  .doctor_area  p {
	font-size: 90%;
}
#treatment .director_text{
	float: right;
	width: 330px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#treatment .director_text h4{
	height:25px;
	margin-bottom:10px;
	background-color:#d0e24f;
	line-height:25px;
	border-left:3px solid #339933;
	color: #339933;
	font-size: 14px;
	width: 80px;
	padding-left: 5px;
	}
#treatment .director_text dl{
	padding-right: 5px;
	padding-left: 5px;
}
#treatment .director_text dt{
	float: left;
	padding-right: 10px;
	font-size: 13px;
	line-height: 25px;
}
#treatment .director_text dd {
	font-size: 13px;
	line-height: 25px;
}

#treatment .director_text ul {
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
}
#treatment .director_text ul li {
	font-size: 13px;
	line-height: 25px;
}

#treatment .doctor_text{
	clear:both;
	background-image: url(../images/text_haikei.png);
	background-repeat: repeat-x;
	background-position: left top;
	border:1px solid #e8e8e8;
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 15px;
	}
#treatment  .doctor_text  p{
	font-size:90%;
	text-indent:1em;
	}
#treatment #director_area02 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#treatment .dentist_text{
	width: 330px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 0px;
	float: right;
	}
	
#treatment .dentist_text h4{
	width:80px;
	height:25px;
	margin-bottom:10px;
	background-color:#d0e24f;
	line-height:25px;
	border-left:3px solid #339933;
	color: #339933;
	font-size: 14px;
	padding-left: 5px;
	}
	
#treatment .dentist_text dl{
	padding-left: 5px;
	padding-right: 5px;
}
#treatment .dentist_text dt{
	float: left;
	padding-right: 10px;
	font-size: 13px;
	line-height: 25px;
}
#treatment .dentist_text dd {
	font-size: 13px;
	line-height: 25px;
}
#treatment .dentist_text ul {
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
}
#treatment .dentist_text ul li {
	font-size: 13px;
	line-height: 25px;
}
#access_area {
	width:555px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	display: block;
	margin-left: 10px;
}
#access_area .leftbox {
	height: 200px;
	width: 220px;
	float: left;
	padding-right: 10px;
}
#access_area  dl {
	margin-top: 5px;
}
#access_area  dt {
	font-size: 90%;
}
#access_area  dd {
	font-size: 90%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5e25f;
	margin-left: 230px;
	margin-right: 100px;
	padding-bottom: 5px;
}
#access_area  .map_area {
	width: 545px;
	text-align:center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#access_area  .map_text {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#access_area  .map_text  h4 {
	width:100px;
	height:20px;
	margin-bottom:10px;
	background-color:#d0e24f;
	text-align:center;
	line-height:20px;
	border-left:3px solid #339933;
	color: #339933;
}
#access_area  .map_text  ul {
	list-style-type: none;
	font-size: 90%;
}
#access_area  .mapbotton {
	clear:both;
	width:800px;
	height:22px;
	position:absolute;
	top:125px;
	right:20px;
	z-index:2;
	}
#access_area  .map_text  img {
	margin-top: 10px;
}
#access_area   img.print {
	display: none;
}
#clinic_area {
	width:555px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	display: block;
	position:relative;
	margin-left: 10px;
}
#clinic_area h2.title09 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_clinic.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}
#clinic_area h3 {
	font-size: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #66CC00;
	padding-left: 5px;
	font-weight: bold;
	color: #70BB64;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#clinic_area p {
	font-size: 14px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
#clinic_area img {
	margin:5px;
	}
#clinic_area .clinic_text {
	background-image: url(../images/text_haikei.png);
	background-repeat: repeat-x;
	background-position: left top;
	border:1px solid #e8e8e8;
	margin:15px 5px 15px 0;
	padding: 10px;
	width: 300px;
	position: absolute;
	left: 220px;
	top: 610px;
	background-color: #FFFFFF;
}
#clinic_area .clinic_text p {
	font-size:90%;
	text-indent:1em;
}
#clinic_area .waitingroom {
	width: 555px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CEE7AB;
	margin-bottom: 20px;
}
#clinic_area .waitingroom img {
	float: left;
}
#clinic_area .waitingroom p {
	font-size: 14px;
	line-height: 25px;
	padding-left: 5px;
	color: #333333;
}
#clinic_area dl {
	padding-right: 5px;
	padding-left: 5px;
}
#clinic_area dt {
	font-size: 14px;
	line-height: 25px;
	color: #2B8190;
	font-weight: bold;
}
#clinic_area dd {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}
#sitemap {
	width:800px;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/clinic_30.png);
	background-position: 400px 200px;
	background-repeat: no-repeat;
}
#sitemap_content {
	width:555px;
	padding-bottom:30px;
	display: block;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 50px;
}
#sitemap_content h2.title10 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_sitemap.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #B4CC31;
}
#sitemap_content h3 {
	text-indent:0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	margin: 5px 5px 0 5px;
	padding: 0 0 5px 0;
	color:#FF6600;
	}
#sitemap_content ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../images/cl_005.gif);
	margin:10px 0 0 15px;
	}
	
#sitemap_content li {
	font-size:90%;
	line-height:150%;
	}
#sitemap_content em {
	color: #B4C050;
}
#link  h2.title11 {
	background-image: url(../images/h2title_link.png);
	height: 46px;
	width: 555px;
	font-size: 130%;
	line-height: 46px;
	color: #B4CC31;
	text-indent: 1em;
}
#link .link_text01 dl {
	margin-top: 20px;
	margin-left: 15px;
}
#link .link_text01 dt {
	color: #006633;
	font-size: 90%;
	line-height: 30px;
}
#link .link_text01 dd {
	font-size: 80%;
	text-indent: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #99CC33;
	margin-right: 20px;
}

/*		お問い合わせ
-------------------------*/
#contsection {
	margin-top: 23px;
	width: 555px;
}
#contsection  h2.title08 {
	width:555px;
	height:46px;
	font-size:130%;
	line-height:46px;
	text-indent:1em;
	background-image: url(../images/h2title_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #B4CC31;
}

#contsection .read {
	width: 480px;
	background: url(../img/commPattern.gif) no-repeat right 40px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*\*/
* html #contsection .read {padding-bottom: 70px;}	/* For Win IE */
/* */
#contsection .read p {
	color: #565656;
	text-align: left;
	font-size: 75%;
	line-height: 1.8em;
}
/*\*/
* html #contsection .read p {margin-bottom: 30px;}	/* For Win IE */
/* */

#contsection fieldset {
	width: 100%;
	margin: 30px auto 70px auto;
	text-align: center;
	border: 1px solid #d5e25f;
}
#contsection input.wid01,
#contsection textarea.wid01 {
	width: 250px;
}
/*\*/
* html #contsection input.wid01,
* html #contsection textarea.wid01 {margin: 0 0 0 -168px;}	/* For Win IE */
/* */
*:first-child+html #contsection input.wid01,
*:first-child+html #contsection textarea.wid01 {margin: 0 0 0 -168px;}

#contsection input,
#contsection textarea,
#contsection select {
	color: #333333;
}

#contsection legend {
	padding: 7px;
	color: #ffffff;
	font-size: 88%;
	background: #2d9f90;
	text-align: left;
}
#contsection .submit {
	margin: 15px auto;
	text-align: center;
}

#contsection dl {
	width: 454px;
	margin: 15px auto 0 auto;
	color: #333333;
}
#contsection dt {
	width: 144px;
	padding: 8px;
	text-align: left;
	float: left;
	font-size: 14px;
	background-color: #E8E8E8;
	margin-bottom: 10px;
	line-height: 20px;
}
#contsection dt em {
	font-style: normal;
	color: #ff0000;
	font-size: 14px;
	line-height: 20px;
}
#contsection dd {
	width: 260px;
	margin-left: 170px;
	text-align: left;
	font-size: 14px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-bottom: 7px;
	padding-top: 8px;
	line-height: 20px;
}
/*\*/
* html #contsection dd  {width: 280px;}	/* For Win IE */
/* */
#contsection dd span {
	color: #555555;
}



/*****************************************************フッターナビ*/
#footer_navi {
	clear:both;
	width:800px;
	height:22px;
	position:absolute;
	top:125px;
	right:20px;
	z-index:2;
	}
	
#footer_navi ul {
	text-align:right;
	}
	
#footer_navi li {
	font-size:75%;
	color:#666;
	padding-left:20px;
	line-height:22px;
	display: inline;
	}
	
#footer_navi img {
	margin-right: 3px;
	}
/*****************************************************フッター*/
#footer {
	width:800px;
	height:65px;
	text-align:center;
	background-image:url(../images/footer_haikei.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	}
#footer address {
	font-size:10px;
	color:#999;
	line-height:65px;
	}
