@charset "utf-8";

/* Base
----------------------------------------------------*/

html{
font-size:100.01%;
}

body{
font-size:75%; /* 12px */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
vertical-align:baseline;
font-style:normal;
font-weight:normal;
font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",Meiryo UI,"Segoe UI Light","ＭＳ Ｐゴシック",sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
	line-height:1.8;
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

/*
table{
border:0;
border-collapse:collapse;
border-spacing:0;
}
*/

img{
vertical-align:bottom;
}

a img{
border:0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin-b_20 {
	margin-bottom: 20px;
}
.margin-rl_15 {
	margin-right: 15px;
	margin-left: 15px;
}
.margin-tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-l_20 {
	margin-left: 20px;
}


/*　ヘッダー　*/

#home {
	background-image: url(../img/header-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	margin: auto;
	height: 110px;
	width: 960px;
}

#toph1 {
	color: #FFF;
	font-size: 10px;
}
.header-title {
	float: left;
	margin-top: 22px;
}
.header-tel {
	float: right;
	margin-top: 20px;
}


/* グローバルメニュー*/

#globalmenu{
	width: 960px;
	height: 70px;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#globalmenu ul{  
	list-style-type: none;  
	margin: 0;  
	padding: 0;  
}

#globalmenu li{
	text-indent: -9999px;
	float:left;
	width: 192px;
	margin: 0;
	padding: 0;
}  
      
#globalmenu a{
	display: block;
	width: 100%;
	height: 70px;
	background-image: url(../img/globalmenu.jpg);
	background-repeat: no-repeat;  
}  
      
#home a{background-position: 0 0;}  
#services a{background-position: -192px 0;}  
#facility a{background-position: -384px 0;}  
#doctor a{background-position: -576px 0;}  
#access a{background-position: -768px 0;}  
      
#globalmenu a:hover{
	background-image: url(../img/globalmenu.jpg);
	background-repeat: no-repeat;  
}  
      
#home a:hover{background-position: 0 -70px;}  
#services a:hover{background-position: -192px -70px;}  
#facility a:hover{background-position: -384px -70px;}  
#doctor a:hover{background-position: -576px -70px;}  
#access a:hover{background-position: -768px -70px;}  


/*　サイドメニュー　*/


#sidemenu{
	width: 230px;
	height: 367px;
	clear: both;
}

#sidemenu ul{  
	list-style-type: none;  
	margin: 0;  
	padding: 0;  
}

#sidemenu li{
	text-indent: -9999px;
	width: 230px;
	margin: 0;
	padding: 0;
}  
      
#sidemenu a{
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../img/sidemenu.jpg);
	background-repeat: no-repeat;  
}  
      
#ippan a{background-position: 0 0;}  
#shoni a{background-position: 0 -40px;}  
#yobou a{background-position: 0 -80px;}  
#kyousei a{background-position: 0 -120px;}  
#implant a{background-position: 0 -160px;}  
#oralsurgery a{background-position: 0 -200px;}  
#denture a{background-position: 0 -240px;}  
#esthetic a{background-position: 0 -280px;}
#kansen a{background-position: 0 -320px;
padding-bottom:7px;} 
      
#sidemenu a:hover{
	background-image: url(../img/sidemenu.jpg);
	background-repeat: no-repeat;  
}  
      
#ippan a:hover{background-position: -230px 0;}  
#shoni a:hover{background-position: -230px -40px;}  
#yobou a:hover{background-position: -230px -80px;}  
#kyousei a:hover{background-position: -230px -120px;} 
#implant a:hover{background-position: -230px -160px;}  
#oralsurgery a:hover{background-position: -230px -200px;}  
#denture a:hover{background-position: -230px -240px;} 
#esthetic a:hover{background-position: -230px -280px;}  
#kansen a:hover{background-position: -230px -320px;padding-bottom:7px;} 


#globalmenu-cont {
	background-image: url(../img/globalmenu-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 70px;
	clear: both;
}


/*　メインイメージ　*/

#main-image_back {
	background-image: url(../img/main-image_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
#main-image {
	border: 5px solid #FFF;
	width: 947px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
}

/*　コンテンツ枠　*/

#contents {
	width: 960px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
#side-contents {
	float: left;
	width: 240px;
	overflow: hidden;
}

#main-contents {
	float: right;
	width: 700px;
	overflow: hidden;
	margin-bottom: 30px;
}

/*　左コンテンツ（トップページ）　*/

#side-contents_info {
	width: 230px;
	margin-top: 15px;
	color: #666;
	overflow: hidden;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E2D5;
	border-right-color: #E6E2D5;
	border-bottom-color: #E6E2D5;
	border-left-color: #E6E2D5;
	text-align: center;
	padding-top: 10px;

}
.side-contents_midashi {
	margin-top: 5px;
	margin-bottom: 10px;
}

.textalign-rigth {
	text-align: right;
	padding-right: 10px;
}
.side-contents_mapimg {
	border: 3px solid #FDCBCA;
}

.side-contents_map {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #DDD;
	height: 160px;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.side-contents_text {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	overflow: hidden;
}

.side-contents_time {
	font-size: 13px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*　メインコンテンツ　*/

.main-contents_text {
	float: left;
	width: 465px;
	margin-left: 10px;
	margin-top: 20px;
}
.main-contents_pic {
	padding: 5px;
	float: right;
	border: 1px solid #CCC;
	margin-top: 10px;
}

.main-contents2_midashi {
	margin-top: 30px;
	clear: both;
}
.main-cont2_left {
	width: auto;
	margin-top: 20px;
	clear: both;
}

.main-cont2_right {
	width: 600px;
	margin-top: 5px;
	line-height:1.5;
	margin-left: 60px;
	margin-bottom: 40px;
}



/*　フッター　*/

#footer {
	background-color: #FBDFC8;
	clear: both;
	height: 160px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
}
#footer-content {
	margin: auto;
	width: 960px;
	text-align: center;
	color: #666;
}
.footer-navi {
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.footer-navi a {
	color: #FFF;
	text-decoration:none;
}
.footer-logo {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*　コピーライト　*/

#copyright {
	background-color: #F79679;
	height: 22px;
}
.copyright-text {
	color: #FFF;
	text-align: right;
	margin: auto;
	width: 960px;
	padding-top: 2px;
}

/*　中ページレイアウト　*/

#page-contents {
	width: 720px;
	float:left;
	background-color: #FFF;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}


.contents-pic {
	padding: 3px;
	width: 240px;
	border: 1px solid #CFBFAF;
	float: right;
}

.contents-pic2 {
	padding: 2px;
	width: 240px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

.contents-text {
	float: left;
	width: 405px;
}

.contents-_midashi1 {
	font-size: 14px;
	color: #987555;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #F6F5F0;
}


.in-contents {
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
	margin-bottom: 25px;
}

.contents-_midashi2 {
	font-size: 13px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CAB49F;
	padding-left: 10px;
	color: #FA807D;
	clear: both;
}

#contents-table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

#contents-table th{
	background-color: #FBDFC8;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

#contents-table td{
	padding-left:15px;
	height: auto;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #F6F5F0;
}

/*　ごあいさつ　*/

#greeting-table {
	margin-right: auto;
	margin-left: auto;
}

#greeting-table th {
	text-align:left;
	padding-left: 10px;
	width: 80px;
	vertical-align: middle;
}
.greeting-text {
	margin-top: 10px;
	margin-left: 20px;
}

/*　アクセス　*/

.access-hour {
	width:40px;
}
.access-map {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: auto;
}


/*　Q&A　*/

.qa {
	font-size: 18px;
	color: #3E0001;
	margin-right: 5px;
}

.qa-a {
	font-size: 18px;
	color: #3E0001;
	margin-right: 5px;
	width: 30px;
	text-align: right;
	float: left;
}
.qa-a_text {
	margin-top: 7px;
	margin-bottom: 20px;
	float: right;
	width: 665px;
}

#page-image_back {
	background-image: url(../img/page-image-back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	height: 17px;
}

.services_imp {
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

#services-imp_table {
	margin-bottom:20px;
	margin-left: 8px;
}

#services-imp_table th{
	text-align:left;
	padding-left: 15px;
	width: 180px;
	background-color: #FEF3E9;
	padding-top: 3px;
	padding-bottom: 3px;
}

#services-imp_table td{
	padding-left:10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FDEDDF;
}
