@charset "utf-8";


/*-----Base-----*/
/*-------------------------------------------------------------------------------*/


body{
	text-align: center;
	color: #67675f;
	background-color: #fffae0;
}

#side{
	margin: 0px auto;
	width: 820px;
	text-align: left;
	background-image: url(../img/side_background.jpg);
	background-repeat: repeat-y;
}

#wrapper{
	margin: 0px 10px;
	width: 800px;
	background-color: #ffffff;
	overflow: hidden;
}

div#header{
	margin: 0px;
	width: 800px;
	height: 344px;
	position: relative;
	text-align: left;
	background-image: url(../img/header_background2.jpg);
	background-repeat: no-repeat;
}

a:link,a:visited{
	color: #CC667A;
	text-decoration: none;
}

a:active,a:hover{
	color: #CC667A;
	text-decoration: none;
}



/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */





/*-----Header-----*/
/*-------------------------------------------------------------------------------*/


div#header h1{
	position: absolute;
	width: 106px;
	height: 56px;
	left: 30px;
	top: 11px;
	text-indent: -9999px;
}

div#header h1 a{
	display: block;
	width: 106px;
	height: 56px;
}

div#header p#header_totop{
	position: absolute;
	width: 41px;
	height: 11px;
	left: 646px;
	top: 63px;
	text-indent: -9999px;
}

div#header p#header_totop a{
	display: block;
	width: 41px;
	height: 11px;
}

div#header p#sitemap{
	position: absolute;
	width: 74px;
	height: 11px;
	left: 706px;
	top: 63px;
	text-indent: -9999px;
}

div#header p#sitemap a{
	display: block;
	width: 74px;
	height: 11px;
}


/*-----Main-----*/
/*-------------------------------------------------------------------------------*/


#main_box{
	float: left;
	display: inline;
	width: 790px;
	margin: 15px 5px 0px;
}

#main{
	float: right;
	display: inline;
	width: 580px;
	margin: 0px 10px;
}


/*-----Navi-----*/
/*-------------------------------------------------------------------------------*/


#navi{
	float: left;
	width: 190px;
	margin: 0px;
}

#navi ul{
	width: 190px;
	list-style: none;
	margin: 0px 0px 10px;
}

#navi ul li{
	width: 190px;
	height: 40px;
	margin: 0px;
}

#navi ul li.navi01,#navi ul li.navi12{
	height: 45px;
}

#navi ul li a{
	display: block;
	width: 190px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#navi ul li.navi01 a,#navi ul li.navi12 a{
	height: 45px;
}

#navi ul li.navi01 a{background-image: url(../img/navi01.jpg);}
#navi ul li.navi02 a{background-image: url(../img/navi02.jpg);}
#navi ul li.navi03 a{background-image: url(../img/navi03.jpg);}
#navi ul li.navi04 a{background-image: url(../img/navi04.jpg);}
#navi ul li.navi05 a{background-image: url(../img/navi05.jpg);}
#navi ul li.navi06 a{background-image: url(../img/navi06.jpg);}
#navi ul li.navi07 a{background-image: url(../img/navi07.jpg);}
#navi ul li.navi08 a{background-image: url(../img/navi08.jpg);}
#navi ul li.navi09 a{background-image: url(../img/navi09.jpg);}
#navi ul li.navi10 a{background-image: url(../img/navi10.jpg);}
#navi ul li.navi11 a{background-image: url(../img/navi11.jpg);}
#navi ul li.navi12 a{background-image: url(../img/navi12.jpg);}

#navi ul li a:hover{
	background-position: -190px top;
}

#navi ul#banner{
	width: 190px;
	height: 95px;
}

#navi ul#banner li.banner01{
	width: 190px;
	height: 95px;
	margin: 0px 0px 10px;
}

#navi ul#banner li.banner01 a{
	display: block;
	width: 190px;
	height: 95px;
	text-indent: -9999px;
	background-image: url(../img/banner_01.jpg);
}

#navi ul#banner li.banner_shika{
	width: 190px;
	height: 77px;
}

#navi ul#banner li.banner_shika a{
	display: block;
	width: 190px;
	height: 77px;
	text-indent: -9999px;
	background-image: url(../img/banner_shika.jpg);
}

#navi ul#banner li a:hover{
	background-position: left top;
}


/*-----Footer-----*/
/*-------------------------------------------------------------------------------*/


#footer{
	clear: both;
	width: 800px;
	height: 100px;
	float: left;
	text-align: center;
	overflow: hidden;
	background-image: url(../img/footer_background.jpg);
	background-repeat: no-repeat;
}

#footer dl{
	float: left;
	display: inline;
	margin: 20px 0px 10px 360px;
	width: 420px;
	height: 50px;
	text-align: left;
	overflow: hidden;
}

#footer dl dt,#footer dl dd{
	font-size: 83%;
}

#footer dl dt{
	display: inline;
	text-align: right;
	color: #67675f;
}

#footer dl dd{
	float: left;
	text-align: left;
	text-indent: -9999px;
}

address{
	clear: both;
	font-size: 83%;
	font-style: normal;
	color: #825d33;
}

#footer dl dt a:link,#footer dl dt a:visited,#footer dl dt a:active,#footer dl dt a:hover{
	color: #CC667A;
}

address a:link,address a:visited,address a:active,address a:hover{
	color: #CC667A;
}


/*-----Parts-----*/
/*-------------------------------------------------------------------------------*/


div.seg00{
	float: left;
	display: inline;
	width: 580px;
	margin: 0px 0px 10px;
}

div.seg01,div.seg02,div.seg03,div.seg03,div.seg04{
	float: left;
	display: inline;
	width: 540px;
	margin: 0px 20px 10px;
}

h2{
	clear: both;
	width: 580px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../img/h2_parts.jpg);
	background-repeat: no-repeat;
}

h3{
	clear: both;
	width: 540px;
	height: 30px;
	margin: 0px 0px 10px;
	text-indent: -9999px;
	background-image: url(../img/h3_parts.jpg);
	background-repeat: no-repeat;
}

h4{
	clear: both;
	width: 540px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../img/h4_parts.jpg);
	background-repeat: no-repeat;
}

h5{
	clear: both;
	width: 540px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../img/h5_parts.jpg);
	background-repeat: no-repeat;
}

div.seg01 div,div.seg02 div,div.seg03 div,div.seg04 div{
	float: left;
	display: inline;
	width: 540px;
	padding: 5px 0px;
	margin: 0px 0px 10px;
}

div.seg01 div p{
	float: left;
	display: inline;
	width: 530px;
	margin: 0px 5px;
}

div.seg0101{
	padding: 0 15px;
}

div.seg0101 .img_l{
	margin: 0px 5px 10px 0px;	
}

div.seg0101 .img_r{
	margin: 0px 0px 10px 5px;
}

div.seg0102{
	padding: 0 15px 0 15px;
}

div.seg02 div{
	background-image: url(../img/seg02_background.jpg);
	background-repeat: no-repeat;
}

div.seg02 div p.left{
	float: left;
	display: inline;
	width: 205px;
	height: 155px;
	margin: 0px;
}

div.seg02 div p.right{
	float: right;
	display: inline;
	width: 205px;
	height: 155px;
	margin: 0px;
}

div.seg02 div p.text{
	clear: both;
	width: 530px;
	margin: 0px;
}

div.seg03 div p.right{
	float: right;
	display: inline;
	width: 205px;
	margin: 0px;
}

div.seg03 div p.left{
	float: left;
	display: inline;
	width: 310px;
	margin: 0px;
}

div.seg03 div p.text{
	clear: both;
	width: 530px;
	margin: 0px;
}

div.seg04 div p.right{
	float: right;
	display: inline;
	width: 220px;
	margin: 0px;
}

div.seg04 div table.left{
	float: left;
	display: inline;
	width: 310px;
	line-height: 120%;
	margin: 0px;
}

div.seg04 div table th{
	text-align: center;
}

div.seg04 div table td{
	text-align: center;
}

div.seg01 div.totop,div.seg02 div.totop,div.seg03 div.totop{
	height: 12px;
	padding: 0px;
	margin: 0px 0px 10px;
}

div.seg01 div.totop p,div.seg02 div.totop p,div.seg03 div.totop p{
	width: 540px;
	margin: 0px;
}

div.seg01 div.totop p a,div.seg02 div.totop p a,div.seg03 div.totop p a{
	display: block;
	width: 100px;
	height: 20px;
	margin: 0px 0px 0px 440px;
	text-indent: -9999px;
	background-image: url(../img/totop.gif);
	background-repeat: no-repeat;
}

div.seg01 div.totop p a:hover,div.seg02 div.totop p a:hover,div.seg03 div.totop p a:hover{
	background-position: -100px top;
}

#main ul{
	float: left;
	display: inline;
	list-style-position: outside;
	list-style-image: url(../img/icon_arrow.jpg);
	width: 510px;
	margin: 5px 0px 5px 30px;
}

#main ul li{
	line-height: 12px;
	margin: 5px 0px;
}

div.seg01 table{
	float: left;
	display: inline;
	width: 540px;
	line-height: 120%;
	margin: 0px;
}

div.seg01 table th{
	text-align: center;
}

div.seg01 table td{
	text-align: center;
}

td,th{
	border: 1px solid #fbb2c5;
}

table td.right{
	text-align:right;
}



/*-----Topページindex.html-----*/
/*-------------------------------------------------------------------------------*/


#index div#header{
	margin: 0px;
	width: 800px;
	height: 464px;
	position: relative;
	text-align: left;
	background-image: url(../img/header_background.jpg);
	background-repeat: no-repeat;
}

#index h2.h2_01{
	height: 40px;
	background-image: url(../img/h2_index01.jpg);
}

#index h2.h2_02{
	height: 40px;
	background-image: url(../img/h2_index02.jpg);
}

#index div.news{
	float: left;
	display: inline;
	width: 580px;
	margin: -5px 0 20px 0;
	background-image: url(../img/news_background.jpg);
	background-position: left bottom;
	padding: 0;
}

#index div.news h3{
	clear: both;
	width: 580px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(../img/h3_news.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding:0;
}

#tiny {
	width: 560px;
	height: 75px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 10px;
	overflow: auto;
}

#tiny table { border: none;}
#tiny table td { border: none; line-height: 1.2em;}






#index div.seg01{
	float: left;
	display: inline;
	width: 580px;
	margin: 0px 0px 10px;
}

#index div.seg01 div{
	float: left;
	display: inline;
	width: 580px;
	margin: 0px 0px 10px;
	padding: 5px 0px 20px;
	background-image: url(../img/seg01_index_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#index div.seg01 div p{
	float: left;
	display: inline;
	width: 570px;
	margin: 0px 5px;
}

#index div.information{
	float: left;
	display: inline;
	width: 580px;
	margin: 0px 0px 10px;
}

#index div.information h3{
	clear: both;
	width: 580px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(../img/h3_information.jpg);
	background-repeat: no-repeat;
}

#index div.information div{
	float: left;
	display: inline;
	width: 580px;
	padding: 0px;
	margin: 2px 0px 10px;
}

#index div.information div p.right{
	float: right;
	display: inline;
	width: 180px;
	margin: 0px;
}

#index div.information table.left{
	float: left;
	display: inline;
	width: 390px;
	line-height: 120%;
	margin: 0px;
}

#index div.information table th{
	text-align: center;
	background-image: url(../img/td_background.jpg);
	background-repeat: repeat-x;
}

#index div.information table td{
	text-align: center;
	font-size: 83%;
}

#index div.information div.add{
	float: left;
	display: inline;
	width: 580px;
	height: 185px;
	padding: 0px;
	margin: 2px 0px 10px;
	background-image: url(../img/div_information_add.jpg);
	background-repeat: no-repeat;
}

#index div.information div.add p{
	float: left;
	display: inline;
	width: 300px;
	margin: 80px 0px 0px 15px;
}


#index #side #wrapper .movie_bnr {
	text-indent: -9999px;
	margin: 10px auto;
	padding: 0;
}

	#index #side #wrapper .movie_bnr a {
		display: block;
		width: 580px;
		height: 117px;
		outline: 0;
		background: url(../img/movie_bnr.jpg) 0 0 no-repeat;
	}
	
		#index #side #wrapper .movie_bnr a:hover {
			background-position: bottom;
		}



/*-----サイトマップsitemap.html-----*/
/*-------------------------------------------------------------------------------*/


#sitemap h2{
	background-image: url(../img/h2_sitemap.jpg);
}

dl#sitemap dt{
	border-bottom: #d2b597 solid 1px;
	border-left: #d2b597 solid 5px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 8px;
}

dl#sitemap dd{
	text-indent: 20px;
	margin-bottom: 15px;
	border-bottom: #d2b597 dotted 1px;
	line-height: 20px;
	font-size: 12px;
}

dl#sitemap dt a:link,dl#sitemap dt a:visited{
	color: #CC667A;
	text-decoration: none;
}

dl#sitemap dt a:active,dl#sitemap dt a:hover{
	color: #CC667A;
	text-decoration: none;
}


/*-----医院のご案内information.html-----*/
/*-------------------------------------------------------------------------------*/


#information h2{
	background-image: url(../img/h2_information.jpg);
}

#information h3.h3_01{
	background-image: url(../img/h3_information01.jpg);
}

#information h3.h3_02{
	background-image: url(../img/h3_information02.jpg);
}

#information h4.h4_01{
	background-image: url(../img/h4_information01.jpg);
}

#information h4.h4_02{
	background-image: url(../img/h4_information02.jpg);
}

#information h4.h4_03{
	background-image: url(../img/h4_information03.jpg);
}

#information h4.h4_04{
	background-image: url(../img/h4_information04.jpg);
}

#information h4.h4_05{
	background-image: url(../img/h4_information05.jpg);
}

#information h4.h4_06{
	background-image: url(../img/h4_information06.jpg);
}

#information div.seg04 div table td{
	text-align: left;
}


/*-----院長紹介・医院コンセプトdoctor.html-----*/
/*-------------------------------------------------------------------------------*/


#doctor h2{
	background-image: url(../img/h2_doctor.jpg);
}

#doctor h3.h3_01{
	background-image: url(../img/h3_doctor01.jpg);
}

#doctor h3.h3_02{
	background-image: url(../img/h3_doctor02.jpg);
}

#doctor h4.h4_01{
	background-image: url(../img/h4_doctor01.jpg);
}

#doctor h4.h4_02{
	background-image: url(../img/h4_doctor02.jpg);
}

#doctor h4.h4_03{
	background-image: url(../img/h4_doctor03.jpg);
}

#doctor h4.h4_04{
	background-image: url(../img/h4_doctor04.jpg);
}

#doctor h4.h4_05{
	background-image: url(../img/h4_doctor05.jpg);
}

#doctor h4.h4_06{
	background-image: url(../img/h4_doctor06.jpg);
}

#doctor h4.h4_07{
	background-image: url(../img/h4_doctor07.jpg);
}


/*-----当院の診療の流れconcept.html-----*/
/*-------------------------------------------------------------------------------*/


#concept h2{
	background-image: url(../img/h2_concept.jpg);
}

#concept h3.h3_01{
	background-image: url(../img/h3_concept01.jpg);
}

#concept h4.h4_01{
	background-image: url(../img/h4_concept01.jpg);
}

#concept h4.h4_02{
	background-image: url(../img/h4_concept02.jpg);
}

#concept h4.h4_03{
	background-image: url(../img/h4_concept03.jpg);
}


/*-----予防・メンテナンスmaintenance.html-----*/
/*-------------------------------------------------------------------------------*/


#maintenance h2{
	background-image: url(../img/h2_maintenance.jpg);
}

#maintenance h3.h3_01{
	background-image: url(../img/h3_maintenance01.jpg);
}

#maintenance h4.h4_01{
	background-image: url(../img/h4_maintenance01.jpg);
}

#maintenance h4.h4_02{
	background-image: url(../img/h4_maintenance02.jpg);
}

#maintenance h4.h4_03{
	background-image: url(../img/h4_maintenance03.jpg);
}


/*-----インプラントimplant.html-----*/
/*-------------------------------------------------------------------------------*/


#implant h2{
	background-image: url(../img/h2_implant.jpg);
}

#implant h3.h3_01{
	background-image: url(../img/h3_implant01.jpg);
}

#implant h3.h3_02{
	background-image: url(../img/h3_implant02.jpg);
}

#implant h3.h3_03{
	background-image: url(../img/h3_implant03.jpg);
}

#implant h4.h4_01{
	background-image: url(../img/h4_implant01.jpg);
}

#implant h4.h4_02{
	background-image: url(../img/h4_implant02.jpg);
}

#implant h4.h4_03{
	background-image: url(../img/h4_implant03.jpg);
}

#implant h4.h4_04{
	background-image: url(../img/h4_implant04.jpg);
}

#implant h4.h4_05{
	background-image: url(../img/h4_implant05.jpg);
}

#implant h4.h4_06{
	background-image: url(../img/h4_implant06.jpg);
}

	#implant #side #wrapper #main_box #main .seg01 #imp_flow {
		padding-left: 10px;
	}

		#implant #side #wrapper #main_box #main .seg01 #imp_flow dt {
			text-indent: -9999px;
			width: 510px;
			height: 30px;
		}
	
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t01 {
			background: url(../img/implant_flow01.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t02 {
			background: url(../img/implant_flow02.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t03 {
			background: url(../img/implant_flow03.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t04 {
			background: url(../img/implant_flow04.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t05 {
			background: url(../img/implant_flow05.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t06 {
			background: url(../img/implant_flow06.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t07 {
			background: url(../img/implant_flow07.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t08 {
			background: url(../img/implant_flow08.jpg) 0 0 no-repeat;
		}
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow #flow_t09 {
			background: url(../img/implant_flow09.jpg) 0 0 no-repeat;
		}
		
			#implant #side #wrapper #main_box #main .seg01 #imp_flow dd {
				margin: 2px 35px 0 10px;
				padding: 4px 0 4px 10px;
				background: #ffe2e8;
			}
		
		
		#implant #side #wrapper #main_box #main .seg01 #imp_flow .arrow {
			text-indent: -9999px;
			width: 60px;
			height: 32px;
			margin: 15px 0 5px 0;
			margin-left: 230px;
			background: url(../img/arrow.gif) 0 0 no-repeat;
		}


/*-----審美歯科aesthetic.html-----*/
/*-------------------------------------------------------------------------------*/


#aesthetic h2{
	background-image: url(../img/h2_aesthetic.jpg);
}

#aesthetic h3.h3_01{
	background-image: url(../img/h3_aesthetic01.jpg);
}

#aesthetic h3.h3_02{
	background-image: url(../img/h3_aesthetic02.jpg);
}




/*-----矯正歯科ortho.html-----*/
/*-------------------------------------------------------------------------------*/


#ortho h2{
	background-image: url(../img/h2_ortho.jpg);
}

#ortho h3.h3_01{
	background-image: url(../img/h3_ortho01.jpg);
}

#ortho h3.h3_02{
	background-image: url(../img/h3_ortho02.jpg);
}

#ortho h3.h3_03{
	background-image: url(../img/h3_ortho03.jpg);
}

#ortho h4.h4_01{
	background-image: url(../img/h4_ortho01.jpg);
}

#ortho h4.h4_02{
	background-image: url(../img/h4_ortho02.jpg);
}

#ortho h4.h4_03{
	background-image: url(../img/h4_ortho03.jpg);
}

#ortho h4.h4_04{
	background-image: url(../img/h4_ortho04.jpg);
}

#ortho h4.h4_05{
	background-image: url(../img/h4_ortho05.jpg);
}


#ortho .case01, #ortho .case02, #ortho .case03, #ortho .case04, #ortho .case05 { text-indent: -9999px; margin-bottom: 15px;}
#ortho .case01 a, #ortho .case02 a, #ortho .case03 a, #ortho .case04 a, #ortho .case05 a { display: block; outline: 0;}

	#ortho .case01 a { width: 540px; height: 90px; background: url(../img/images_ortho06.jpg) 0 0 no-repeat; }
	#ortho .case02 a { width: 540px; height: 90px; background: url(../img/images_ortho07.jpg) 0 0 no-repeat; }
	#ortho .case03 a { width: 540px; height: 90px; background: url(../img/images_ortho08.jpg) 0 0 no-repeat; }
	#ortho .case04 a { width: 540px; height: 90px; background: url(../img/images_ortho09.jpg) 0 0 no-repeat; }
	#ortho .case05 a { width: 540px; height: 90px; background: url(../img/images_ortho10.jpg) 0 0 no-repeat; }
	
		#ortho .case01 a:hover { background-position: bottom; }
		#ortho .case02 a:hover { background-position: bottom; }
		#ortho .case03 a:hover { background-position: bottom; }
		#ortho .case04 a:hover { background-position: bottom; }
		#ortho .case05 a:hover { background-position: bottom; }



/*-----全額治療mouth.html-----*/
/*-------------------------------------------------------------------------------*/


#mouth h2{
	background-image: url(../img/h2_mouth.jpg);
}

#mouth h3.h3_01{
	background-image: url(../img/h3_mouth01.jpg);
}

#mouth h3.h3_02{
	background-image: url(../img/h3_mouth02.jpg);
}


/*-----費用・料金charge.html-----*/
/*-------------------------------------------------------------------------------*/


#charge h2{
	background-image: url(../img/h2_charge.jpg);
}

#charge h3.h3_01{
	background-image: url(../img/h3_charge01.jpg);
}

#charge h3.h3_02{
	background-image: url(../img/h3_charge02.jpg);
}

#charge h4.h4_01{
	background-image: url(../img/h4_charge01.jpg);
}

#charge h4.h4_02{
	background-image: url(../img/h4_charge02.jpg);
}

#charge h4.h4_03{
	background-image: url(../img/h4_charge03.jpg);
}

#charge h4.h4_04{
	background-image: url(../img/h4_charge04.jpg);
}

#charge div.seg01 table th{
	text-align: left;
}

#charge div.seg01 table td{
	text-align: right;
}

/*-----お客さまの声voice.html-----*/
/*-------------------------------------------------------------------------------*/


#voice h2{
	background-image: url(../img/h2_voice.jpg);
}

#voice h3.h3_01{
	background-image: url(../img/h3_voice01.jpg);
}

#voice h3.h3_02{
	background-image: url(../img/h3_voice02.jpg);
}

#voice h3.h3_03{
	background-image: url(../img/h3_voice03.jpg);
}

#voice .voices { padding: 0 15px 15px 15px; }

#voice .voices img_l { margin-right: 15px; }
